Return-Path: X-Original-To: apmail-mesos-issues-archive@minotaur.apache.org Delivered-To: apmail-mesos-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2EC4617963 for ; Sun, 6 Sep 2015 18:24:49 +0000 (UTC) Received: (qmail 32382 invoked by uid 500); 6 Sep 2015 18:24:45 -0000 Delivered-To: apmail-mesos-issues-archive@mesos.apache.org Received: (qmail 32350 invoked by uid 500); 6 Sep 2015 18:24:45 -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 32338 invoked by uid 99); 6 Sep 2015 18:24:45 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Sep 2015 18:24:45 +0000 Date: Sun, 6 Sep 2015 18:24:45 +0000 (UTC) From: "haosdent (JIRA)" To: issues@mesos.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MESOS-3349) PersistentVolumeTest.AccessPersistentVolume fails when run as root. 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-3349?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14732492#comment-14732492 ] haosdent commented on MESOS-3349: --------------------------------- And further investigation for this, I do similar progress in PosixFilesystemIsolatorProcess::update and it could rmdir successfully. So I guess something in LinuxFilesystemIsolatorProcess led to avoid result. Seem some time to figure out the cause for this problem. > PersistentVolumeTest.AccessPersistentVolume fails when run as root. > ------------------------------------------------------------------- > > Key: MESOS-3349 > URL: https://issues.apache.org/jira/browse/MESOS-3349 > Project: Mesos > Issue Type: Bug > Components: test > Environment: Ubuntu 14.04, CentOS 5 > Reporter: Benjamin Mahler > Assignee: haosdent > Labels: flaky-test > > When running the tests as root: > {noformat} > [ RUN ] PersistentVolumeTest.AccessPersistentVolume > I0901 02:17:26.435140 39432 exec.cpp:133] Version: 0.25.0 > I0901 02:17:26.442129 39461 exec.cpp:207] Executor registered on slave 20150901-021726-1828659978-52102-32604-S0 > Registered executor on hostname > Starting task d8ff1f00-e720-4a61-b440-e111009dfdc3 > sh -c 'echo abc > path1/file' > Forked command at 39484 > Command exited with status 0 (pid: 39484) > ../../src/tests/persistent_volume_tests.cpp:579: Failure > Value of: os::exists(path::join(directory, "path1")) > Actual: true > Expected: false > [ FAILED ] PersistentVolumeTest.AccessPersistentVolume (777 ms) > {noformat} > FYI [~jieyu] [~mcypark] -- This message was sent by Atlassian JIRA (v6.3.4#6332)