[
https://issues.apache.org/jira/browse/MESOS-7029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15898835#comment-15898835
]
Jay Guo commented on MESOS-7029:
--------------------------------
[~neilc] I think it is due to our intentional delay here:
https://github.com/apache/mesos/blob/master/src/tests/fault_tolerance_tests.cpp#L824-L826
where the sum of them may exceed 1 sec
> FaultToleranceTest.FrameworkReregister is flaky
> -----------------------------------------------
>
> Key: MESOS-7029
> URL: https://issues.apache.org/jira/browse/MESOS-7029
> Project: Mesos
> Issue Type: Bug
> Components: test, tests
> Environment: ASF CI, cmake, gcc, Ubuntu 14.04, libevent/SSL enabled
> Reporter: Greg Mann
> Labels: flaky, flaky-test
> Attachments: FaultToleranceTest.FrameworkReregister.txt
>
>
> This was observed on ASF CI:
> {code}
> /mesos/src/tests/fault_tolerance_tests.cpp:903: Failure
> The difference between registerTime.secs() and
> framework.values["registered_time"].as<JSON::Number>().as<double>() is
> 1.0100052356719971, which exceeds 1, where
> registerTime.secs() evaluates to 1485732879.7673652,
> framework.values["registered_time"].as<JSON::Number>().as<double>() evaluates
> to 1485732878.75736, and
> 1 evaluates to 1.
> {code}
> Find the full log attached.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)