[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: svn commit: r1606840 - in /subversion/trunk/subversion: libsvn_fs_fs/cached_data.c tests/libsvn_fs_fs/fs-fs-pack-test.c

From: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 30 Jun 2014 19:44:49 +0200

> -----Original Message-----
> From: stefan2_at_apache.org [mailto:stefan2_at_apache.org]
> Sent: maandag 30 juni 2014 19:08
> To: commits_at_subversion.apache.org
> Subject: svn commit: r1606840 - in /subversion/trunk/subversion:
> libsvn_fs_fs/cached_data.c tests/libsvn_fs_fs/fs-fs-pack-test.c
>
> Author: stefan2
> Date: Mon Jun 30 17:08:18 2014
> New Revision: 1606840
>
> URL: http://svn.apache.org/r1606840
> Log:
> Verify low-level checksums on FSFS parts that aren't checksummed
> otherwise.

This triggers

[[[
W: Unexpected error while running 'svnadmin verify'.
W: EXPECTED STDOUT (regexp):
W: | .*Verifying.*metadata.*
W: | .*Verified revision 0.
W: | .*Verified revision 1.
W: | .*Error verifying revision 2.
W: | .*Error verifying revision 3.
W: | .*
W: | .*Summary.*
W: | .*r2: E160004:.*
W: | .*r2: E160004:.*
W: | .*r3: E160004:.*
W: | .*r3: E160004:.*
W: ACTUAL STDOUT:
W: | * Verifying metadata at revision 0 ...
W: | * Verified revision 0.
W: | * Verified revision 1.
W: | * Error verifying revision 2.
W: | * Error verifying revision 3.
W: |
W: | -----Summary of corrupt revisions-----
W: | r2: E200014: Low-level checksum mismatch while reading
W: | 59 bytes of meta data at offset 0 for item 3 in revision 2:
W: | expected: f5add73b
W: | actual: d4d3683c
W: |
W: | r3: E200014: Low-level checksum mismatch while reading
W: | 59 bytes of meta data at offset 0 for item 3 in revision 2:
W: | expected: f5add73b
W: | actual: d4d3683c
W: |
W: CWD: E:\svn-local\tests\subversion\tests\cmdline
W: EXCEPTION: SVNLineUnequal
Traceback (most recent call last):
  File "D:\local\svn-local\build\subversion\tests\cmdline\svntest\main.py", line 1634, in run
    rc = self.pred.run(sandbox)
  File "D:\local\svn-local\build\subversion\tests\cmdline\svntest\testcase.py", line 254, in run
    return self._delegate.run(sandbox)
  File "D:\local\svn-local\build\subversion\tests\cmdline\svntest\testcase.py", line 176, in run
    return self.func(sandbox)
  File "D:\local\svn-local\build\subversion\tests\cmdline\svnadmin_tests.py", line 2104, in verify_keep_going
    output, errput, exp_out, exp_err):
  File "D:\local\svn-local\build\subversion\tests\cmdline\svntest\verify.py", line 452, in verify_outputs
    compare_and_display_lines(message, label, expected, actual, raisable)
  File "D:\local\svn-local\build\subversion\tests\cmdline\svntest\verify.py", line 425, in compare_and_display_lines
    raise raisable
SVNLineUnequal
FAIL: svnadmin_tests.py 32: svnadmin verify --keep-going test
]]]

On all buildbots.

        Bert
Received on 2014-06-30 19:45:32 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.