##// END OF EJS Templates
tests: remove unneeded -d flags...
tests: remove unneeded -d flags Many tests fixed the commit date of their changesets at '1000000 0' or similar. However testing with "Mon Jan 12 13:46:40 1970 +0000" is not better than testing with "Thu Jan 01 00:00:00 1970 +0000", which is the default run-tests.py installs. Removing the unnecessary flag removes some clutter and will hopefully make it clearer what the tests are really trying to test. Some tests did not even change their output when the dates were changed, in which case the -d flag was truly irrelevant. Dates used in sequence (such as '0 0', '1 0', etc...) were left alone since they may make the test easier to understand.

File last commit:

r12156:4c94b6d0 default
r12156:4c94b6d0 default
Show More
test-ssh.out
107 lines | 3.2 KiB | text/plain | TextLexer
mpm@selenic.com
Add a simple dummy ssh test...
r1110 # creating 'remote'
Benoit Boissinot
ssh: make the error message more clear, add a testcase
r3275 # repo not found error
Matt Mackall
dispatch: use the repo path found by early parsing...
r4554 remote: abort: There is no Mercurial repository here (.hg not found)!
Benoit Boissinot
ssh: make the error message more clear, add a testcase
r3275 abort: no suitable response from remote hg!
Vadim Gelfer
add support for streaming clone....
r2612 # clone remote via stream
streaming all changes
XXX files to transfer, XXX bytes of data
Lee Cantey
Allow for MB/sec transfer rates in test-http-proxy and test-ssh....
r3015 transferred XXX bytes in XXX seconds (XXX XB/sec)
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Vadim Gelfer
add support for streaming clone....
r2612 XXX files updated, XXX files merged, XXX files removed, XXX files unresolved
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 2 files, 1 changesets, 2 total revisions
Vadim Gelfer
add support for streaming clone....
r2612 # clone remote via pull
mpm@selenic.com
Add a simple dummy ssh test...
r1110 requesting all changes
adding changesets
adding manifests
adding file changes
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 added 1 changesets with 2 changes to 2 files
Adrian Buehlmann
hg.clone: report branch name on update
r9611 updating to branch default
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 2 files updated, 0 files merged, 0 files removed, 0 files unresolved
mpm@selenic.com
Add a simple dummy ssh test...
r1110 # verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 2 files, 1 changesets, 2 total revisions
mpm@selenic.com
Add a simple dummy ssh test...
r1110 # empty default pull
default = ssh://user@dummy/remote
pulling from ssh://user@dummy/remote
searching for changes
no changes found
# local change
# updating rc
# find outgoing
Alexis S. L. Carvalho
incoming/outgoing: print the name of the other repo
r4162 comparing with ssh://user@dummy/remote
mpm@selenic.com
Add a simple dummy ssh test...
r1110 searching for changes
Martin Geisler
tests: remove unneeded -d flags...
r12156 changeset: 1:a28a9d1a809c
mpm@selenic.com
Add a simple dummy ssh test...
r1110 tag: tip
user: test
Martin Geisler
tests: remove unneeded -d flags...
r12156 date: Thu Jan 01 00:00:00 1970 +0000
mpm@selenic.com
Add a simple dummy ssh test...
r1110 summary: add
Thomas Arendsen Hein
Added test for incoming via ssh.
r1982 # find incoming on the remote side
Alexis S. L. Carvalho
incoming/outgoing: print the name of the other repo
r4162 comparing with ssh://user@dummy/local
Thomas Arendsen Hein
Added test for incoming via ssh.
r1982 searching for changes
Martin Geisler
tests: remove unneeded -d flags...
r12156 changeset: 1:a28a9d1a809c
Thomas Arendsen Hein
Added test for incoming via ssh.
r1982 tag: tip
user: test
Martin Geisler
tests: remove unneeded -d flags...
r12156 date: Thu Jan 01 00:00:00 1970 +0000
Thomas Arendsen Hein
Added test for incoming via ssh.
r1982 summary: add
mpm@selenic.com
Add a simple dummy ssh test...
r1110 # push
pushing to ssh://user@dummy/remote
searching for changes
remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
# check remote tip
Martin Geisler
tests: remove unneeded -d flags...
r12156 changeset: 1:a28a9d1a809c
mpm@selenic.com
Add a simple dummy ssh test...
r1110 tag: tip
user: test
Martin Geisler
tests: remove unneeded -d flags...
r12156 date: Thu Jan 01 00:00:00 1970 +0000
mpm@selenic.com
Add a simple dummy ssh test...
r1110 summary: add
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 2 files, 2 changesets, 3 total revisions
mpm@selenic.com
Add a simple dummy ssh test...
r1110 bleah
Dirkjan Ochtman
warn about new heads on commit (issue842)
r6336 created new head
Alexis S. L. Carvalho
sshrepo: be more careful while reading data...
r5978 # push should succeed even though it has an unexpected response
Vadim Gelfer
extend network protocol to stop clients from locking servers...
r2439 pushing to ssh://user@dummy/remote
searching for changes
Matt Mackall
correct remote heads test in prepush
r3684 note: unsynced remote changes!
Vadim Gelfer
extend network protocol to stop clients from locking servers...
r2439 remote: adding changesets
remote: adding manifests
remote: adding file changes
remote: added 1 changesets with 1 changes to 1 files
Alexis S. L. Carvalho
hook.py: fix redirections introduced by 323b9c55b328...
r6266 remote: KABOOM
Martin Geisler
tests: remove unneeded -d flags...
r12156 changeset: 3:1383141674ec
Alexis S. L. Carvalho
sshrepo: be more careful while reading data...
r5978 tag: tip
Martin Geisler
tests: remove unneeded -d flags...
r12156 parent: 1:a28a9d1a809c
Alexis S. L. Carvalho
sshrepo: be more careful while reading data...
r5978 user: test
Martin Geisler
tests: remove unneeded -d flags...
r12156 date: Thu Jan 01 00:00:00 1970 +0000
Alexis S. L. Carvalho
sshrepo: be more careful while reading data...
r5978 summary: z
Martin Geisler
tests: remove unneeded -d flags...
r12156 changeset: 2:6c0482d977a3
parent: 0:1160648e36ce
Alexis S. L. Carvalho
sshrepo: be more careful while reading data...
r5978 user: test
Martin Geisler
tests: remove unneeded -d flags...
r12156 date: Thu Jan 01 00:00:00 1970 +0000
Alexis S. L. Carvalho
sshrepo: be more careful while reading data...
r5978 summary: z
Alexis S. L. Carvalho
test-ssh: avoid a shell script
r4298 Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio
Got arguments 1:user@dummy 2:hg -R remote serve --stdio
Got arguments 1:user@dummy 2:hg -R remote serve --stdio
Got arguments 1:user@dummy 2:hg -R remote serve --stdio
Got arguments 1:user@dummy 2:hg -R remote serve --stdio
Got arguments 1:user@dummy 2:hg -R local serve --stdio
Got arguments 1:user@dummy 2:hg -R remote serve --stdio
Martin Geisler
tests: remove unneeded -d flags...
r12156 changegroup-in-remote hook: HG_NODE=a28a9d1a809cab7d4e2fde4bee738a9ede948b60 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1
Alexis S. L. Carvalho
test-ssh: avoid a shell script
r4298 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
Martin Geisler
tests: remove unneeded -d flags...
r12156 changegroup-in-remote hook: HG_NODE=1383141674ec756a6056f6a9097618482fe0f4a6 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1