[arvados] updated: 2.7.0-6000-gd704ced53e

git repository hosting git at public.arvados.org
Mon Feb 12 03:19:05 UTC 2024


Summary of changes:
 services/api/test/fixtures/collections.yml | 4 ++--
 services/fuse/tests/test_mount.py          | 5 ++++-
 2 files changed, 6 insertions(+), 3 deletions(-)

       via  d704ced53ec06c1af67ef99bba6a20096056a67c (commit)
       via  54b9ce0a8263d590c0c7716df4aaf40568f316c6 (commit)
      from  c42b65151a730ff9b02cab601cfbb1078264025f (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 d704ced53ec06c1af67ef99bba6a20096056a67c
Author: Brett Smith <brett.smith at curii.com>
Date:   Sun Feb 11 22:16:55 2024 -0500

    21452: Update test for new ProjectDirectory API
    
    I ran the FUSE tests on my laptop before I ran them on Jenkins. This
    test did not report failure. I don't understand why it
    didn't. Unfortunately the test log runs past the end of my scrollback,
    so that's a mystery lost to history.
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index f4e5138e2c..ef9c25bcf5 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -1126,7 +1126,10 @@ class MagicDirApiError(FuseMagicTest):
 
 class SanitizeFilenameTest(MountTestBase):
     def test_sanitize_filename(self):
-        pdir = fuse.ProjectDirectory(1, {}, self.api, 0, False, project_object=self.api.users().current().execute())
+        pdir = fuse.ProjectDirectory(
+            1, {}, self.api, 0, False, None,
+            project_object=self.api.users().current().execute(),
+        )
         acceptable = [
             "foo.txt",
             ".foo",

commit 54b9ce0a8263d590c0c7716df4aaf40568f316c6
Author: Brett Smith <brett.smith at curii.com>
Date:   Sun Feb 11 22:12:09 2024 -0500

    21452: Fix owner_uuid in new collection fixtures
    
    Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith at curii.com>

diff --git a/services/api/test/fixtures/collections.yml b/services/api/test/fixtures/collections.yml
index 0c5e9e987a..72aad1d68e 100644
--- a/services/api/test/fixtures/collections.yml
+++ b/services/api/test/fixtures/collections.yml
@@ -239,9 +239,9 @@ fuse_filters_test_bar:
   uuid: zzzzz-4zz18-qpxqtq2wbjnu630
   current_version_uuid: zzzzz-4zz18-qpxqtq2wbjnu630
   portable_data_hash: fa7aeb5140e2848d39b416daeef4ffc5+45
-  owner_uuid: zzzzz-tpzed-000000000000000
   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
   modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f
+  owner_uuid: zzzzz-tpzed-fusefiltertest1
   created_at: 2024-02-09T12:02:00Z
   modified_at: 2024-02-09T12:02:01Z
   updated_at: 2024-02-09T12:02:01Z
@@ -254,9 +254,9 @@ fuse_filters_test_baz:
   uuid: zzzzz-4zz18-ls97ezovrkkpfxz
   current_version_uuid: zzzzz-4zz18-ls97ezovrkkpfxz
   portable_data_hash: ea10d51bcf88862dbcc36eb292017dfd+45
-  owner_uuid: zzzzz-tpzed-000000000000000
   modified_by_client_uuid: zzzzz-ozdt8-brczlopd8u8d0jr
   modified_by_user_uuid: zzzzz-tpzed-d9tiejq69daie8f
+  owner_uuid: zzzzz-tpzed-fusefiltertest1
   created_at: 2024-02-09T12:03:00Z
   modified_at: 2024-02-09T12:03:01Z
   updated_at: 2024-02-09T12:03:01Z

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list