Skip to content

Commit

Permalink
testsuite: add partial cancel tests for jgf
Browse files Browse the repository at this point in the history
  • Loading branch information
milroy committed Jun 27, 2024
1 parent 2de4f19 commit 791c2c8
Show file tree
Hide file tree
Showing 9 changed files with 6,141 additions and 0 deletions.
8 changes: 8 additions & 0 deletions t/data/resource/commands/cancel/cmds07.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
match allocate @TEST_SRCDIR@/data/resource/jobspecs/cancel/test020.yaml
find sched-now=allocated
partial-cancel 1 jgf @TEST_SRCDIR@/data/resource/jgfs/elastic/node-1-partial-cancel.json
find sched-now=allocated
info 1
match allocate @TEST_SRCDIR@/data/resource/jobspecs/cancel/test021.yaml
find sched-now=allocated
quit
9 changes: 9 additions & 0 deletions t/data/resource/commands/cancel/cmds08.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
match allocate @TEST_SRCDIR@/data/resource/jobspecs/cancel/test021.yaml
match allocate @TEST_SRCDIR@/data/resource/jobspecs/cancel/test021.yaml
find sched-now=allocated
partial-cancel 1 jgf @TEST_SRCDIR@/data/resource/jgfs/elastic/node-1-partial-cancel.json
find sched-now=allocated
info 1
match allocate @TEST_SRCDIR@/data/resource/jobspecs/cancel/test021.yaml
find sched-now=allocated
quit
Loading

0 comments on commit 791c2c8

Please sign in to comment.