inovex / mqtt-stresser

Load testing tool to stress MQTT message broker
Apache License 2.0
256 stars 77 forks source link

Test Timeout #85

Open Daveboggi opened 6 months ago

Daveboggi commented 6 months ago

Hello, i got an unexpected behavior while testing our broker: Test timeout. Wait 5s to allow disconnection of clients.

The Debug Log: DEBUG: 13:03:17.305348 worker.go:190: [5] starting control loop test/test/76027e37ce19/worker5-1693134756 DEBUG: 13:03:17.305464 worker.go:207: [6] all messages published DEBUG: 13:03:17.305663 worker.go:207: [0] all messages published DEBUG: 13:03:17.305671 worker.go:207: [5] all messages published DEBUG: 13:03:17.306942 worker.go:190: [2] starting control loop test/test/76027e37ce19/worker2-1550364868 DEBUG: 13:03:17.307255 worker.go:207: [2] all messages published DEBUG: 13:03:17.307308 worker.go:179: [9] connecting publisher DEBUG: 13:03:17.307320 worker.go:190: [8] starting control loop test/test/76027e37ce19/worker8-1457327270 DEBUG: 13:03:17.308286 worker.go:207: [8] all messages published DEBUG: 13:03:17.313748 worker.go:190: [7] starting control loop test/test/76027e37ce19/worker7-112932577 DEBUG: 13:03:17.314074 worker.go:207: [7] all messages published DEBUG: 13:03:17.327766 worker.go:190: [9] starting control loop test/test/76027e37ce19/worker9-1605856701 DEBUG: 13:03:17.327976 worker.go:207: [9] all messages published Test timeout. Wait 5s to allow disconnection of clients. DEBUG: 13:06:37.242693 worker.go:240: [5] received abort signal due to test timeout DEBUG: 13:06:37.242730 worker.go:260: [5] worker finished

no results are displayed.