[
https://issues.apache.org/jira/browse/MESOS-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14723398#comment-14723398
]
Joris Van Remoortere commented on MESOS-3189:
---------------------------------------------
{code}
commit d6685e4922f273078352f4674e7bc1ca9e42dbba
Author: Joris Van Remoortere <[email protected]>
Date: Fri Aug 28 17:50:49 2015 -0400
Libevent: Used `evutil_gettimeofday` to implement `time()`.
This used to be implemented by `event_base_gettimeofday_cached()`. We
want to avoid cached results in case they introduce any issues.
Review: https://reviews.apache.org/r/37907
{code}
> TimeTest.Now fails with --enable-libevent
> -----------------------------------------
>
> Key: MESOS-3189
> URL: https://issues.apache.org/jira/browse/MESOS-3189
> Project: Mesos
> Issue Type: Bug
> Components: libprocess
> Affects Versions: 0.23.0
> Reporter: Joris Van Remoortere
> Assignee: Joris Van Remoortere
> Labels: beginner, libprocess, mesosphere, newbie
>
> [ RUN ] TimeTest.Now
> ../../../3rdparty/libprocess/src/tests/time_tests.cpp:50: Failure
> Expected: (Microseconds(10)) < (Clock::now() - t1), actual: 8-byte object
> <10-27 00-00 00-00 00-00> vs 0ns
> [ FAILED ] TimeTest.Now (0 ms)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)