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
Attempt to stabilize exporter tests in light of bind-address in use issues (#154)
Counterpart of
canonical/mysql-router-k8s-operator#254
## Summary
1. Use `requests.get(stream=False)` to avoid open connections on the
router exporter
2. Split the two exporter tests into different files so that they end up
in different integration test groups
3. Use a much larger timeout (7mins) that the TIME_WAIT timeout
(60s/1min) to see if the snap daemon (mysql-router-exporter) will
restart successfully
0 commit comments