Alexander Rojas created MESOS-4043:
--------------------------------------
Summary:
CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyTracedProcess is Flaky
Key: MESOS-4043
URL: https://issues.apache.org/jira/browse/MESOS-4043
Project: Mesos
Issue Type: Bug
Components: isolation
Environment: Debian 8 (In virutal machine).
Build with:
{{configure --enable-ssl --enable-libevent --enable-debug}}
Reporter: Alexander Rojas
Assignee: Timothy Chen
Running the test with
{code}
sudo src/mesos-tests --gtest_repeat=100 --verbose --gtest_break_on_failur
{code}
yielded at least once:
{noformat}
[ RUN ]
CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyTracedProcess
I1202 14:59:40.530966 2564 cgroups.cpp:2429] Freezing cgroup
/sys/fs/cgroup/freezer/mesos_test
I1202 14:59:40.546022 2566 cgroups.cpp:1411] Successfully froze cgroup
/sys/fs/cgroup/freezer/mesos_test after 14.974976ms
I1202 14:59:40.560233 2566 cgroups.cpp:2447] Thawing cgroup
/sys/fs/cgroup/freezer/mesos_test
I1202 14:59:40.574983 2570 cgroups.cpp:1440] Successfullly thawed cgroup
/sys/fs/cgroup/freezer/mesos_test after 14.671104ms
../../src/tests/containerizer/cgroups_tests.cpp:939: Failure
Value of: ::waitpid(pid, &status, 0)
Actual: 26319
Expected: -1
*** Aborted at 1449064780 (unix time) try "date -d @1449064780" if you are
using GNU date ***
PC: @ 0x14b07ae testing::UnitTest::AddTestPartResult()
*** SIGSEGV (@0x0) received by PID 2549 (TID 0x7f0017c287c0) from PID 0; stack
trace: ***
@ 0x7effff9b866c os::Linux::chained_handler()
@ 0x7effff9bca0a JVM_handle_linux_signal
@ 0x7f00115458d0 (unknown)
@ 0x14b07ae testing::UnitTest::AddTestPartResult()
@ 0x14a51e7 testing::internal::AssertHelper::operator=()
@ 0x14129f4
mesos::internal::tests::CgroupsAnyHierarchyWithFreezerTest_ROOT_CGROUPS_DestroyTracedProcess_Test::TestBody()
@ 0x14ce2d0
testing::internal::HandleSehExceptionsInMethodIfSupported<>()
@ 0x14c9248
testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x14aa587 testing::Test::Run()
@ 0x14aad15 testing::TestInfo::Run()
@ 0x14ab350 testing::TestCase::Run()
@ 0x14b1c9f testing::internal::UnitTestImpl::RunAllTests()
@ 0x14cef5f
testing::internal::HandleSehExceptionsInMethodIfSupported<>()
@ 0x14c9d9e
testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x14b09cf testing::UnitTest::Run()
@ 0xd63e02 RUN_ALL_TESTS()
@ 0xd639e0 main
@ 0x7f00111aeb45 (unknown)
@ 0x9588f9 (unknown)
{noformat}
However running:
{code}
sudo src/mesos-tests
--gtest_filter="CgroupsAnyHierarchyWithFreezerTest.ROOT_CGROUPS_DestroyTracedProcess"
--gtest_repeat=1000 --verbose --gtest_break_on_failure
{code}
Doesn't reproduce the error. It may be cause by a state left by a previous test.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)