Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 69C1C200D50 for ; Mon, 4 Dec 2017 19:56:14 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 683B7160C05; Mon, 4 Dec 2017 18:56:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AE56E160BF7 for ; Mon, 4 Dec 2017 19:56:13 +0100 (CET) Received: (qmail 69498 invoked by uid 500); 4 Dec 2017 18:56:12 -0000 Mailing-List: contact reviews-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: reviews@mesos.apache.org Delivered-To: mailing list reviews@mesos.apache.org Received: (qmail 69486 invoked by uid 99); 4 Dec 2017 18:56:12 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Dec 2017 18:56:12 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id CEEEF1A160F; Mon, 4 Dec 2017 18:56:11 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.25 X-Spam-Level: *** X-Spam-Status: No, score=3.25 tagged_above=-999 required=6.31 tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, KAM_LOTSOFHASH=0.25, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id EUds6nCloWRo; Mon, 4 Dec 2017 18:56:10 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id C41245F2A8; Mon, 4 Dec 2017 18:56:09 +0000 (UTC) Received: from reviews.apache.org (unknown [10.41.0.12]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 205D1E0160; Mon, 4 Dec 2017 18:56:09 +0000 (UTC) Received: from reviews-vm2.apache.org (localhost [IPv6:::1]) by reviews.apache.org (ASF Mail Server at reviews-vm2.apache.org) with ESMTP id 7F2C3C40A07; Mon, 4 Dec 2017 18:56:08 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============3950674234405158743==" MIME-Version: 1.0 Subject: Re: Review Request 64096: Implemented the `OfferOperationStatusUpdateManager`. From: Gaston Kleiman To: Greg Mann Cc: Mesos Reviewbot Windows , Gaston Kleiman , mesos Date: Mon, 04 Dec 2017 18:56:08 -0000 Message-ID: <20171204185608.40731.46714@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Gaston Kleiman X-ReviewGroup: mesos X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/64096/ X-Sender: Gaston Kleiman References: <20171202024623.34997.24185@reviews-vm2.apache.org> In-Reply-To: <20171202024623.34997.24185@reviews-vm2.apache.org> X-ReviewBoard-Diff-For: src/tests/offer_operation_status_update_manager_tests.cpp X-ReviewBoard-Diff-For: src/status_update_manager/offer_operation.cpp X-ReviewBoard-Diff-For: src/status_update_manager/offer_operation.hpp Reply-To: Gaston Kleiman X-ReviewRequest-Repository: mesos archived-at: Mon, 04 Dec 2017 18:56:14 -0000 --===============3950674234405158743== 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/64096/ ----------------------------------------------------------- (Updated Dec. 4, 2017, 10:56 a.m.) Review request for mesos and Greg Mann. Changes ------- Renamed files, fixed tests. Bugs: MESOS-8197 https://issues.apache.org/jira/browse/MESOS-8197 Repository: mesos Description ------- This class will handle the offer operation status updates generated by the agent and by resource providers. Diffs (updated) ----- src/CMakeLists.txt 592489df070a0c4fdee814a4a7b613e62a544f88 src/Makefile.am 08d29ab58fe5c7f5e0c9173b504787ec254ed99b src/status_update_manager/offer_operation.hpp PRE-CREATION src/status_update_manager/offer_operation.cpp PRE-CREATION src/tests/CMakeLists.txt 5e5202079c9798b91028e845490b747d4d1d0a66 src/tests/offer_operation_status_update_manager_tests.cpp PRE-CREATION Diff: https://reviews.apache.org/r/64096/diff/6/ Changes: https://reviews.apache.org/r/64096/diff/5-6/ Testing ------- This patch addes new tests that passed 5000 times on GNU/Linux. Thanks, Gaston Kleiman --===============3950674234405158743==--