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 7E5DB200C5B for ; Thu, 27 Apr 2017 22:11:28 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7CF92160BA7; Thu, 27 Apr 2017 20:11:28 +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 EAEFF160B9E for ; Thu, 27 Apr 2017 22:11:27 +0200 (CEST) Received: (qmail 31371 invoked by uid 500); 27 Apr 2017 20:11:26 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 31357 invoked by uid 99); 27 Apr 2017 20:11:26 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 Apr 2017 20:11:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3C08CDFDAC; Thu, 27 Apr 2017 20:11:26 +0000 (UTC) From: dgshep To: reviews@spark.apache.org Reply-To: reviews@spark.apache.org Message-ID: Subject: [GitHub] spark pull request #17788: [SPARK-20483][MINOR] Add test for case Content-Type: text/plain Date: Thu, 27 Apr 2017 20:11:26 +0000 (UTC) archived-at: Thu, 27 Apr 2017 20:11:28 -0000 GitHub user dgshep opened a pull request: https://github.com/apache/spark/pull/17788 [SPARK-20483][MINOR] Add test for case ## What changes were proposed in this pull request? Add test case for scenarios where executor.cores is set as a (non)divisor of spark.cores.max This tests the change in #17786 ## How was this patch tested? Ran the existing test suite with the new tests @dbtsai You can merge this pull request into a Git repository by running: $ git pull https://github.com/dgshep/spark add_mesos_test Alternatively you can review and apply these changes as the patch at: https://github.com/apache/spark/pull/17788.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #17788 ---- commit 7270fef16b1b47e1084a1fc777e08502ada402e0 Author: Davis Shepherd Date: 2017-04-27T20:06:51Z [SPARK-20483][MINOR] Add test for case Add test case for scenarios where executor.cores is set as a (non)divisor of spark.cores.max ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org