[ARVADOS] updated: 1.3.0-430-g50bff1db5

Git user git at public.curoverse.com
Wed Mar 6 14:48:00 EST 2019


Summary of changes:
 services/fuse/tests/test_mount.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  50bff1db5788643b2f5b6afea887d95bfe797be8 (commit)
      from  20ac330bca35863dc959d1e3722b8a341e7529b8 (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 50bff1db5788643b2f5b6afea887d95bfe797be8
Author: Peter Amstutz <pamstutz at veritasgenetics.com>
Date:   Wed Mar 6 14:46:06 2019 -0500

    14870: Remove \x01 from edge cases
    
    It is no longer accepted by the API server, manifests with control
    characters like that are invalid.
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <pamstutz at veritasgenetics.com>

diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py
index bed81ad72..6d0e4ce4a 100644
--- a/services/fuse/tests/test_mount.py
+++ b/services/fuse/tests/test_mount.py
@@ -78,11 +78,11 @@ class FuseMountTest(MountTestBase):
         cw.write("data 8")
 
         cw.start_new_stream('edgecases')
-        for f in ":/.../-/*/\x01\\/ ".split("/"):
+        for f in ":/.../-/*/\\/ ".split("/"):
             cw.start_new_file(f)
             cw.write('x')
 
-        for f in ":/.../-/*/\x01\\/ ".split("/"):
+        for f in ":/.../-/*/\\/ ".split("/"):
             cw.start_new_stream('edgecases/dirs/' + f)
             cw.start_new_file('x/x')
             cw.write('x')

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list