On 4/27/12 12:27 PM, Hao Lin wrote:
And another problem while make check:
I stuck at one of the test called "SampleFrameworks.CppFramework". It just
stuck there forever while running without returning with test result.
It would be helpful to know what the logs in
test_output/SampleFrameworks/CppFramework say.
- Charles
Thanks.
Andy
On Wed, Apr 25, 2012 at 8:05 PM, Benjamin Hindman <[email protected]>wrote:
Hi Andy,
This looks to do with the timeout that is used in that test. The timeout
only allows 1 second, but the test shows 2.6 seconds have elapsed (2625
ms). You can easily check this by changing the Timeout values in
log_test.cpp to something greater than 1 second.
I'm curious though, where are you running this? I've only seen this on EC2
and I'm curious if it has to do with hiccups from the virtualization.
Ben.
On Wed, Apr 25, 2012 at 5:00 PM, Hao Lin <[email protected]> wrote:
Hi,
I have reached a problem in
make check.
It fails the one of test
called CoordinatorTest.MultipleAppendsNotLearnedFill:
[ RUN ] CoordinatorTest.MultipleAppendsNotLearnedFill
tests/log_tests.cpp:860: Failure
Value of: result.isSome()
Actual: false
Expected: true
[ FAILED ] CoordinatorTest.MultipleAppendsNotLearnedFill (2625 ms)
[ RUN ] CoordinatorTest.Truncate
/bin/bash: line 5: 15919 Segmentation fault ${dir}$tst
FAIL: mesos-tests
Any thought about the error is appreciated.
Thanks.
Andy