-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql: Disable mysql_integration_test until it works in more environments. #6250
mysql: Disable mysql_integration_test until it works in more environments. #6250
Conversation
Signed-off-by: Joshua Marantz <jmarantz@google.com>
Does it make more sense to disable the specific tests that have proven flakey by renaming those tests with disabled prefix? Doing it this way means the test |
The advantage of what you suggest is that it might just be one test method, and we might find value in the other ones. The other advantage is that it's possible the original author can't repro the problem and there's something environmental about it. But ideally, the test owner should ideally iterate on the exact problem. @venilnoronha is that you? |
I commented out the test that failed, and this integration test suite simply crashed on the next test, so I think this needs a deeper dive from the owner. |
I changed the PR title as it does not appear to be a flake; it always fails. |
@jmarantz I'm not the original author of the test, but I'll debug it. |
* master: (59 commits) http fault: add response rate limit injection (envoyproxy#6267) xds: introduce initial_fetch_timeout option to limit initialization time (envoyproxy#6048) test: fix cpuset-threads tests (envoyproxy#6278) server: add an API for registering for notifications for server instance life… (envoyproxy#6254) remove remains of TestBase (envoyproxy#6286) dubbo_proxy: Implement the routing of Dubbo requests (envoyproxy#5973) Revert "stats: add new BoolIndicator stat type (envoyproxy#5813)" (envoyproxy#6280) runtime: codifying runtime guarded features (envoyproxy#6134) mysql_filter: fix integration test flakes (envoyproxy#6272) tls: update BoringSSL to debed9a4 (3683). (envoyproxy#6273) rewrite buffer implementation to eliminate evbuffer dependency (envoyproxy#5441) Remove the dependency from TimeSystem to libevent by using the Event::Scheduler abstraction as a delegate. (envoyproxy#6240) fuzz: fix use of literal in default initialization. (envoyproxy#6268) http: add HCM functionality required for rate limiting (envoyproxy#6242) Disable mysql_integration_test until it is deflaked. (envoyproxy#6250) test: use ipv6_only IPv6 addresses in custom cluster integration tests. (envoyproxy#6260) tracing: If parent span is propagated with empty string, it causes th… (envoyproxy#6263) upstream: fix oss-fuzz issue envoyproxy#11095. (envoyproxy#6220) Wire up panic mode subset to receive updates (envoyproxy#6221) docs: clarify xds docs with warming information (envoyproxy#6236) ...
Description: This integration test consistently fails for some on macos, and for others on linux. It needs to be deflaked. In the meantime, commenting it out. See #6162
Risk Level: low
Testing: test/extensions/filters/network/mysql_proxy/...
Docs Changes: n/a
Release Notes: n/a