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
TestConfig.StringAccessors seems to be flaky, or at least fragile. I got a test failure in an unrelated PR recently:
[2022-10-31 13:02:05.770][13641667][critical][assert] [external/envoy/test/test_listener.cc:21] assert failure: !Thread::MainThread::isMainThreadActive(). Details: MainThreadLeak: [TestConfig.StringAccessors] test exited before main thread shut down
Doing some local testing, I noticed that if I re-order the tests in envoy_config_test.cc so that this test does not run last, then it causes failures reliably.
The text was updated successfully, but these errors were encountered:
Disable flaky TestConfig.StringAccessors util the cause of flakiness is addressed.
#2641
Risk Level: Low
Testing: N/A
Docs Changes: N/A
Release Notes: N/A
Signed-off-by: Ryan Hamilton [email protected]
TestConfig.StringAccessors seems to be flaky, or at least fragile. I got a test failure in an unrelated PR recently:
[2022-10-31 13:02:05.770][13641667][critical][assert] [external/envoy/test/test_listener.cc:21] assert failure: !Thread::MainThread::isMainThreadActive(). Details: MainThreadLeak: [TestConfig.StringAccessors] test exited before main thread shut down
https://github.com/envoyproxy/envoy-mobile/actions/runs/3322946043/jobs/5571794275
Doing some local testing, I noticed that if I re-order the tests in envoy_config_test.cc so that this test does not run last, then it causes failures reliably.
The text was updated successfully, but these errors were encountered: