[ARVADOS] updated: 1.1.3-340-g4e7de9e

Git user git at public.curoverse.com
Mon Apr 9 11:30:43 EDT 2018


Summary of changes:
 services/crunch-run/copier_test.go | 3 +++
 1 file changed, 3 insertions(+)

       via  4e7de9eae07a34115cbebb074880f10b74c077d6 (commit)
      from  163dac6272b8b75e7c1b73076ab922df8b03728e (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 4e7de9eae07a34115cbebb074880f10b74c077d6
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Mon Apr 9 11:26:26 2018 -0400

    13100: 12606: Test chain of relative symlinks.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/services/crunch-run/copier_test.go b/services/crunch-run/copier_test.go
index d678cf6..a2b5608 100644
--- a/services/crunch-run/copier_test.go
+++ b/services/crunch-run/copier_test.go
@@ -153,6 +153,8 @@ func (s *copierSuite) TestSymlink(c *check.C) {
 		os.MkdirAll(s.cp.hostOutputDir+"/morelinks", 0755),
 		os.Symlink("../dir1/dir2", s.cp.hostOutputDir+"/morelinks/l_rel_dir2"),
 		os.Symlink("dir1/dir2/dir3", s.cp.hostOutputDir+"/l_rel_dir3"),
+		// rel. symlink -> rel. symlink -> regular file
+		os.Symlink("../dir1/dir2/l_rel_file", s.cp.hostOutputDir+"/morelinks/l_rel_l_rel_file"),
 	} {
 		c.Assert(err, check.IsNil)
 	}
@@ -176,6 +178,7 @@ func (s *copierSuite) TestSymlink(c *check.C) {
 		{dst: "/l_rel_file", src: hostfile, size: 4},
 		{dst: "/morelinks/l_rel_dir2/dir3/.keep", src: os.DevNull},
 		{dst: "/morelinks/l_rel_dir2/l_rel_file", src: hostfile, size: 4},
+		{dst: "/morelinks/l_rel_l_rel_file", src: hostfile, size: 4},
 	})
 }
 

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list