You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix tests and improve test helpers in rabbitmq_tracing
- Replace timer:sleep(100) with await_condition/1 to wait for trace files
instead of using fixed delays, making tests more reliable
- Remove explicit close_channel calls for managed CT helper channels
- Add http_get_headers/5 helper function following the same pattern
as http_get/5 and http_get_raw/5, replacing direct req/4 calls
- Use helper function to validate HTTP status codes and return headers
consistently with the module's existing helper pattern
(cherry picked from commit b606cc0)
0 commit comments