[ARVADOS] updated: 66cba099dbc0c588fe676c029f5981ed6143c973
git at public.curoverse.com
git at public.curoverse.com
Wed Sep 17 13:56:50 EDT 2014
Summary of changes:
services/fuse/tests/test_mount.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
via 66cba099dbc0c588fe676c029f5981ed6143c973 (commit)
from 21cdd10032c60451743b6e6294d2e75a356ee61c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 66cba099dbc0c588fe676c029f5981ed6143c973
Author: Tim Pierce <twp at curoverse.com>
Date: Wed Sep 17 13:55:23 2014 -0400
3411: fix failing tests
The FuseSharedTest requires "pipeline_with_template.pipelineInstance" on
my machine, but not on Jenkins. Puzzling.
No issue # -- bug fix
diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index b188796..9627777 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -262,8 +262,7 @@ class FuseSharedTest(MountTestBase):
"Pipeline Template with Input Parameter with Search.pipelineTemplate",
"Pipeline Template with Jobspec Components.pipelineTemplate",
"collection_expires_in_future",
- "pipeline_with_job.pipelineInstance",
- "pipeline_with_template.pipelineInstance"
+ "pipeline_with_job.pipelineInstance"
], d2)
d3 = os.listdir(os.path.join(self.mounttmp, 'Active User', 'A Project'))
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list