comparison tests/test-blackbox.t @ 21031:05cfcecb3aef

branchmap: log events related to branch cache The blackblox log will now contain log events when the branch caches are updated and written.
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 22 Mar 2014 17:14:37 -0700
parents 9ea132aee96c
children 0ead0a07ed9c
comparison
equal deleted inserted replaced
21030:9ea132aee96c 21031:05cfcecb3aef
53 adding changesets 53 adding changesets
54 adding manifests 54 adding manifests
55 adding file changes 55 adding file changes
56 added 1 changesets with 1 changes to 1 files 56 added 1 changesets with 1 changes to 1 files
57 (run 'hg update' to get a working copy) 57 (run 'hg update' to get a working copy)
58 $ hg blackbox -l 3 58 $ hg blackbox -l 5
59 1970/01/01 00:00:00 bob> pull 59 1970/01/01 00:00:00 bob> pull
60 1970/01/01 00:00:00 bob> updated served branch cache in ?.???? seconds (glob)
61 1970/01/01 00:00:00 bob> wrote served branch cache with 1 labels and 2 nodes
60 1970/01/01 00:00:00 bob> 1 incoming changes - new heads: d02f48003e62 62 1970/01/01 00:00:00 bob> 1 incoming changes - new heads: d02f48003e62
61 1970/01/01 00:00:00 bob> pull exited 0 after * seconds (glob) 63 1970/01/01 00:00:00 bob> pull exited 0 after * seconds (glob)
62 64
63 we must not cause a failure if we cannot write to the log 65 we must not cause a failure if we cannot write to the log
64 66
113 adding d 115 adding d
114 created new head 116 created new head
115 $ hg strip tip 117 $ hg strip tip
116 0 files updated, 0 files merged, 1 files removed, 0 files unresolved 118 0 files updated, 0 files merged, 1 files removed, 0 files unresolved
117 saved backup bundle to $TESTTMP/blackboxtest2/.hg/strip-backup/*-backup.hg (glob) 119 saved backup bundle to $TESTTMP/blackboxtest2/.hg/strip-backup/*-backup.hg (glob)
118 $ hg blackbox -l 3 120 $ hg blackbox -l 5
119 1970/01/01 00:00:00 bob> strip tip 121 1970/01/01 00:00:00 bob> strip tip
120 1970/01/01 00:00:00 bob> saved backup bundle to $TESTTMP/blackboxtest2/.hg/strip-backup/*-backup.hg (glob) 122 1970/01/01 00:00:00 bob> saved backup bundle to $TESTTMP/blackboxtest2/.hg/strip-backup/*-backup.hg (glob)
123 1970/01/01 00:00:00 bob> updated base branch cache in ?.???? seconds (glob)
124 1970/01/01 00:00:00 bob> wrote base branch cache with 1 labels and 2 nodes
121 1970/01/01 00:00:00 bob> strip tip exited 0 after * seconds (glob) 125 1970/01/01 00:00:00 bob> strip tip exited 0 after * seconds (glob)
122 126
123 tags cache gets logged 127 tags cache gets logged
124 $ hg up tip 128 $ hg up tip
125 1 files updated, 0 files merged, 0 files removed, 0 files unresolved 129 1 files updated, 0 files merged, 0 files removed, 0 files unresolved