[ARVADOS] updated: 1.3.0-2623-g6ed18a26f

Git user git at public.arvados.org
Tue Jun 2 20:49:54 UTC 2020


Summary of changes:
 services/api/test/fixtures/groups.yml | 7 +++++++
 services/fuse/tests/test_mount.py     | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

       via  6ed18a26f26a54ba17e80cae53dfefe53b586636 (commit)
      from  e37d3046e74508a54e171ae2661ce1e38c8f0edc (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 6ed18a26f26a54ba17e80cae53dfefe53b586636
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue Jun 2 16:49:38 2020 -0400

    16007: Fix FUSE test
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/services/api/test/fixtures/groups.yml b/services/api/test/fixtures/groups.yml
index e328e9a1b..ee0d786bb 100644
--- a/services/api/test/fixtures/groups.yml
+++ b/services/api/test/fixtures/groups.yml
@@ -9,6 +9,13 @@ public:
   description: Public Project
   group_class: project
 
+public_role:
+  uuid: zzzzz-j7d0g-jt30l961gq3t0oi
+  owner_uuid: zzzzz-tpzed-d9tiejq69daie8f
+  name: Public Role
+  description: Public Role
+  group_class: role
+
 private:
   uuid: zzzzz-j7d0g-rew6elm53kancon
   owner_uuid: zzzzz-tpzed-xurymjxw79nv3jz
diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index 593d945cf..b2816ac16 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -128,7 +128,7 @@ class FuseMagicTest(MountTestBase):
         super(FuseMagicTest, self).setUp(api=api)
 
         self.test_project = run_test_server.fixture('groups')['aproject']['uuid']
-        self.non_project_group = run_test_server.fixture('groups')['public']['uuid']
+        self.non_project_group = run_test_server.fixture('groups')['public_role']['uuid']
         self.collection_in_test_project = run_test_server.fixture('collections')['foo_collection_in_aproject']['name']
 
         cw = arvados.CollectionWriter()

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list