[
https://issues.apache.org/jira/browse/MESOS-7218?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Anand Mazumdar updated MESOS-7218:
----------------------------------
Description:
The test appears to be highly flaky (failure rate > 50%) on all tested Ubuntu
distros. Right now it is unclear to me if this is an issue of the CI I am using
or an actual test problem or even a proper bug when using Mesos on that
distribution.
Also, it fails on Mac OS Sierra with the following stack trace:
{code}
[ RUN ] ExamplesTest.PythonFramework
Using temporary directory
'/var/folders/v4/0jg38yfd44nb7mzz21c663_40000gn/T/ExamplesTest_PythonFramework_Ic9qX4'
../../src/tests/script.cpp:81: Failure
Failed
python_framework_test.sh terminated with signal Segmentation fault: 11
*** Aborted at 1491951380 (unix time) try "date -d @1491951380" if you are
using GNU date ***
PC: @ 0x10e9f1170 testing::UnitTest::AddTestPartResult()
*** SIGSEGV (@0x0) received by PID 710 (TID 0x7fffd5caa3c0) stack trace: ***
@ 0x7fffccf4ab3a _sigtramp
@ 0x8 (unknown)
@ 0x10e9f0977 testing::internal::AssertHelper::operator=()
@ 0x10e3c8bfd mesos::internal::tests::execute()
@ 0x10d3e9241 ExamplesTest_PythonFramework_Test::TestBody()
@ 0x10ea524aa
testing::internal::HandleSehExceptionsInMethodIfSupported<>()
@ 0x10ea02df7
testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x10ea02ca5 testing::Test::Run()
@ 0x10ea04898 testing::TestInfo::Run()
@ 0x10ea05de7 testing::TestCase::Run()
@ 0x10ea15c5c testing::internal::UnitTestImpl::RunAllTests()
@ 0x10ea548aa
testing::internal::HandleSehExceptionsInMethodIfSupported<>()
@ 0x10ea15687
testing::internal::HandleExceptionsInMethodIfSupported<>()
@ 0x10ea15558 testing::UnitTest::Run()
@ 0x10d9b8971 RUN_ALL_TESTS()
@ 0x10d9b44dd main
@ 0x7fffccd3b235 start
Segmentation fault: 11
{code}
was:The test appears to be highly flaky (failure rate > 50%) on all tested
Ubuntu distros. Right now it is unclear to me if this is an issue of the CI I
am using or an actual test problem or even a proper bug when using Mesos on
that distribution.
> ExamplesTest.PythonFramework fails on Ubuntu.
> ---------------------------------------------
>
> Key: MESOS-7218
> URL: https://issues.apache.org/jira/browse/MESOS-7218
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 1.1.1
> Environment: Ubuntu (12.04, 14.04, 16.04)
> Reporter: Till Toenshoff
> Labels: flaky, mesosphere, test
>
> The test appears to be highly flaky (failure rate > 50%) on all tested Ubuntu
> distros. Right now it is unclear to me if this is an issue of the CI I am
> using or an actual test problem or even a proper bug when using Mesos on that
> distribution.
> Also, it fails on Mac OS Sierra with the following stack trace:
> {code}
> [ RUN ] ExamplesTest.PythonFramework
> Using temporary directory
> '/var/folders/v4/0jg38yfd44nb7mzz21c663_40000gn/T/ExamplesTest_PythonFramework_Ic9qX4'
> ../../src/tests/script.cpp:81: Failure
> Failed
> python_framework_test.sh terminated with signal Segmentation fault: 11
> *** Aborted at 1491951380 (unix time) try "date -d @1491951380" if you are
> using GNU date ***
> PC: @ 0x10e9f1170 testing::UnitTest::AddTestPartResult()
> *** SIGSEGV (@0x0) received by PID 710 (TID 0x7fffd5caa3c0) stack trace: ***
> @ 0x7fffccf4ab3a _sigtramp
> @ 0x8 (unknown)
> @ 0x10e9f0977 testing::internal::AssertHelper::operator=()
> @ 0x10e3c8bfd mesos::internal::tests::execute()
> @ 0x10d3e9241 ExamplesTest_PythonFramework_Test::TestBody()
> @ 0x10ea524aa
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0x10ea02df7
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0x10ea02ca5 testing::Test::Run()
> @ 0x10ea04898 testing::TestInfo::Run()
> @ 0x10ea05de7 testing::TestCase::Run()
> @ 0x10ea15c5c testing::internal::UnitTestImpl::RunAllTests()
> @ 0x10ea548aa
> testing::internal::HandleSehExceptionsInMethodIfSupported<>()
> @ 0x10ea15687
> testing::internal::HandleExceptionsInMethodIfSupported<>()
> @ 0x10ea15558 testing::UnitTest::Run()
> @ 0x10d9b8971 RUN_ALL_TESTS()
> @ 0x10d9b44dd main
> @ 0x7fffccd3b235 start
> Segmentation fault: 11
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)