Mercurial > hg
comparison tests/test-ssh-bundle1.t @ 31741:728d37353e1e
run-tests: auto-replace 'TXNID' output
Hooks related to the transaction are aware of the transaction id. By definition
this txn-id is unique and different for each transaction. As a result it can
never be predicted in test and always needs matching. As a result, touching any
like with this data is annoying. We solve the problem once and for all by
installing an automatic replacement. In test, this will now show as:
TXNID=TXN:$ID$
author | Pierre-Yves David <pierre-yves.david@ens-lyon.org> |
---|---|
date | Thu, 30 Mar 2017 17:29:03 +0200 |
parents | 636cf3f7620d |
children | 0fa30fbccc34 |
comparison
equal
deleted
inserted
replaced
31740:a40e979b9d97 | 31741:728d37353e1e |
---|---|
492 Got arguments 1:user@dummy 2:hg -R doesnotexist serve --stdio | 492 Got arguments 1:user@dummy 2:hg -R doesnotexist serve --stdio |
493 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 493 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
494 Got arguments 1:user@dummy 2:hg -R local serve --stdio | 494 Got arguments 1:user@dummy 2:hg -R local serve --stdio |
495 Got arguments 1:user@dummy 2:hg -R $TESTTMP/local serve --stdio | 495 Got arguments 1:user@dummy 2:hg -R $TESTTMP/local serve --stdio |
496 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 496 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
497 changegroup-in-remote hook: HG_NODE=a28a9d1a809cab7d4e2fde4bee738a9ede948b60 HG_NODE_LAST=a28a9d1a809cab7d4e2fde4bee738a9ede948b60 HG_SOURCE=serve HG_TXNID=TXN:* HG_URL=remote:ssh:$LOCALIP (glob) | 497 changegroup-in-remote hook: HG_NODE=a28a9d1a809cab7d4e2fde4bee738a9ede948b60 HG_NODE_LAST=a28a9d1a809cab7d4e2fde4bee738a9ede948b60 HG_SOURCE=serve HG_TXNID=TXN:$ID$ HG_URL=remote:ssh:$LOCALIP |
498 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 498 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
499 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 499 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
500 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 500 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
501 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 501 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
502 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 502 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
503 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 503 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
504 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 504 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
505 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 505 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
506 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 506 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
507 changegroup-in-remote hook: HG_NODE=1383141674ec756a6056f6a9097618482fe0f4a6 HG_NODE_LAST=1383141674ec756a6056f6a9097618482fe0f4a6 HG_SOURCE=serve HG_TXNID=TXN:* HG_URL=remote:ssh:$LOCALIP (glob) | 507 changegroup-in-remote hook: HG_NODE=1383141674ec756a6056f6a9097618482fe0f4a6 HG_NODE_LAST=1383141674ec756a6056f6a9097618482fe0f4a6 HG_SOURCE=serve HG_TXNID=TXN:$ID$ HG_URL=remote:ssh:$LOCALIP |
508 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 508 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
509 Got arguments 1:user@dummy 2:hg init 'a repo' | 509 Got arguments 1:user@dummy 2:hg init 'a repo' |
510 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio | 510 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio |
511 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio | 511 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio |
512 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio | 512 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio |
513 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio | 513 Got arguments 1:user@dummy 2:hg -R 'a repo' serve --stdio |
514 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 514 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
515 changegroup-in-remote hook: HG_NODE=65c38f4125f9602c8db4af56530cc221d93b8ef8 HG_NODE_LAST=65c38f4125f9602c8db4af56530cc221d93b8ef8 HG_SOURCE=serve HG_TXNID=TXN:* HG_URL=remote:ssh:$LOCALIP (glob) | 515 changegroup-in-remote hook: HG_NODE=65c38f4125f9602c8db4af56530cc221d93b8ef8 HG_NODE_LAST=65c38f4125f9602c8db4af56530cc221d93b8ef8 HG_SOURCE=serve HG_TXNID=TXN:$ID$ HG_URL=remote:ssh:$LOCALIP |
516 Got arguments 1:user@dummy 2:hg -R remote serve --stdio | 516 Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
517 | 517 |
518 remote hook failure is attributed to remote | 518 remote hook failure is attributed to remote |
519 | 519 |
520 $ cat > $TESTTMP/failhook << EOF | 520 $ cat > $TESTTMP/failhook << EOF |