-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MQTT test helpers to ease MqttMessage assertions (#2342)
* MQTT test helpers to ease MqttMessage assertions
- Loading branch information
1 parent
4ef2233
commit d98d5e2
Showing
2 changed files
with
165 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d98d5e2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Robot Results
Failed Tests
benchmark.py run --count 1000 ...
returned an unexpected exit code stdout: { "ok": false, "iterations": 5, "passed": 4, "failed": 1, "results": [ { "worker": 0, "messages": 1000, "dropped_percent": 0.0, "dropped_messages": 0, "total": 0.257939, "total_non_idle": 0.25794, "idle": 0.0, "parameters": { "count": 1000, "beats": 100, "beats_delay": 0, [ Message content over the limit has been removed. ] 2023-10-17 10:44:51,434 - root - WARNING - Burst time is exceeding the period. Skipping delay. diff=-0.000 2023-10-17 10:44:51,924 - root - INFO - Waiting for last message to be published 2023-10-17 10:44:53,941 - root - INFO - Stopping mqtt client 2023-10-17 10:44:54,018 - root - WARNING - Detected dropped messages 2023-10-17 10:44:55,024 - root - INFO - Starting benchmark: count=1000, beats=100, beats_delay=0ms, period=75ms 2023-10-17 10:44:55,070 - root - INFO - Subscribing to cloud topic 2023-10-17 10:44:55,986 - root - INFO - Waiting for last message to be published 2023-10-17 10:44:57,170 - root - INFO - Stopping mqtt client 2023-10-17 10:44:58,193 - root - INFO - Starting benchmark: count=1000, beats=100, beats_delay=0ms, period=100ms 2023-10-17 10:44:58,204 - root - INFO - Subscribing to cloud topic 2023-10-17 10:44:59,334 - root - INFO - Waiting for last message to be published 2023-10-17 10:44:59,947 - root - INFO - Stopping mqtt client 2023-10-17 10:45:00,952 - root - INFO - Finished benchmark Benchmark failedBenchmarks
Log Operation Child