From issues-return-47741-archive-asf-public=cust-asf.ponee.io@mesos.apache.org Thu May 24 19:28:04 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 7BABF180636 for ; Thu, 24 May 2018 19:28:03 +0200 (CEST) Received: (qmail 13861 invoked by uid 500); 24 May 2018 17:28:02 -0000 Mailing-List: contact issues-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 issues@mesos.apache.org Received: (qmail 13852 invoked by uid 99); 24 May 2018 17:28:02 -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; Thu, 24 May 2018 17:28:02 +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 151B8CAED7 for ; Thu, 24 May 2018 17:28:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id FgNUaboqotIz for ; Thu, 24 May 2018 17:28:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 2AB375F35B for ; Thu, 24 May 2018 17:28:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A6001E062E for ; Thu, 24 May 2018 17:28:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3111021096 for ; Thu, 24 May 2018 17:28:00 +0000 (UTC) Date: Thu, 24 May 2018 17:28:00 +0000 (UTC) From: "Jie Yu (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Assigned] (MESOS-2199) Failing test: SlaveTest.ROOT_RunTaskWithCommandInfoWithUser MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MESOS-2199?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jie Yu reassigned MESOS-2199: ----------------------------- Assignee: Jie Yu > Failing test: SlaveTest.ROOT_RunTaskWithCommandInfoWithUser > ----------------------------------------------------------- > > Key: MESOS-2199 > URL: https://issues.apache.org/jira/browse/MESOS-2199 > Project: Mesos > Issue Type: Bug > Components: test > Reporter: Ian Downes > Assignee: Jie Yu > Priority: Major > Labels: disabled-test, mesosphere > > Appears that running the executor as {{nobody}} is not supported. > [~nnielsen] can you take a look? > Executor log: > {noformat} > [root@hostname build]# cat /tmp/SlaveTest_ROOT_RunTaskWithCommandInfoWithUser_cxF1dY/slaves/20141219-005206-2081170186-60487-11862-S0/frameworks/20141219-005206-2081170186-60 > 487-11862-0000/executors/1/runs/latest/std* > sh: /home/idownes/workspace/mesos/build/src/mesos-executor: Permission denied > {noformat} > Test output: > {noformat} > [==========] Running 1 test from 1 test case. > [----------] Global test environment set-up. > [----------] 1 test from SlaveTest > [ RUN ] SlaveTest.ROOT_RunTaskWithCommandInfoWithUser > ../../src/tests/slave_tests.cpp:680: Failure > Value of: statusRunning.get().state() > Actual: TASK_FAILED > Expected: TASK_RUNNING > ../../src/tests/slave_tests.cpp:682: Failure > Failed to wait 10secs for statusFinished > ../../src/tests/slave_tests.cpp:673: Failure > Actual function call count doesn't match EXPECT_CALL(sched, statusUpdate(&driver, _))... > Expected: to be called twice > Actual: called once - unsatisfied and active > [ FAILED ] SlaveTest.ROOT_RunTaskWithCommandInfoWithUser (10641 ms) > [----------] 1 test from SlaveTest (10641 ms total) > [----------] Global test environment tear-down > [==========] 1 test from 1 test case ran. (10658 ms total) > {noformat} -- This message was sent by Atlassian JIRA (v7.6.3#76005)