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
Add a test that closes a connection with Toxiproxy
Follow-up / replacement to #1519
* Begin addressing `CA2007` errors (missing `ConfigureAwait`)
* Finish addressing `CA2007` errors (missing `ConfigureAwait`)
* Increase wait time in test for CI.
* Ensure toxiproxy proxy is deleted before trying to create it.
* Add debugging of `rabbitmqctl list_connections`
* Use correct file for `hashFiles`
* Misc other changes from #1519
* Add `.ConfigureAwait(false)`
* Add `TestCloseConnection`
* Fix `Makefile`
* Add `ToxiproxyManager` to allow multiple proxies to be set up in `TestToxiproxy`
* Ensure correct port ranges are published in Ubuntu tests
* Add re-tries to running external processes
* Fix very subtle bug when connection is closed before `basic.ack` is received.
* Add debugging to see if `list_connections` is hanging on Windows GHA runner
* Init some static vars differently, remove debugging
* Add an acceptable inner exception case to the test
0 commit comments