-
Notifications
You must be signed in to change notification settings - Fork 5.3k
test: hds_integration_test failures with tsan #12184
Copy link
Copy link
Closed
Labels
Description
On master as of today, about 20% failure rate. They may have a common root cause but there are different classes of symptoms. E.g. here are 4 different ones: a short assert-failure and some very lengthy tsan reports that are in gist.
[2020-07-20 18:10:50.211][313][critical][assert] [./test/integration/fake_upstream.h:365] assert failure: parented_ || allow_unexpected_disconnects_. Details: An queued upstream connection was torn down without being associated with a fake connection. Either manage the connection via waitForRawConnection() or waitForHttpConnection(), or set_allow_unexpected_disconnects(true).
See https://github.com/envoyproxy/envoy/blob/master/test/integration/README.md#unparented-upstream-connections
tsan failures:
- https://gist.github.com/jmarantz/15b5d396c2c34f0b4b0aa672300b25de
- https://gist.github.com/jmarantz/edc6a4349344c7620f98b00180e69ed7
- https://gist.github.com/jmarantz/3b2c2e5397d577e4f89adbe9ac4920b3
Reactions are currently unavailable