[
https://issues.apache.org/jira/browse/MESOS-3411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14740019#comment-14740019
]
Michael Park commented on MESOS-3411:
-------------------------------------
{noformat}
commit 81efd727eb3087378c33a84cc3fd315f31f2edc5
Author: Michael Park <[email protected]>
Date: Thu Sep 10 18:22:05 2015 -0700
Fixed flaky ReservationEndpointsTest.AvailableResources test.
Review: https://reviews.apache.org/r/38282
{noformat}
> ReservationEndpointsTest.AvailableResources appears to be faulty
> ----------------------------------------------------------------
>
> Key: MESOS-3411
> URL: https://issues.apache.org/jira/browse/MESOS-3411
> Project: Mesos
> Issue Type: Bug
> Reporter: Joseph Wu
> Assignee: Michael Park
> Fix For: 0.25.0
>
>
> The reviewbot failed a test, when building/testing an unrelated review
> (https://reviews.apache.org/r/38077/)
> {code}
> [----------] 11 tests from ReservationEndpointsTest
> [ RUN ] ReservationEndpointsTest.AvailableResources
> ../../src/tests/reservation_endpoints_tests.cpp:195: Failure
> Failed to wait 15secs for recoverResources
> ../../src/tests/reservation_endpoints_tests.cpp:191: Failure
> Actual function call count doesn't match EXPECT_CALL(allocator,
> recoverResources(_, _, _, _))...
> Expected: to be called once
> Actual: never called - unsatisfied and active
> F0910 21:23:50.468192 21487 logging.cpp:57] RAW: Pure virtual method called
> @ 0x2b964be3f82e google::LogMessage::Fail()
> @ 0x2b964be44ede google::RawLog__()
> @ 0x2b964b20d1a6 __cxa_pure_virtual
> @ 0x2b964b2cd1ab mesos::internal::master::Master::removeFramework()
> @ 0x2b964b2c6166
> mesos::internal::master::Master::frameworkFailoverTimeout()
> @ 0x2b964b31446d
> _ZZN7process8dispatchIN5mesos8internal6master6MasterERKNS1_11FrameworkIDERKNS_4TimeES5_S8_EEvRKNS_3PIDIT_EEMSC_FvT0_T1_ET2_T3_ENKUlPNS_11ProcessBaseEE_clESN_
> @ 0x2b964b366a5f
> _ZNSt17_Function_handlerIFvPN7process11ProcessBaseEEZNS0_8dispatchIN5mesos8internal6master6MasterERKNS5_11FrameworkIDERKNS0_4TimeES9_SC_EEvRKNS0_3PIDIT_EEMSG_FvT0_T1_ET2_T3_EUlS2_E_E9_M_invokeERKSt9_Any_dataS2_
> @ 0x2b964bdcc55b std::function<>::operator()()
> @ 0x2b964bdb5e41 process::ProcessBase::visit()
> @ 0x2b964bdb8cb0 process::DispatchEvent::visit()
> @ 0xb22bc6 process::ProcessBase::serve()
> @ 0x2b964bdb2348 process::ProcessManager::resume()
> @ 0x2b964bda6854 process::internal::schedule()
> @ 0x2b964be020e3
> _ZNSt12_Bind_simpleIFPFvvEvEE9_M_invokeIJEEEvSt12_Index_tupleIJXspT_EEE
> @ 0x2b964be0203d std::_Bind_simple<>::operator()()
> @ 0x2b964be01fd6 std::thread::_Impl<>::_M_run()
> @ 0x2b964d975a40 (unknown)
> @ 0x2b964e0ec182 start_thread
> @ 0x2b964e3fc47d (unknown)
> make[4]: *** [check-local] Aborted
> make[4]: Leaving directory
> `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.25.0/_build/src'
> make[3]: *** [check-am] Error 2
> make[3]: Leaving directory
> `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.25.0/_build/src'
> make[2]: *** [check] Error 2
> make[2]: Leaving directory
> `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.25.0/_build/src'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory
> `/home/jenkins/jenkins-slave/workspace/mesos-reviewbot/mesos-0.25.0/_build'
> make: *** [distcheck] Error 1
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)