tests/test-transaction-rollback-on-sigpipe.t
changeset 47588 eb611ecb435c
parent 47557 ed81f2be5527
child 47615 a8d1adeeba87
equal deleted inserted replaced
47587:be496e3489b9 47588:eb611ecb435c
    33   $ cd local
    33   $ cd local
    34   $ echo foo > foo ; hg commit -qAm "commit"
    34   $ echo foo > foo ; hg commit -qAm "commit"
    35   $ hg push -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --remotecmd "$remotecmd"
    35   $ hg push -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" --remotecmd "$remotecmd"
    36   pushing to ssh://user@dummy/$TESTTMP/remote
    36   pushing to ssh://user@dummy/$TESTTMP/remote
    37   searching for changes
    37   searching for changes
    38   remote: adding changesets
    38   remote: adding changesets (py3 !)
    39   remote: adding manifests
    39   remote: adding manifests (py3 !)
    40   remote: adding file changes
    40   remote: adding file changes (py3 !)
       
    41   remote: adding changesets (no-py3 no-chg !)
       
    42   remote: adding manifests (no-py3 no-chg !)
       
    43   remote: adding file changes (no-py3 no-chg !)
    41   abort: stream ended unexpectedly (got 0 bytes, expected 4)
    44   abort: stream ended unexpectedly (got 0 bytes, expected 4)
    42   [255]
    45   [255]
    43   $ cat $SIGPIPE_REMOTE_DEBUG_FILE
    46   $ cat $SIGPIPE_REMOTE_DEBUG_FILE
    44   SIGPIPE-HELPER: Starting
    47   SIGPIPE-HELPER: Starting
    45   SIGPIPE-HELPER: Mercurial started
    48   SIGPIPE-HELPER: Mercurial started