integration tests: use newblobimport in integration tests where possible

Summary: After ceasing recomputation of NodeHashes the newblobimport is working in many of our tests as a replacement of blobimport

Reviewed By: sid0

Differential Revision: D7707684

fbshipit-source-id: e7b4391916cd4a37968afd828f456a7b49ecabf9
This commit is contained in:
Lukas Piatkowski 2018-04-20 12:02:36 -07:00 committed by Facebook Github Bot
parent c652345586
commit 040c1a2b4d
5 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ make a few commits on the server
blobimport them into Mononoke storage and start Mononoke
$ cd ..
$ blobimport repo-hg repo
$ newblobimport repo-hg/.hg repo
start mononoke

View File

@ -17,7 +17,7 @@ setup repo-push and repo-pull
$ hgclone_treemanifest ssh://user@dummy/repo-hg repo-push --noupdate
$ hgclone_treemanifest ssh://user@dummy/repo-hg repo-pull --noupdate
$ blobimport repo-hg repo
$ newblobimport repo-hg/.hg repo
start mononoke

View File

@ -48,7 +48,7 @@ create a hashed index and data revlogs
blobimport and start mononoke
$ cd $TESTTMP
$ blobimport repo-hg repo
$ newblobimport repo-hg/.hg repo
$ mononoke
$ wait_for_mononoke $TESTTMP/repo

View File

@ -15,7 +15,7 @@ setup repo
$ hg ci -ma
$ cd $TESTTMP
$ blobimport repo-hg repo
$ newblobimport repo-hg/.hg repo
setup two repos: one will be used to push from, another will be used
to pull these pushed commits

View File

@ -22,7 +22,7 @@ setup repo
$ cd $TESTTMP
$ blobimport repo-hg repo
$ newblobimport repo-hg/.hg repo
setup two repos: one will be used to push from, another will be used
to pull these pushed commits