annotate tests/test-static-http.out @ 1598:14d1f1868bf6

cleanup of revlog.group when repository is local revlog.group cached every chunk from the revlog, the behaviour was needed to minimize the roundtrip with old-http. We now cache the revlog data ~4MB at a time. The memory used server side when pulling goes down to 35Mo maximum whereas without the patch more than 160Mo was used when cloning the linux kernel repository. The time used by cloning is higher mainly because of the check in revlog.revision. before 110.25user 20.90system 2:52.00elapsed 76%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+708707minor)pagefaults 0swaps after 117.56user 18.86system 2:50.43elapsed 80%CPU (0avgtext+0avgdata 0maxresident)k 0inputs+0outputs (0major+748366minor)pagefaults 0swaps
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Tue, 27 Dec 2005 13:09:49 -0600
parents e89033eb90a5
children 0b3f4be5c5bf 7d83a351a936
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1347
e89033eb90a5 Fix up static-http test
mpm@selenic.com
parents: 1323
diff changeset
1 abort: <urlopen error (111, 'Connection refused')>
1323
60200b3fc839 Fix old-http test when no server exists.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1111
diff changeset
2 255
60200b3fc839 Fix old-http test when no server exists.
Bryan O'Sullivan <bos@serpentine.com>
parents: 1111
diff changeset
3 ls: copy: No such file or directory
1111
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
4 changeset: 0:61c9426e69fe
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
5 tag: tip
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
6 user: test
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
7 date: Thu Jan 1 00:00:00 1970 +0000
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
8 summary: test
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
9
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
10 requesting all changes
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
11 adding changesets
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
12 adding manifests
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
13 adding file changes
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
14 added 1 changesets with 1 changes to 1 files
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
15 checking changesets
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
16 checking manifests
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
17 crosschecking files in changesets and manifests
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
18 checking files
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
19 1 files, 1 changesets, 1 total revisions
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
20 foo
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
21 pulling from old-http://localhost:20059/remote
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
22 searching for changes
addcb77fe500 Add an old-http test case
mpm@selenic.com
parents:
diff changeset
23 no changes found