-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
Description
Description:
Executing tests from //test/extensions/filters/network/mysql_proxy:mysql_integration_test
-----------------------------------------------------------------------------
[==========] Running 6 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 6 tests from IpVersions/MySQLIntegrationTest
[ RUN ] IpVersions/MySQLIntegrationTest.MySQLStatsNewSessionTest/0
[ OK ] IpVersions/MySQLIntegrationTest.MySQLStatsNewSessionTest/0 (225 ms)
[ RUN ] IpVersions/MySQLIntegrationTest.MySQLStatsNewSessionTest/1
test/extensions/filters/network/mysql_proxy/mysql_integration_test.cc:61: Failure
Value of: fake_upstreams_[0]->waitForRawConnection(fake_upstream_connection)
Actual: false (Timed out waiting for raw connection)
Expected: true
[2019-03-04 20:25:25.653][9117704][critical][assert] [source/common/network/connection_impl.cc:74] assert failure: !ioHandle().isOpen() && delayed_close_timer_ == nullptr. Details: ConnectionImpl was unexpectedly torn down without being closed.
[2019-03-04 20:25:25.654][9117704][critical][backtrace] [bazel-out/darwin-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:81] Caught Abort trap: 6, suspect faulting address 0x7fff6bb9623e
[2019-03-04 20:25:25.654][9117704][critical][backtrace] [bazel-out/darwin-fastbuild/bin/source/server/_virtual_includes/backtrace_lib/server/backtrace.h:69] Backtrace (use tools/stack_decode.py to get line numbers):
external/bazel_tools/tools/test/test-setup.sh: line 310: 72454 Abort trap: 6 "${TEST_PATH}" "$@" 2>&1
Tagging #6003, as a result of that we don't run this test in CI currently.
Repro steps:
bazel test //test/extensions/filters/network/mysql_proxy:mysql_integration_test
Reactions are currently unavailable