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 4E1D017D3B for ; Wed, 28 Jan 2015 03:07:35 +0000 (UTC) Received: (qmail 8256 invoked by uid 500); 28 Jan 2015 03:07:35 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 8076 invoked by uid 500); 28 Jan 2015 03:07:35 -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 7753 invoked by uid 99); 28 Jan 2015 03:07:34 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Jan 2015 03:07:34 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id BFB1A1D5D3D; Wed, 28 Jan 2015 03:07:30 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0216678077657380366==" MIME-Version: 1.0 Subject: Re: Review Request 30352: Added an AWAIT macro for testing that futures transition out of pending. From: "Timothy Chen" To: "Vinod Kone" , "Jie Yu" Cc: "Timothy Chen" , "Ben Mahler" , "mesos" Date: Wed, 28 Jan 2015 03:07:30 -0000 Message-ID: <20150128030730.25679.27738@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Timothy Chen" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/30352/ X-Sender: "Timothy Chen" References: <20150128030628.25680.28165@reviews.apache.org> In-Reply-To: <20150128030628.25680.28165@reviews.apache.org> Reply-To: "Timothy Chen" X-ReviewRequest-Repository: mesos-git --===============0216678077657380366== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30352/#review69946 ----------------------------------------------------------- Nice! I would have needed this before. - Timothy Chen On Jan. 28, 2015, 3:06 a.m., Ben Mahler wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/30352/ > ----------------------------------------------------------- > > (Updated Jan. 28, 2015, 3:06 a.m.) > > > Review request for mesos, Jie Yu and Vinod Kone. > > > Bugs: MESOS-2283 > https://issues.apache.org/jira/browse/MESOS-2283 > > > Repository: mesos-git > > > Description > ------- > > This adds an AWAIT macro for when we only care that the future transitions out of pending, and we don't care about how it transitions. > > > Diffs > ----- > > 3rdparty/libprocess/include/process/gtest.hpp b77e2fc0eba18e2099bcb759a500abd271548428 > > Diff: https://reviews.apache.org/r/30352/diff/ > > > Testing > ------- > > make check (used this in the subsequent patch) > > > Thanks, > > Ben Mahler > > --===============0216678077657380366==--