You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Karl Fogel <kf...@newton.ch.collab.net> on 2002/06/28 04:23:18 UTC

regressions revealed by rev 2364 fix to test suite

Just so y'all know, Subversion is failing some tests right now,
because of revision 2364's fix to the test framework.

It looks to be almost entirely due to buglets in the notification
system, which I am working on pronto.  It's possible that the failure
in merge_tests.py is due to something more serious, not sure yet.

Although sussman's name is on commit 2334 (the one patched by revision
2364), please divide the blame between Ben and myself :-) -- I was
sitting right next to him at the time and I didn't notice either.

---------------------------------------------------------------------
Running all tests in stringtest...success
Running all tests in hashdump-test...success
Running all tests in path-test...success
Running all tests in translate-test...success
Running all tests in random-test...success
Running all tests in time-test...success
Running all tests in svn-test2.sh...success
Running all tests in svn-test.sh...success
Running all tests in target-test.sh...success
Running all tests in run-fs-tests.py...success
Running all tests in run-repos-tests.py...success
Running all tests in getopt_tests.py...success
Running all tests in basic_tests.py...success
Running all tests in commit_tests.py...FAILURE
Running all tests in update_tests.py...FAILURE
Running all tests in switch_tests.py...success
Running all tests in prop_tests.py...FAILURE
Running all tests in schedule_tests.py...success
Running all tests in log_tests.py...success
Running all tests in copy_tests.py...success
Running all tests in diff_tests.py...success
Running all tests in merge_tests.py...FAILURE
Running all tests in stat_tests.py...success
Running all tests in trans_tests.py...success
Running all tests in svnadmin_tests.py...success
At least one test FAILED, checking /home/kfogel/src/subversion/tests.log
FAIL: commit_tests.py 1: commit one file.
FAIL: commit_tests.py 2: commit one newly added file.
FAIL: commit_tests.py 5: commit wc_dir/A/D -- includes D. (anchor=A, tgt=D)
FAIL: commit_tests.py 6: commit wc_dir -- (anchor=wc_dir, tgt={})
FAIL: commit_tests.py 8: replace two nested dirs, verify empty contents
FAIL: update_tests.py 4: update to revision 0
FAIL: prop_tests.py 6: update with conflicting props
FAIL: merge_tests.py 1: performing a mer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: regressions revealed by rev 2364 fix to test suite

Posted by Karl Fogel <kf...@newton.ch.collab.net>.
Karl Fogel <kf...@newton.ch.collab.net> writes:
> FAIL: commit_tests.py 1: commit one file.
> FAIL: commit_tests.py 2: commit one newly added file.
> FAIL: commit_tests.py 5: commit wc_dir/A/D -- includes D. (anchor=A, tgt=D)
> FAIL: commit_tests.py 6: commit wc_dir -- (anchor=wc_dir, tgt={})
> FAIL: commit_tests.py 8: replace two nested dirs, verify empty contents
> FAIL: update_tests.py 4: update to revision 0
> FAIL: prop_tests.py 6: update with conflicting props
> FAIL: merge_tests.py 1: performing a mer

Okay, after revision 2365, only commit_test 8 is still failing.

Ben, I'll probably be leaning on you tomorrow for sanity checks
regarding possible solutions to this; new issue #772 describes the
situation in more detail.

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org