-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
I've seen this multiple times:
[ RUN ] Params/InjectDataWithEchoFilterIntegrationTest.FilterChainMismatch/IPv4_inject_data_outside_filter_callback
[2020-04-07 10:32:01.429][17][critical][assert] [test/integration/integration.cc:557] assert failure: 0. Details: Timed out waiting for access log
AddressSanitizer:DEADLYSIGNAL
=================================================================
==17==ERROR: AddressSanitizer: ABRT on unknown address 0xfffe00000011 (pc 0x7f3c911ff428 bp 0x7ffe5b1b2cf0 sp 0x7ffe5b1b2928 T0)
#0 0x7f3c911ff427 in raise (/lib/x86_64-linux-gnu/libc.so.6+0x35427)
#1 0x7f3c91201029 in abort (/lib/x86_64-linux-gnu/libc.so.6+0x37029)
#2 0x15f9da7c in Envoy::BaseIntegrationTest::waitForAccessLog(std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > const&) /proc/self/cwd/test/integration/integration.cc:557:3
#3 0x15462ba2 in Envoy::(anonymous namespace)::InjectDataWithEchoFilterIntegrationTest_FilterChainMismatch_Test::TestBody() /proc/self/cwd/test/integration/filter_manager_integration_test.cc:481:3
#4 0x252aaa9d in void testing::internal::HandleSehExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /proc/self/cwd/external/com_google_googletest/googletest/src/gtest.cc:2433:10
#5 0x2525af95 in void testing::internal::HandleExceptionsInMethodIfSupported<testing::Test, void>(testing::Test*, void (testing::Test::*)(), char const*) /proc/self/cwd/external/com_google_googletest/googletest/src/gtest.cc:2469:14
#6 0x252067c6 in testing::Test::Run() /proc/self/cwd/external/com_google_googletest/googletest/src/gtest.cc:2508:5
#7 0x252094cf in testing::TestInfo::Run() /proc/self/cwd/external/com_google_googletest/googletest/src/gtest.cc:2684:11
#8 0x2520bc3b in testing::TestSuite::Run() /proc/self/cwd/external/com_google_googletest/googletest/src/gtest.cc:2816:28
#9 0x2523cce1 in testing::internal::UnitTestImpl::RunAllTests() /proc/self/cwd/external/com_google_googletest/googletest/src/gtest.cc:5338:44
#10 0x252be19b in bool testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /proc/self/cwd/external/com_google_googletest/googletest/src/gtest.cc:2433:10
#11 0x25266335 in bool testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl, bool>(testing::internal::UnitTestImpl*, bool (testing::internal::UnitTestImpl::*)(), char const*) /proc/self/cwd/external/com_google_googletest/googletest/src/gtest.cc:2469:14
#12 0x2523ab07 in testing::UnitTest::Run() /proc/self/cwd/external/com_google_googletest/googletest/src/gtest.cc:4925:10
#13 0x1e34edcf in RUN_ALL_TESTS() /proc/self/cwd/external/com_google_googletest/googletest/include/gtest/gtest.h:2473:46
#14 0x1e34c525 in Envoy::TestRunner::RunTests(int, char**) /proc/self/cwd/test/test_runner.cc:134:10
#15 0x1e3449a6 in main /proc/self/cwd/test/main.cc:46:10
#16 0x7f3c911ea82f in __libc_start_main (/lib/x86_64-linux-gnu/libc.so.6+0x2082f)
#17 0x15349028 in _start (/b/f/w/bazel-out/k8-dbg/bin/test/integration/filter_manager_integration_test.runfiles/envoy/test/integration/filter_manager_integration_test+0x15349028)
Reactions are currently unavailable