Skip to content

Commit

Permalink
test: Adjust state transition sequence within jsc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dongahn committed Mar 28, 2018
1 parent a16ca5c commit 4c6749b
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions t/t1000-jsc.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,18 @@ Ensure JSC works as expected with sched module.
#
test_under_flux 4

tr1="null->null"
tr2="null->reserved"
tr3="reserved->submitted"
tr4="submitted->allocated"
tr5="allocated->runrequest"
tr6="runrequest->starting"
tr7="starting->running"
tr8="running->complete"
tr1="null->submitted"
tr2="submitted->allocated"
tr3="allocated->runrequest"
tr4="runrequest->starting"
tr5="starting->running"
tr6="running->complete"
trans="$tr1
$tr2
$tr3
$tr4
$tr5
$tr6
$tr7
$tr8"
$tr6"

test_expect_success 'jsc: expected job-event sequence for single-job scheduling' '
adjust_session_info 1 &&
Expand Down

0 comments on commit 4c6749b

Please sign in to comment.