-
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
flake in DeferredLoggingWithRetransmission #27841
Comments
[2023-06-06 21:36:08.701][332154][critical][backtrace] [./source/server/backtrace.h:96] #1: abort [0xffffaafccaac]
|
(Note to self) For the injectable singleton problem, we probably need to add some handling like in this test: https://github.com/envoyproxy/envoy/blob/main/test/integration/protocol_integration_test.cc#L4287. |
…sion (#27850) Fixes #27841: Increase the sleep from 500->1000 ms. Properly clean up the SocketInterfaceSwap. Commit Message: Fix flaky test DeferredLoggingWithRetransmission Risk Level: N/A, just testing Signed-off-by: Paul Sohn <[email protected]>
…sion (envoyproxy#27850) Fixes envoyproxy#27841: Increase the sleep from 500->1000 ms. Properly clean up the SocketInterfaceSwap. Commit Message: Fix flaky test DeferredLoggingWithRetransmission Risk Level: N/A, just testing Signed-off-by: Paul Sohn <[email protected]> Signed-off-by: asheryer <[email protected]>
…sion (envoyproxy#27850) Fixes envoyproxy#27841: Increase the sleep from 500->1000 ms. Properly clean up the SocketInterfaceSwap. Commit Message: Fix flaky test DeferredLoggingWithRetransmission Risk Level: N/A, just testing Signed-off-by: Paul Sohn <[email protected]> Signed-off-by: Ryan Eskin <[email protected]>
https://dev.azure.com/cncf/envoy/_build/results?buildId=139480&view=logs&j=4e2e4662-2d21-5726-b4bc-9ff5cd6a179b&t=da7afaec-274f-5dd3-65ad-8c8f961558bc&l=429
0x1429ac0: Envoy::Quic::QuicHttpIntegrationTest_DeferredLoggingWithRetransmission_Test::TestBody()
0xa406666: testing::internal::HandleExceptionsInMethodIfSupported<>()
0xa3ac4ff: testing::Test::Run()
0xa3b05f8: testing::TestInfo::Run()
... Google Test internal frames ...
test/integration/quic_http_integration_test.cc:1415: Failure
Expected: (std::stoi(metrics.at(1))) > (0), actual: 0 vs 0
Stack trace:
0x1428857: Envoy::Quic::QuicHttpIntegrationTest_DeferredLoggingWithRetransmission_Test::TestBody()
0x1429ac0: Envoy::Quic::QuicHttpIntegrationTest_DeferredLoggingWithRetransmission_Test::TestBody()
0xa406666: testing::internal::HandleExceptionsInMethodIfSupported<>()
0xa3ac4ff: testing::Test::Run()
0xa3b05f8: testing::TestInfo::Run()
... Google Test internal frames ...
on msan
The text was updated successfully, but these errors were encountered: