Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Add test for Function waitForFinAndHealth
Browse files Browse the repository at this point in the history
  • Loading branch information
joergboe committed Aug 12, 2020
1 parent 2dc7c7e commit 1f584b0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions test/toolkitTest/Runtests/JobNotHealth/Main.spl
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
composite Main {
graph
stream<rstring filename> S1 = DirectoryScan() {
param
directory: "xx";
output S1: filename = FileName();
}

config
restartable: false;
}
4 changes: 4 additions & 0 deletions test/toolkitTest/Runtests/JobNotHealth/TestCase.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Submission test for Streams
PREPS='copyOnly'
STEPS='splCompile submitJobInterceptAndSuccess checkJobNo waitForFinAndHealth cancelJobAndLog'
FINS='cancelJob'

0 comments on commit 1f584b0

Please sign in to comment.