@@ -66,7 +66,7 @@ test_expect_success 'job has size 3' '
6666'
6767test_expect_success ' overlay status shows extra node offline' '
6868 flux proxy $(cat test2.uri) \
69- flux overlay status --wait=partial -- no-pretty >ov2.out &&
69+ flux overlay status --no-pretty >ov2.out &&
7070 grep "2 extra0: offline" ov2.out
7171'
7272test_expect_success ' submit a job that starts the extra broker' '
@@ -75,11 +75,6 @@ test_expect_success 'submit a job that starts the extra broker' '
7575 -Stbon.topo=kary:0 \
7676 -Sbroker.boot-server=$(cat test2.uri)
7777'
78- test_expect_success ' overlay status shows extra rank connected' '
79- run_timeout 60 flux proxy $(cat test2.uri) \
80- flux overlay status --wait=full --no-pretty >ov2b.out &&
81- grep "2 extra0: full" ov2b.out
82- '
8378test_expect_success ' run a 3 node job in the expanded instance' '
8479 run_timeout 30 flux proxy $(cat test2.uri) \
8580 flux run --label-io -N3 flux pmi barrier
@@ -117,22 +112,14 @@ test_expect_success 'job has size 7' '
117112 size=$(flux proxy $(cat test3.uri) flux getattr size) &&
118113 test $size -eq 7
119114'
120- test_expect_success ' show overlay status' '
121- flux proxy $(cat test3.uri) \
122- flux overlay status
123- '
124115test_expect_success ' submit a job that starts extra brokers' '
125116 flux submit -N4 flux broker \
126117 --config-path=fake3.toml \
127118 -Stbon.topo=kary:2 \
128119 -Sbroker.boot-server=$(cat test3.uri)
129120'
130- test_expect_success ' overlay status shows extra ranks connected' '
131- run_timeout 60 flux proxy $(cat test3.uri) \
132- flux overlay status --wait=full
133- '
134121test_expect_success ' run a 7 node job in the expanded instance' '
135- run_timeout 30 flux proxy $(cat test3.uri) \
122+ run_timeout 60 flux proxy $(cat test3.uri) \
136123 flux run --label-io -N7 flux pmi barrier
137124'
138125test_expect_success ' clean up' '
0 commit comments