##// END OF EJS Templates
stream-clone-test: add a verify call to the "clone while changing" case...
marmoute -
r52373:d1d75797 default
parent child Browse files
Show More
@@ -373,11 +373,15 b" there is no security so it isn't importa"
373 $ hg -R server phase --draft 'secret()'
373 $ hg -R server phase --draft 'secret()'
374
374
375 Stream clone while repo is changing:
375 Stream clone while repo is changing:
376 ------------------------------------
377
378 We should send a repository in a valid state, ignoring the ongoing transaction.
376
379
377 $ mkdir changing
380 $ mkdir changing
378 $ cd changing
381 $ cd changing
379
382
380 prepare repo with small and big file to cover both code paths in emitrevlogdata
383 prepare repo with small and big file to cover both code paths in emitrevlogdata
384 (inlined revlog and non-inlined revlogs).
381
385
382 $ hg init repo
386 $ hg init repo
383 $ touch repo/f1
387 $ touch repo/f1
@@ -408,6 +412,7 b' actually serving file content'
408 $ $RUNTESTDIR/testlib/wait-on-file 10 $HG_TEST_STREAM_WALKED_FILE_3
412 $ $RUNTESTDIR/testlib/wait-on-file 10 $HG_TEST_STREAM_WALKED_FILE_3
409 $ hg -R clone id
413 $ hg -R clone id
410 000000000000
414 000000000000
415 $ hg -R clone verify --quiet
411 $ cat errors.log
416 $ cat errors.log
412 $ cd ..
417 $ cd ..
413
418
General Comments 0
You need to be logged in to leave comments. Login now