17004: Move output_properties to progress_attrs
[arvados.git] / sdk / cwl / tests / arvados-tests.sh
index 8635aae65507fadb6be76d27156167855440ac68..e3f1622836517955d63189eb74363d93dbfe16be 100755 (executable)
@@ -3,6 +3,8 @@
 #
 # SPDX-License-Identifier: Apache-2.0
 
+set -e
+
 if ! arv-get d7514270f356df848477718d58308cc4+94 > /dev/null ; then
     arv-put --portable-data-hash testdir/*
 fi
@@ -16,4 +18,19 @@ if ! arv-get 20850f01122e860fb878758ac1320877+71 > /dev/null ; then
     arv-put --portable-data-hash samples/sample1_S01_R1_001.fastq.gz
 fi
 
-exec cwltest --test arvados-tests.yml --tool arvados-cwl-runner $@ -- --disable-reuse --compute-checksum
+# Test for #18888
+# This is a standalone test because the bug was observed with this
+# command line and was thought to be due to command line handling.
+arvados-cwl-runner 18888-download_def.cwl --scripts scripts/
+
+# Test for #19070
+# The most effective way to test this seemed to be to write an
+# integration test to check for the expected behavior.
+python test_copy_deps.py
+
+# Test for #17004
+# Checks that the final output collection has the expected properties.
+python test_set_output_prop.py
+
+# Run integration tests
+exec cwltest --test arvados-tests.yml --tool arvados-cwl-runner $@ -- --disable-reuse --compute-checksum --api=containers