Apparently you are right! I changed the Timeout to 3 sec and it passed. I was running it both on the EC2 and my own computer.
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 > > > -- best wishes Hao Lin (林昊) Research Assistant School of Electrcial & Computer Eng Purdue University, West Lafayette, IN Personal Homepage: http://web.ics.purdue.edu/~lin116/
