19975: Add integration test for out-of-memory resubmit
[arvados.git] / sdk / cwl / tests / arvados-tests.yml
index 2f309cfe81e6aae5a26ebacdea842d957d07ab0b..a93c64a224c1e83b3d126b720fadeba6e8f59039 100644 (file)
     out: null
   tool: wf-defaults/wf4.cwl
   doc: default in embedded subworkflow missing 'id' field, v1.0
-  should_fail: true
+  should_fail: false
 
 - job: null
   output:
   }
   tool: 19109-upload-secondary.cwl
   doc: "Test issue 19109 - correctly discover & upload secondary files"
+
+- job: 19678-name-id.yml
+  output: {
+    "processed_name": {
+        "first": "foo",
+        "last": "bar"
+    }
+  }
+  tool: 19678-name-id.cwl
+  doc: "Test issue 19678 - non-string type input parameter called 'name'"
+
+- job: oom/fakeoom.yml
+  output: {}
+  tool: oom/19975-oom.cwl
+  doc: "Test feature 19975 - retry on exit 137"
+
+- job: oom/fakeoom2.yml
+  output: {}
+  tool: oom/19975-oom.cwl
+  doc: "Test feature 19975 - retry on memory error"
+
+- job: oom/fakeoom3.yml
+  output: {}
+  tool: oom/19975-oom3.cwl
+  doc: "Test feature 19975 - retry on custom error"