@@ -58,8 +58,8 @@ test_expect_success 'unload kvs' '
5858test_expect_success ' dump default=kvs-primary checkpoint' '
5959 flux dump --checkpoint foo.tar
6060'
61- test_expect_success ' repeat dump with --async ' '
62- flux dump --async --checkpoint async .tar
61+ test_expect_success ' repeat dump with --fast ' '
62+ flux dump --fast --checkpoint fast .tar
6363'
6464test_expect_success ' repeat dump with -q' '
6565 flux dump -q --checkpoint foo.tar
@@ -203,7 +203,7 @@ test_expect_success 'run a flux instance, preserving content.sqlite' '
203203'
204204
205205#
206- # --async
206+ # --fast
207207#
208208
209209# N.B. from previous tests, data is already in the content cache
@@ -215,8 +215,8 @@ test_expect_success 'remove backing file and load content-sqlite' '
215215 rm -f content.sqlite &&
216216 flux module load content-sqlite
217217'
218- test_expect_success ' restore content when --async was used' '
219- flux restore -v --checkpoint async .tar
218+ test_expect_success ' restore content when --fast was used' '
219+ flux restore -v --checkpoint fast .tar
220220'
221221test_expect_success ' unload content-sqlite' '
222222 flux content flush &&
@@ -328,8 +328,8 @@ test_expect_success LONGTEST 'unload kvs' '
328328test_expect_success LONGTEST ' dump default=kvs-primary checkpoint' '
329329 flux dump --checkpoint bigval.tar
330330'
331- test_expect_success LONGTEST ' dump default=kvs-primary checkpoint w/ --async ' '
332- flux dump --checkpoint --async bigvalasync .tar
331+ test_expect_success LONGTEST ' dump default=kvs-primary checkpoint w/ --fast ' '
332+ flux dump --checkpoint --fast bigvalfast .tar
333333'
334334test_expect_success LONGTEST ' unload content-sqlite, remove backing, reload content-sqlite' '
335335 flux module remove content-sqlite &&
@@ -352,10 +352,10 @@ test_expect_success LONGTEST 'unload content-sqlite, remove backing, reload cont
352352 rm -f content.sqlite &&
353353 flux module load content-sqlite
354354'
355- test_expect_success LONGTEST ' restore content from async dump' '
356- flux restore --checkpoint bigvalasync .tar
355+ test_expect_success LONGTEST ' restore content from fast dump' '
356+ flux restore --checkpoint bigvalfast .tar
357357'
358- test_expect_success LONGTEST ' load kvs and check bigval value from async dump' '
358+ test_expect_success LONGTEST ' load kvs and check bigval value from fast dump' '
359359 flux module load kvs &&
360360 flux kvs get bigval > bigval.out &&
361361 test_cmp bigval.out bigval.exp
0 commit comments