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 A4651200D43 for ; Tue, 7 Nov 2017 07:23:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A2E67160BFF; Tue, 7 Nov 2017 06:23:09 +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 E552D160BEC for ; Tue, 7 Nov 2017 07:23:08 +0100 (CET) Received: (qmail 72338 invoked by uid 500); 7 Nov 2017 06:23:08 -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 72327 invoked by uid 99); 7 Nov 2017 06:23:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Nov 2017 06:23:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id DEF31C3AEE; Tue, 7 Nov 2017 06:23:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.199 X-Spam-Level: *** X-Spam-Status: No, score=3.199 tagged_above=-999 required=6.31 tests=[HTML_MESSAGE=2, KAM_LAZY_DOMAIN_SECURITY=1, KAM_MANYTO=0.2, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id fFEcRqEmJhVQ; Tue, 7 Nov 2017 06:23:04 +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 D2B7E5F5B8; Tue, 7 Nov 2017 06:23:03 +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 33094E00DF; Tue, 7 Nov 2017 06:23:03 +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 28553C410FE; Tue, 7 Nov 2017 06:23:03 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============2072494116460602837==" MIME-Version: 1.0 Subject: Re: Review Request 63279: Increased check tests task resources for Windows. From: Mesos Reviewbot To: Jeff Coffler , Akash Gupta , Gaston Kleiman , Jie Yu , Michael Park , Joseph Wu , Alexander Rukletsov , Li Li , Aaron Wood , John Kordich Cc: Mesos Reviewbot , Andrew Schwartzmeyer , mesos Date: Tue, 07 Nov 2017 06:23:03 -0000 Message-ID: <20171107062303.16044.43381@reviews-vm2.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: Mesos Reviewbot X-ReviewGroup: mesos X-Auto-Response-Suppress: DR, RN, OOF, AutoReply X-ReviewRequest-URL: https://reviews.apache.org/r/63279/ X-Sender: Mesos Reviewbot References: <20171102204031.55462.67687@reviews-vm2.apache.org> In-Reply-To: <20171102204031.55462.67687@reviews-vm2.apache.org> Reply-To: Mesos Reviewbot X-ReviewRequest-Repository: mesos archived-at: Tue, 07 Nov 2017 06:23:09 -0000 --===============2072494116460602837== 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/63279/#review190270 ----------------------------------------------------------- Patch looks great! Reviews applied: [63268, 63269, 63271, 63272, 63273, 63274, 63275, 63276, 63277, 63278, 63279] Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' CONFIGURATION='--verbose --disable-libtool-wrappers' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; ./support/docker-build.sh - Mesos Reviewbot On Nov. 2, 2017, 8:40 p.m., Andrew Schwartzmeyer wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63279/ > ----------------------------------------------------------- > > (Updated Nov. 2, 2017, 8:40 p.m.) > > > Review request for mesos, Aaron Wood, Akash Gupta, Alexander Rukletsov, Jeff Coffler, Gaston Kleiman, Jie Yu, John Kordich, Joseph Wu, Li Li, and Michael Park. > > > Bugs: MESOS-6690 > https://issues.apache.org/jira/browse/MESOS-6690 > > > Repository: mesos > > > Description > ------- > > Unfortunately, due to PowerShell's resource usage as a .NET program, on > Windows 32 MB is not enough memory to run these tests. One instance of > PowerShell takes > 128 MB, and two instances take > 256 MB. > Realistically, the safe minimum is 512 MB of memory. > > > Diffs > ----- > > src/tests/check_tests.cpp d3ffc0b0204d021f1ed734ece189d0e3a3fd8844 > > > Diff: https://reviews.apache.org/r/63279/diff/2/ > > > Testing > ------- > > Built and ran `mesos-tests.exe` on Windows repeatedly, verified all tests still pass consistently (likewise for `stout` and `libprocess` tests. > > ~~Currently verifying no breaks on Linux.~~ Built and ran tests on Linux. > > NOTE: There are more check tests that are currently disabled for Windows, that I think should be enabled, but did immediately work for me, so I've left them disabled to unblock myself. Similarly, I would ideally like to port the balloon example framework, and use that to prove the effectiveness of the job object memory hard-cap. Having not yet ported it though, I manually verified the effectiveness of the new isolators by launching test CPU and memory test tasks on a deployed cluster my these changes (and the fact that PowerShell OOM'ed was a nice verification too). > > > Thanks, > > Andrew Schwartzmeyer > > --===============2072494116460602837==--