Mercurial > hg
comparison tests/test-ssh-bundle1.t @ 37349:36b2a304216c
tests: disable tests for advanced clone features with simple store
There are a handful of test failures in the simple store with
regards to stream clones. Fixing them will require a lot of
conditional output. Disabling the tests wholesale is easier
at this juncture.
Differential Revision: https://phab.mercurial-scm.org/D3064
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Tue, 03 Apr 2018 15:08:14 -0700 |
parents | db06c4bb2158 |
children | afcfdf53e4b5 |
comparison
equal
deleted
inserted
replaced
37348:f4e84dfc06fd | 37349:36b2a304216c |
---|---|
63 remote: abort: repository /$TESTTMP/nonexistent not found! | 63 remote: abort: repository /$TESTTMP/nonexistent not found! |
64 abort: no suitable response from remote hg! | 64 abort: no suitable response from remote hg! |
65 [255] | 65 [255] |
66 | 66 |
67 clone remote via stream | 67 clone remote via stream |
68 | |
69 #if no-reposimplestore | |
68 | 70 |
69 $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --stream ssh://user@dummy/remote local-stream | 71 $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --stream ssh://user@dummy/remote local-stream |
70 streaming all changes | 72 streaming all changes |
71 4 files to transfer, 602 bytes of data | 73 4 files to transfer, 602 bytes of data |
72 transferred 602 bytes in * seconds (*) (glob) | 74 transferred 602 bytes in * seconds (*) (glob) |
99 $ cd stream2 | 101 $ cd stream2 |
100 $ hg book | 102 $ hg book |
101 mybook 0:1160648e36ce | 103 mybook 0:1160648e36ce |
102 $ cd .. | 104 $ cd .. |
103 $ rm -rf local-stream stream2 | 105 $ rm -rf local-stream stream2 |
106 | |
107 #endif | |
104 | 108 |
105 clone remote via pull | 109 clone remote via pull |
106 | 110 |
107 $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote local | 111 $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote local |
108 requesting all changes | 112 requesting all changes |
497 | 501 |
498 $ cat dummylog | 502 $ cat dummylog |
499 Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio | 503 Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio |
500 Got arguments 1:user@dummy 2:hg -R /$TESTTMP/nonexistent serve --stdio | 504 Got arguments 1:user@dummy 2:hg -R /$TESTTMP/nonexistent serve --stdio |
501 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 505 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
502 Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio | 506 Got arguments 1:user@dummy 2:hg -R local-stream serve --stdio (no-reposimplestore !) |
503 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 507 Got arguments 1:user@dummy 2:hg -R remote serve --stdio (no-reposimplestore !) |
504 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 508 Got arguments 1:user@dummy 2:hg -R remote serve --stdio (no-reposimplestore !) |
505 Got arguments 1:user@dummy 2:hg -R doesnotexist serve --stdio | 509 Got arguments 1:user@dummy 2:hg -R doesnotexist serve --stdio |
506 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 510 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
507 Got arguments 1:user@dummy 2:hg -R local serve --stdio | 511 Got arguments 1:user@dummy 2:hg -R local serve --stdio |
508 Got arguments 1:user@dummy 2:hg -R $TESTTMP/local serve --stdio | 512 Got arguments 1:user@dummy 2:hg -R $TESTTMP/local serve --stdio |
509 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 513 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |