[ARVADOS] updated: 2.1.0-2499-g1849c576e

Git user git at public.arvados.org
Tue May 17 20:14:38 UTC 2022


Summary of changes:
 sdk/cwl/test_with_arvbox.sh | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

       via  1849c576e1bad5e28b577bbd25994265dde03b5f (commit)
      from  1161c9460bfdce3a81872866ccc2cd200b8de2de (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 1849c576e1bad5e28b577bbd25994265dde03b5f
Author: Peter Amstutz <peter.amstutz at curii.com>
Date:   Tue May 17 16:01:16 2022 -0400

    19070: make some notes about why the script does things
    
    Arvados-DCO-1.1-Signed-off-by: Peter Amstutz <peter.amstutz at curii.com>

diff --git a/sdk/cwl/test_with_arvbox.sh b/sdk/cwl/test_with_arvbox.sh
index 0a64fe97a..354d6f0e5 100755
--- a/sdk/cwl/test_with_arvbox.sh
+++ b/sdk/cwl/test_with_arvbox.sh
@@ -83,6 +83,10 @@ fi
 
 arvbox start $config $tag
 
+# Copy the integration test suite from our local arvados clone instead
+# of using the one inside the container, so we can make changes to the
+# integration tests without necessarily having to rebuilding the
+# container image.
 docker cp -L $(readlink -f $(dirname $0)/tests) $ARVBOX_CONTAINER:/usr/src/arvados/sdk/cwl
 
 arvbox pipe <<EOF
@@ -145,6 +149,20 @@ if [[ $devcwl -eq 1 ]] ; then
 fi
 
 env
+
+# Skip docker_entrypoint test because it fails on singularity
+#
+# Skip timelimit_invalid_wf test because the timeout is very short
+# (5s) and singularity containers loading off an arv-mount take too long
+# to start and get incorrectly terminated
+#
+# Skip test 199 in the v1.1 suite because it has different output
+# depending on whether there is a pty associated with stdout (fixed in
+# the v1.2 suite)
+#
+# Skip test 307 in the v1.2 suite because the test relied on
+# secondary file behavior of cwltool that wasn't actually correct to specification
+
 if [[ "$suite" = "integration" ]] ; then
    cd /usr/src/arvados/sdk/cwl/tests
    exec ./arvados-tests.sh $@

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


hooks/post-receive
-- 




More information about the arvados-commits mailing list