Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5B7BD18179 for ; Sat, 24 Oct 2015 01:34:28 +0000 (UTC) Received: (qmail 99615 invoked by uid 500); 24 Oct 2015 01:34:28 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 99601 invoked by uid 500); 24 Oct 2015 01:34:27 -0000 Mailing-List: contact issues-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list issues@mesos.apache.org Received: (qmail 99590 invoked by uid 99); 24 Oct 2015 01:34:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Oct 2015 01:34:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BB36B2C033A for ; Sat, 24 Oct 2015 01:34:27 +0000 (UTC) Date: Sat, 24 Oct 2015 01:34:27 +0000 (UTC) From: "Anand Mazumdar (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-3801) Flaky test on Ubuntu Wily: ReservationTest.DropReserveTooLarge MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-3801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14972254#comment-14972254 ] Anand Mazumdar commented on MESOS-3801: --------------------------------------- [~neilc] Can you add the verbose logs too ? > Flaky test on Ubuntu Wily: ReservationTest.DropReserveTooLarge > -------------------------------------------------------------- > > Key: MESOS-3801 > URL: https://issues.apache.org/jira/browse/MESOS-3801 > Project: Mesos > Issue Type: Bug > Environment: Linux vagrant-ubuntu-wily-64 4.2.0-16-generic #19-Ubuntu SMP Thu Oct 8 15:35:06 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux > Reporter: Neil Conway > Priority: Minor > Labels: flaky-test, mesosphere > > {noformat} > [==========] Running 1 test from 1 test case. > [----------] Global test environment set-up. > [----------] 1 test from ReservationTest > [ RUN ] ReservationTest.DropReserveTooLarge > /mesos/src/tests/reservation_tests.cpp:449: Failure > Failed to wait 15secs for offers > /mesos/src/tests/reservation_tests.cpp:439: Failure > Actual function call count doesn't match EXPECT_CALL(sched, resourceOffers(&driver, _))... > Expected: to be called once > Actual: never called - unsatisfied and active > /mesos/src/tests/reservation_tests.cpp:421: Failure > Actual function call count doesn't match EXPECT_CALL(allocator, addSlave(_, _, _, _, _))... > Expected: to be called once > Actual: never called - unsatisfied and active > [ FAILED ] ReservationTest.DropReserveTooLarge (15302 ms) > [----------] 1 test from ReservationTest (15303 ms total) > [----------] Global test environment tear-down > [==========] 1 test from 1 test case ran. (15308 ms total) > [ PASSED ] 0 tests. > [ FAILED ] 1 test, listed below: > [ FAILED ] ReservationTest.DropReserveTooLarge > 1 FAILED TEST > {noformat} > Repro'd via "mesos-tests --gtest_filter=ReservationTest.DropReserveTooLarge --gtest_repeat=100". ~4 runs out of 100 resulted in the error. Note that test runtime varied pretty widely: most test runs completed in < 500ms, but many (1/3?) of runs took 5000ms or longer. -- This message was sent by Atlassian JIRA (v6.3.4#6332)