tests: fix test-fb-hgext-treemanifest-prefetch.t on Mac

Summary:
The recent treemanifest refactors broke this. The behavior seems
different on Mac vs others, so let's just make the output optional with (?).

Reviewed By: singhsrb

Differential Revision: D29565879

fbshipit-source-id: 35457a6d38b02b802cc0f98d31dcab38711ff1fe
This commit is contained in:
Durham Goode 2021-07-06 13:54:26 -07:00 committed by Facebook GitHub Bot
parent 318343765a
commit 9014a85e66

View File

@ -128,6 +128,8 @@ Test prefetching when a draft commit is marked public
1 trees fetched over 0.00s
M dir/x
$ hg debugstrip -r 3
fetching tree 'subdir' ddb35f099a648a43a997aef53123bce309c794fd (?)
1 trees fetched over 0.00s (?)
0 files updated, 0 files merged, 1 files removed, 0 files unresolved
$ clearcache
@ -196,6 +198,7 @@ Test auto prefetch during pull
TODO(meyer): Fix debugindexedlogdatastore and debugindexedloghistorystore and add back output here.
$ hg debugstrip -q -r 'draft()'
2 trees fetched over 0.00s (?)
- Prefetch just the top manifest (but the full one)
$ rm -rf $CACHEDIR/master