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
[DPE-3899, DPE-4173] Try to clear connection pool before relating with COS to avoid TIME_WAIT connections; stabilize exporter tests (#245)
## Issue
#219#229
We are running into a connection in `TIME_WAIT` when starting
`mysql_router_exporter`. This happens in both the K8s and VM charms. The
guess is that this is related to the connection pool we use in our
tests.
## Solution
Clear the connection pool before relating with COS, re-run exporter
tests 5-10 times, observe if tests have stabilized
0 commit comments