Return-Path: X-Original-To: apmail-mesos-dev-archive@www.apache.org Delivered-To: apmail-mesos-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 292F311FEF for ; Wed, 18 Jun 2014 01:49:02 +0000 (UTC) Received: (qmail 42850 invoked by uid 500); 18 Jun 2014 01:49:02 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 42785 invoked by uid 500); 18 Jun 2014 01:49:01 -0000 Mailing-List: contact dev-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 dev@mesos.apache.org Received: (qmail 42771 invoked by uid 99); 18 Jun 2014 01:49:01 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 01:49:01 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 978D11DB075; Wed, 18 Jun 2014 01:48:51 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0147083578900875522==" MIME-Version: 1.0 Subject: Review Request 22714: Added a test to verify that frameworks with equal share get equal number of allocations. From: "Vinod Kone" To: "Benjamin Hindman" , "Ben Mahler" Cc: "mesos" , "Vinod Kone" Date: Wed, 18 Jun 2014 01:48:51 -0000 Message-ID: <20140618014851.6311.94256@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Vinod Kone" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/22714/ X-Sender: "Vinod Kone" Reply-To: "Vinod Kone" X-ReviewRequest-Repository: mesos-git --===============0147083578900875522== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/22714/ ----------------------------------------------------------- Review request for mesos, Benjamin Hindman and Ben Mahler. Bugs: MESOS-1187 https://issues.apache.org/jira/browse/MESOS-1187 Repository: mesos-git Description ------- I wrote this test because to see if I can repro the issue in MESOS-1187 (there's also an existing TODO). Unfortunately couldn't repro the behavior, but this would be a good regression test to have. Diffs ----- src/tests/allocator_tests.cpp 7ad496437cec6238f208225a012030b7f3c8fe84 src/tests/mesos.hpp 0b9b2f9bfc0def5d65fb571816d62d52f3d0cda4 Diff: https://reviews.apache.org/r/22714/diff/ Testing ------- make check Thanks, Vinod Kone --===============0147083578900875522==--