[prev in list] [next in list] [prev in thread] [next in thread] 

List:       subversion-breakage
Subject:    svn rev 3239: FAIL (hppa1.1-hp-hpux10.20 static)
From:       brane () xbc ! nu
Date:       2002-09-27 7:00:49
[Download RAW message or body]

PASS: update apr
PASS: update apr-util
PASS: update subversion
PASS: autogen.sh

TEST: Revision 3239 on hppa1.1-hp-hpux10.20 static

PASS: check build type
PASS: create object directory

/home/brane/svn/config.hpux.static:
#!/bin/sh
env CC='cc -Ae' \
    "../repo/configure" \
    "--prefix=/home/brane/svn/inst" \
    "--with-berkeley-db=/home/brane/svn/db4" \
    "--disable-shared" \
    "--enable-utf8" \
    "$@"

# The following patch was applied to Berkeley DB 4.0.14:
#
# --- db-4.0.14/include/log.h.orig	Fri Nov 16 17:15:20 2001
# +++ db-4.0.14/include/log.h	Fri Apr 19 17:42:38 2002
# @@ -99,6 +99,10 @@ struct __log_persist {
#   *	and describes the log.
#   */
#  struct __log {
# +	/* Put the mutex at the beginning of the struct, so that it gets
# +	   aligned correctly in the shm region on HP-UX. */
# +	DB_MUTEX  flush;                /* Mutex for flushing. */
# +
#  	LOGP	  persist;		/* Persistent information. */
#  
#  	SH_TAILQ_HEAD(__fq) fq;		/* List of file names. */
# @@ -126,7 +130,6 @@ struct __log {
#  	 * flush mutex rather than by the region mutex.
#  	 */
#  	int	  in_flush;		/* Log flush in progress. */
# -	DB_MUTEX  flush;		/* Mutex for flushing. */
#  	DB_LSN	  s_lsn;		/* LSN of the last sync. */
#  
#  	DB_LSN	  chkpt_lsn;		/* LSN of the last checkpoint. */
PASS: configure
PASS: build

Last 100 lines of the log file follow:
Running all tests in hashdump-test...success
Running all tests in path-test...success
Running all tests in random-test...success
Running all tests in stringtest...success
Running all tests in time-test...success
Running all tests in translate-test...success
Running all tests in svn-test.sh...success
Running all tests in svn-test2.sh...success
Running all tests in target-test.py...success
Running all tests in run-fs-tests.py...FAILURE
Running all tests in run-repos-tests.py...success
Running all tests in getopt_tests.py...success
Running all tests in basic_tests.py...FAILURE
Running all tests in commit_tests.py...success
Running all tests in update_tests.py...FAILURE
Running all tests in switch_tests.py...FAILURE
Running all tests in prop_tests.py...success
Running all tests in schedule_tests.py...success
Running all tests in log_tests.py...success
Running all tests in copy_tests.py...FAILURE
Running all tests in diff_tests.py...FAILURE
Running all tests in module_tests.py...FAILURE
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...FAILURE
At least one test FAILED, checking /home2/svn/obj-st/tests.log
FAIL:  fs-test 2: open an existing Berkeley DB filesystem
FAIL:  basic_tests.py 10: basic switch command
FAIL:  update_tests.py 9: update missing items (by name) in working copy
FAIL:  switch_tests.py 1: test some basic switching operations
FAIL:  switch_tests.py 2: commits after some basic switching operations
FAIL:  switch_tests.py 3: update wc that contains switched things
FAIL:  switch_tests.py 4: reverse update wc that contains switched things
FAIL:  switch_tests.py 5: update switched wc things to HEAD
FAIL:  switch_tests.py 6: reverse update switched wc things to an older rev
FAIL:  copy_tests.py 1: basic copy and move commands -- on files only
FAIL:  copy_tests.py 3: receive a copied directory during update
FAIL:  copy_tests.py 4: resurrect a deleted directory
FAIL:  copy_tests.py 5: svn cp URL URL cannot overwrite destination
FAIL:  copy_tests.py 7: copy a directory hierarchy and modify before commit
FAIL:  copy_tests.py 8: copy files with properties
FAIL:  diff_tests.py 5: multiple revisions diff'd forwards and backwards
FAIL:  diff_tests.py 9: pure repository diff update a file
FAIL:  diff_tests.py 10: diff when property was changed but text was not
FAIL:  module_tests.py 1: check out a directory with some external modules attached
FAIL:  module_tests.py 2: Update to receive a new external module.
FAIL:  module_tests.py 3: Update to lose an external module.
FAIL:  module_tests.py 4: Update to receive a change to an unmodifed external module.
FAIL:  module_tests.py 5: Update to receive a change to a modified external module.
FAIL:  module_tests.py 6: Update to receive a change under an external module.
FAIL:  merge_tests.py 1: performing a merge, with mixed results
FAIL:  merge_tests.py 2: merge and add new files/dirs with history
FAIL:  merge_tests.py 3: merge and that deletes items
FAIL:  svnadmin_tests.py 6: test 'svnadmin dump' on a copied directory
FAIL:  svnadmin_tests.py 7: test 'svnadmin dump' on modified child of copied \
                directory
gmake: *** [check] Error 1
Complete log saved in /home/brane/svn/LOG_svn_check_static.3239.failed

tests.log:
START: hashdump-test
PASS:  hashdump-test 1: write a hash to a file
PASS:  hashdump-test 2: read a file into a hash
PASS:  hashdump-test 3: write hash out, read back in, compare
END: hashdump-test

START: path-test
PASS:  path-test 1: test svn_path_is_child
PASS:  path-test 2: test svn_path_split
PASS:  path-test 3: test svn_path_is_url
PASS:  path-test 4: test svn_path_uri_[en/de]code
PASS:  path-test 5: test svn_path_join(_many)
PASS:  path-test 6: test svn_path_basename
PASS:  path-test 7: test svn_path_decompose
PASS:  path-test 8: test svn_path_decompose
END: path-test

START: random-test
SEED: random delta test, seed = 2537373470
PASS:  random-test 1: random delta test, seed = 2537373470
SEED: random combine delta test, seed = 2554514526
SEED: Last seen = 2699979558
PASS:  random-test 2: random combine delta test, seed = 2554514526
END: random-test

START: stringtest
PASS:  stringtest 1: make svn_stringbuf_t from cstring
PASS:  stringtest 2: make svn_stringbuf_t from substring of cstring
PASS:  stringtest 3: append svn_stringbuf_t to svn_stringbuf_t
PASS:  stringtest 4: append C string to svn_stringbuf_t
PASS:  stringtest 5: append bytes, then compare two strings
PASS:  stringtest 6: dup two strings, then compare
PASS:  stringtest 7: chopping a string
PASS:  stringtest 8: emptying a string
PASS:  stringtest 9: fill string with hashmarks
PASS:  stringtest 10: block initialization and growth
PASS:  stringtest 11: formatting strings from varargs
PASS:  stringtest 12: create string from file
END: stringtest

START: time-test
PASS:  time-test 1: test svn_time_to_nts
PASS:  time-test 2: test svn_time_from_nts
PASS:  time-test 3: test svn_time_from_nts (old format)
PASS:  time-test 4: test svn_time_to_nts and svn_time_from_nts invariant
END: time-test

START: translate-test
PASS:  translate-test 1: no conversions
PASS:  translate-test 2: convert CRLF to CRLF
PASS:  translate-test 3: convert LF to CRLF
PASS:  translate-test 4: convert CR to CRLF
PASS:  translate-test 5: convert mixed line endings to CRLF
PASS:  translate-test 6: convert LF to LF
PASS:  translate-test 7: convert CRLF to LF
PASS:  translate-test 8: convert CR to LF
PASS:  translate-test 9: convert mixed line endings to LF
PASS:  translate-test 10: convert CRLF to CR
PASS:  translate-test 11: convert LF to CR
PASS:  translate-test 12: convert CR to CR
PASS:  translate-test 13: convert mixed line endings to CR
PASS:  translate-test 14: don't convert mixed line endings in absence of repair flag
PASS:  translate-test 15: expand author keyword
PASS:  translate-test 16: expand date keyword
PASS:  translate-test 17: expand author and date keywords
PASS:  translate-test 18: expand author and rev keywords
PASS:  translate-test 19: expand rev keyword
PASS:  translate-test 20: expand rev and url keywords
PASS:  translate-test 21: expand author, date, rev, and url keywords
PASS:  translate-test 22: lf_to_crlf, plus expand author keyword
PASS:  translate-test 23: mixed_to_lf, plus expand author and date keywords
PASS:  translate-test 24: crlf_to_cr, plus expand author and rev keywords
PASS:  translate-test 25: cr_to_crlf, plus expand rev keyword
PASS:  translate-test 26: cr_to_crlf, plus expand rev and url keywords
PASS:  translate-test 27: mixed_to_crlf, plus expand author, date, rev, and url \
                keywords
PASS:  translate-test 28: unexpand author keyword
PASS:  translate-test 29: unexpand date keyword
PASS:  translate-test 30: unexpand author and date keywords
PASS:  translate-test 31: unexpand author and rev keywords
PASS:  translate-test 32: unexpand rev keyword
PASS:  translate-test 33: unexpand rev and url keywords
PASS:  translate-test 34: unexpand author, date, rev, and url keywords
PASS:  translate-test 35: lf_to_crlf, plus unexpand author keyword
PASS:  translate-test 36: mixed_to_lf, plus unexpand author and date keywords
PASS:  translate-test 37: crlf_to_cr, plus unexpand author and rev keywords
PASS:  translate-test 38: cr_to_crlf, plus unexpand rev keyword
PASS:  translate-test 39: cr_to_crlf, plus unexpand rev and url keywords
PASS:  translate-test 40: mixed_to_crlf, plus unexpand author, date, rev, and url \
                keywords
END: translate-test

START: svn-test.sh

Checking out t1.
A  t1/iota
A  t1/A
A  t1/A/mu
A  t1/A/B
A  t1/A/B/lambda
A  t1/A/B/E
A  t1/A/B/E/alpha
A  t1/A/B/E/beta
A  t1/A/B/F
A  t1/A/C
A  t1/A/D
A  t1/A/D/gamma
A  t1/A/D/G
A  t1/A/D/G/pi
A  t1/A/D/G/rho
A  t1/A/D/G/tau
A  t1/A/D/H
A  t1/A/D/H/chi
A  t1/A/D/H/psi
A  t1/A/D/H/omega
Checked out revision 1.
Modifying t1/A/D/G/pi.
Modifying t1/A/mu.
Adding t1/newfile1.
A         t1/newfile1
Adding t1/A/B/E/newfile2.
A         t1/A/B/E/newfile2
Deleting versioned file A/D/H/omega, with --force.
D         t1/A/D/H/omega
Deleting added files A/B/E/newfile2, with --force.
D         t1/A/B/E/newfile2
Committing changes in t1.
Sending        A/D/G/pi
Deleting       A/D/H/omega
Sending        A/mu
Adding         newfile1
Transmitting file data ...
Committed revision 2.
Updating t2 from changes in t1.
D  A/D/H/omega
U  A/D/G/pi
U  A/mu
A  newfile1
Updated to revision 2.
Modifying t2/A/D/G/pi.
Modifying t2/A/mu.
Committing changes, this time from t2.
Sending        A/D/G/pi
Sending        A/mu
Transmitting file data ..
Committed revision 3.
Updating t1 from changes in t2.
U  D/G/pi
U  mu
Updated to revision 3.
Sleeping, to guarantee a timestamp bump.
Committing changes for merge, from t1.
Sending        A/mu
Transmitting file data .
Committed revision 4.
Updating t2, merging changes from t1.
G  mu
Updated to revision 4.
END: svn-test.sh

START: svn-test2.sh

Checking out t1.
A  t1/iota
A  t1/A
A  t1/A/mu
A  t1/A/B
A  t1/A/B/lambda
A  t1/A/B/E
A  t1/A/B/E/alpha
A  t1/A/B/E/beta
A  t1/A/B/F
A  t1/A/C
A  t1/A/D
A  t1/A/D/gamma
A  t1/A/D/G
A  t1/A/D/G/pi
A  t1/A/D/G/rho
A  t1/A/D/G/tau
A  t1/A/D/H
A  t1/A/D/H/chi
A  t1/A/D/H/psi
A  t1/A/D/H/omega
Checked out revision 1.
Updating t1/iota with properties.  (up2.xml)
_U iota
Updated to revision 17.
Updating t1/A/ with properties.  (up5.xml)
_U A
Updated to revision 18.
Properties on t1/A:
Properties on 't1/A':
  ninja
  wings
Properties on t1/iota:
Properties on 't1/iota':
  ocean
  bat
  color
Making local changes to these properties.
property `ninja' set on 't1/A'
property `wings' set on 't1/A'
property `window' set on 't1/A'
property `door' set on 't1/A'
property `bat' set on 't1/iota'
property `lexicon' set on 't1/iota'
property `yowza' set on 't1/A'
Making local text changes on pi and rho.
Status of directory:
_M     t1/A
M      t1/A/D/G/pi
M      t1/A/D/G/rho
_M     t1/iota
Updating with (conflicting) properties.  (up-props.xml)
_C iota
_C A
Updated to revision 20.
Updating with (conflicting) text.  (pipatch.xml)
C  A/D/G/pi
Updated to revision 21.
Status of directory:
_C     t1/A
C      t1/A/D/G/pi
?      t1/A/D/G/pi.47872.00001.r20
?      t1/A/D/G/pi.47876.00001.r21
?      t1/A/D/G/pi.47880.00001.mine
M      t1/A/D/G/rho
?      t1/A/dir_conflicts.45584.00001.prej
_C     t1/iota
?      t1/iota.45904.00001.prej
Attempting to commit while conflicts are present:
svn: A conflict in working copy obstructs the current operation
svn: Commit failed (details follow):
svn: Aborting commit: \
'/home2/svn/obj-st/subversion/tests/clients/cmdline/xmltests/t1/A' remains in \
conflict. Removing all .prej files...
Attempting to commit while conflicts are present:
svn: A conflict in working copy obstructs the current operation
svn: Commit failed (details follow):
svn: Aborting commit: \
'/home2/svn/obj-st/subversion/tests/clients/cmdline/xmltests/t1/A/D/G/pi' remains in \
conflict. Remove all conflict backup files...
Status of directory:
_M     t1/A
M      t1/A/D/G/pi
M      t1/A/D/G/rho
_M     t1/iota
Attempting to commit again, with conflicts removed.
Sending        t1/A
Sending        t1/A/D/G/pi
Sending        t1/A/D/G/rho
Sending        t1/iota
Transmitting file data ..
Committed revision 24.
Status of directory:
END: svn-test2.sh

START: target-test.py
PASS: target-test 1: normal use
PASS: target-test 2: identical dirs
PASS: target-test 3: identical files
PASS: target-test 4: single dir
PASS: target-test 5: single file
END: target-test.py

START: run-fs-tests.py
  - removing repositories left over from previous test runs
  - running all sub-tests in key-test
PASS:  key-test 1: testing sequential alphanumeric key generation
  - running all sub-tests in skel-test
PASS:  skel-test 1: parse implicit-length atoms
PASS:  skel-test 2: parse explicit-length atoms
PASS:  skel-test 3: parse invalid atoms
PASS:  skel-test 4: parse lists
PASS:  skel-test 5: unparse implicit-length atoms
PASS:  skel-test 6: unparse lists
  - running all sub-tests in strings-reps-test
PASS:  strings-reps-test 1: Write a new rep, get a new key back.
PASS:  strings-reps-test 2: Write a new rep, then overwrite it.
PASS:  strings-reps-test 3: Write and overwrite a new rep; confirm with reads.
PASS:  strings-reps-test 4: Write, then delete, a new rep; confirm deletion.
PASS:  strings-reps-test 5: Test many strings table functions together.
PASS:  strings-reps-test 6: Write a null string.
PASS:  strings-reps-test 7: Write a string, then abort during an overwrite.
PASS:  strings-reps-test 8: Create and copy a string
  - running all sub-tests in fs-test
PASS:  fs-test 1: svn_fs_create_berkeley
svn: Berkeley DB error
svn: Berkeley DB error while opening environment for filesystem \
test-repo-open-berkeley: Not enough space
FAIL:  fs-test 2: open an existing Berkeley DB filesystem
PASS:  fs-test 3: begin a txn, check its name, then close it
PASS:  fs-test 4: open an existing transaction by name
PASS:  fs-test 5: begin a txn, get the txn root, and add a file
PASS:  fs-test 6: create 2 txns, list them, and verify the list.
PASS:  fs-test 7: call functions with unopened filesystem and check errors
PASS:  fs-test 8: write and read a file's contents
PASS:  fs-test 9: make a file, a subdir, and another file in that subdir
PASS:  fs-test 10: make The Official Subversion Test Tree
PASS:  fs-test 11: fill a directory, then list it
PASS:  fs-test 12: set and get some revision properties
PASS:  fs-test 13: set/get txn props, commit, validate new rev props
PASS:  fs-test 14: set and get some node properties
PASS:  fs-test 15: delete mutable nodes from directories
PASS:  fs-test 16: delete nodes tree
PASS:  fs-test 17: abort a transaction
PASS:  fs-test 18: testing tree validation helper
PASS:  fs-test 19: fetch the youngest revision from a filesystem
PASS:  fs-test 20: basic commit
PASS:  fs-test 21: copying and tracking copy history
svn: Test failed
svn: XFAIL
XFAIL: fs-test 22: linking, so no copy history
PASS:  fs-test 23: merging commit
PASS:  fs-test 24: commit datestamps
PASS:  fs-test 25: check old revisions
PASS:  fs-test 26: after each commit, check all revisions
PASS:  fs-test 27: create, modify, and verify a medium file (seed=2852422422)
PASS:  fs-test 28: create, modify, and verify a large file (seed=3073437386)
PASS:  fs-test 29: make sure the root node's stored revision is accurate
PASS:  fs-test 30: pound on explicit undeltification code (seed=3266542771)
PASS:  fs-test 31: svn_fs_node_created_rev test
PASS:  fs-test 32: test svn_fs_check_related
PASS:  fs-test 33: test svn_fs_revisions_changed
PASS:  fs-test 34: test svn_fs__canonicalize_abspath
PASS:  fs-test 35: test complex copies (branches)
END: run-fs-tests.py

START: run-repos-tests.py
  - removing repositories left over from previous test runs
  - running all sub-tests in repos-test
PASS:  repos-test 1: test svn_repos_dir_delta
END: run-repos-tests.py

START: getopt_tests.py
PASS:  getopt_tests.py 1: run svn with no arguments
PASS:  getopt_tests.py 2: run svn --version
PASS:  getopt_tests.py 3: run svn --version --quiet
PASS:  getopt_tests.py 4: run svn --help
PASS:  getopt_tests.py 5: run svn help
PASS:  getopt_tests.py 6: run svn help --version
PASS:  getopt_tests.py 7: run svn help bogus-cmd
PASS:  getopt_tests.py 8: run svn help log switch
END: getopt_tests.py

START: basic_tests.py
PASS:  basic_tests.py 1: basic checkout of a wc
PASS:  basic_tests.py 2: basic status command
PASS:  basic_tests.py 3: basic commit command
PASS:  basic_tests.py 4: basic update command
PASS:  basic_tests.py 5: basic corruption detection
PASS:  basic_tests.py 6: receiving text merges as part of an update
PASS:  basic_tests.py 7: basic conflict creation and resolution
PASS:  basic_tests.py 8: basic cleanup command
PASS:  basic_tests.py 9: basic revert command
svn: Couldn't find a repository.
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/basic_tests-10/A/D/gamma)
 caught unexpected exception
Traceback (most recent call last):
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/main.py", line \
347, in run_one_test  error = apply(func, args)
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/basic_tests.py", line \
762, in basic_switch  expected_status):
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/actions.py", \
line 357, in run_and_verify_switch  check_props)
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/actions.py", \
line 191, in verify_update  if run_and_verify_status(wc_dir_name, status_tree):
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/actions.py", \
line 463, in run_and_verify_status  mytree = tree.build_tree_from_status (output)
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/tree.py", line \
575, in build_tree_from_status  lastline = string.strip(lines.pop())
IndexError: pop from empty list
FAIL:  basic_tests.py 10: basic switch command
PASS:  basic_tests.py 11: basic delete command
PASS:  basic_tests.py 12: checkout a path no longer in HEAD
PASS:  basic_tests.py 13: attempt to change node kind
PASS:  basic_tests.py 14: 'svn log file:///nonexistent_path' should fail
END: basic_tests.py

START: commit_tests.py
PASS:  commit_tests.py 1: commit one file.
PASS:  commit_tests.py 2: commit one newly added file.
=============================================================
Expected gloo and actual gloo are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
 * Node name:   gloo
    Path:       working_copies/commit_tests-3/A/D/H/gloo
    Contents:   None
    Properties: {}
    Attributes: {'wc_rev': '2', 'repos_rev': '2', 'status': '_ '}
    Children: is a file.
=============================================================
ACTUAL NODE FOUND:
=============================================================
 * Node name:   gloo
    Path:       working_copies/commit_tests-3/A/D/H/gloo
    Contents:   None
    Properties: {}
    Attributes: {'wc_rev': '2', 'repos_rev': '2', 'status': '__'}
    Children: is a file.
Unequal at node gloo
Unequal at node H
Unequal at node D
Unequal at node A
Unequal at node commit_tests-3
Unequal at node working_copies
EXPECTED OUTPUT TREE:
ROOT
  +-- working_copies
        +-- commit_tests-3
              |-- iota
              |-- A
              |     |-- B
              |     |     |-- E
              |     |     |     |-- bloo
              |     |     |     |-- alpha
              |     |     |     +-- beta
              |     |     |-- lambda
              |     |     +-- F
              |     |-- D
              |     |     |-- H
              |     |     |     |-- omega
              |     |     |     |-- psi
              |     |     |     |-- gloo
              |     |     |     +-- chi
              |     |     |-- gamma
              |     |     +-- G
              |     |           |-- tau
              |     |           |-- pi
              |     |           +-- rho
              |     |-- mu
              |     +-- C
              +-- Q
                    +-- floo
ACTUAL OUTPUT TREE:
ROOT
  +-- working_copies
        +-- commit_tests-3
              |-- iota
              |-- A
              |     |-- B
              |     |     |-- E
              |     |     |     |-- bloo
              |     |     |     |-- alpha
              |     |     |     +-- beta
              |     |     |-- lambda
              |     |     +-- F
              |     |-- D
              |     |     |-- H
              |     |     |     |-- omega
              |     |     |     |-- psi
              |     |     |     |-- gloo
              |     |     |     +-- chi
              |     |     |-- gamma
              |     |     +-- G
              |     |           |-- tau
              |     |           |-- pi
              |     |           +-- rho
              |     |-- mu
              |     +-- C
              +-- Q
                    +-- floo
XFAIL: commit_tests.py 3: commit one newly added binary file.
PASS:  commit_tests.py 4: commit multiple targets
PASS:  commit_tests.py 5: commit multiple targets, 2nd variation
PASS:  commit_tests.py 6: commit wc_dir/A/D -- includes D. (anchor=A, tgt=D)
PASS:  commit_tests.py 7: commit wc_dir -- (anchor=wc_dir, tgt={})
PASS:  commit_tests.py 8: committing unversioned object produces error
PASS:  commit_tests.py 9: replace two nested dirs, verify empty contents
PASS:  commit_tests.py 10: hudson prob 1.0:  delete file, commit, update
PASS:  commit_tests.py 11: hudson prob 1.1:  delete dir, commit, update
PASS:  commit_tests.py 12: hudson prob 1.2:  delete, commit, re-add, commit
PASS:  commit_tests.py 13: hudson prob 2.0:  prop commit on old dir fails.
XFAIL: commit_tests.py 14: hook testing.
PASS:  commit_tests.py 15: commit mixed-rev wc (no erronous merge error)
PASS:  commit_tests.py 16: commit files and dirs with URI-unsafe characters
PASS:  commit_tests.py 17: commit files that have been deleted, but also edited
PASS:  commit_tests.py 18: commit a file inside dir scheduled for addition
PASS:  commit_tests.py 19: commit deleted (and missing) file
PASS:  commit_tests.py 20: issue 644 attempt to add a file twice
PASS:  commit_tests.py 21: commit from a dir with a longer name than the wc
PASS:  commit_tests.py 22: try to commit when directory is locked
PASS:  commit_tests.py 23: commit the current directory
END: commit_tests.py

START: update_tests.py
PASS:  update_tests.py 1: update a locally-modified binary file
PASS:  update_tests.py 2: update to an old revision of a binary files
PASS:  update_tests.py 3: ensure update is not munging additions or replacements
PASS:  update_tests.py 4: update to revision 0
PASS:  update_tests.py 5: make sure overlapping identical changes do not conflict
PASS:  update_tests.py 6: delete files and update to resolve text conflicts
PASS:  update_tests.py 7: update that deletes modifed files
PASS:  update_tests.py 8: update after add/rm of deleted state
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/update_tests-9/A/D/G)
 =============================================================
Expected __SVN_ROOT_NODE and actual __SVN_ROOT_NODE are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
 * Node name:   __SVN_ROOT_NODE
    Path:       __SVN_ROOT_NODE
    Contents:   None
    Properties: {}
    Attributes: {}
    Children:   1
=============================================================
ACTUAL NODE FOUND:
=============================================================
 * Node name:   __SVN_ROOT_NODE
    Path:       __SVN_ROOT_NODE
    Contents:   None
    Properties: {}
    Attributes: {}
    Children: is a file.
Unequal Types: one Node is a file, the other is a directory
caught an SVNTreeUnequal exception, returning error instead
FAIL:  update_tests.py 9: update missing items (by name) in working copy
END: update_tests.py

START: switch_tests.py
svn: Couldn't find a repository.
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/switch_tests-1/A/D/gamma)
 caught unexpected exception
Traceback (most recent call last):
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/main.py", line \
347, in run_one_test  error = apply(func, args)
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/switch_tests.py", line \
244, in routine_switching  return do_routine_switching(sbox.wc_dir, 1)
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/switch_tests.py", line \
115, in do_routine_switching  expected_status):
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/actions.py", \
line 357, in run_and_verify_switch  check_props)
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/actions.py", \
line 191, in verify_update  if run_and_verify_status(wc_dir_name, status_tree):
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/actions.py", \
line 463, in run_and_verify_status  mytree = tree.build_tree_from_status (output)
  File "/home/brane/svn/repo/subversion/tests/clients/cmdline/svntest/tree.py", line \
575, in build_tree_from_status  lastline = string.strip(lines.pop())
IndexError: pop from empty list
FAIL:  switch_tests.py 1: test some basic switching operations
svn: Couldn't find a repository.
svn: Invalid switch URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/switch_tests-2/A/D/G)
                
FAIL:  switch_tests.py 2: commits after some basic switching operations
svn: Couldn't find a repository.
svn: Invalid switch URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/switch_tests-3/A/D/G)
                
FAIL:  switch_tests.py 3: update wc that contains switched things
svn: Couldn't find a repository.
svn: Invalid switch URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/switch_tests-4/A/D/G)
                
FAIL:  switch_tests.py 4: reverse update wc that contains switched things
svn: Couldn't find a repository.
svn: Invalid switch URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/switch_tests-5/A/D/G)
                
FAIL:  switch_tests.py 5: update switched wc things to HEAD
svn: Couldn't find a repository.
svn: Invalid switch URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/switch_tests-6/A/D/G)
                
FAIL:  switch_tests.py 6: reverse update switched wc things to an older rev
END: switch_tests.py

START: prop_tests.py
PASS:  prop_tests.py 1: write/read props in wc only (ps, pl, pdel)
PASS:  prop_tests.py 2: commit properties
PASS:  prop_tests.py 3: receive properties via update
PASS:  prop_tests.py 4: receive property changes as part of a downdate
PASS:  prop_tests.py 5: commit the removal of props
PASS:  prop_tests.py 6: update with conflicting props
PASS:  prop_tests.py 7: props work when committing a replacement
PASS:  prop_tests.py 8: props work when reverting a replacement
PASS:  prop_tests.py 9: try to set inappropriate props
END: prop_tests.py

START: schedule_tests.py
PASS:  schedule_tests.py 1: schedule: add some files
PASS:  schedule_tests.py 2: schedule: add some directories
PASS:  schedule_tests.py 3: schedule: add some nested files and directories
PASS:  schedule_tests.py 4: schedule: delete some files
PASS:  schedule_tests.py 5: schedule: delete some directories
PASS:  schedule_tests.py 6: revert: add some files
PASS:  schedule_tests.py 7: revert: add some directories
PASS:  schedule_tests.py 8: revert: add some nested files and directories
PASS:  schedule_tests.py 9: revert: delete some files
PASS:  schedule_tests.py 10: revert: delete some directories
XFAIL: schedule_tests.py 11: commit: add some files
XFAIL: schedule_tests.py 12: commit: add some directories
XFAIL: schedule_tests.py 13: commit: add some nested files and directories
XFAIL: schedule_tests.py 14: commit: delete some files
XFAIL: schedule_tests.py 15: commit: delete some directories
END: schedule_tests.py

START: log_tests.py
PASS:  log_tests.py 1: 'svn log', no args, top of wc.
PASS:  log_tests.py 2: 'svn commit -F foo' when foo is a versioned file
PASS:  log_tests.py 3: Test 'svn log' on an empty repository
END: log_tests.py

START: copy_tests.py
svn: Couldn't find a repository.
svn: Commit failed (details follow):
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/copy_tests-1/iota)
                
ERROR:  commit did not succeed.
The final line from 'svn ci' was:
Adding         working_copies/copy_tests-1/A/B/F/iota
FAIL:  copy_tests.py 1: basic copy and move commands -- on files only
PASS:  copy_tests.py 2: test fix for 'svn mv unversioned_file some_dst'
svn: Couldn't find a repository.
svn: Commit failed (details follow):
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/copy_tests-3/A/D/G)
                
ERROR:  commit did not succeed.
The final line from 'svn ci' was:
Adding         working_copies/copy_tests-3/A/B/newG
FAIL:  copy_tests.py 3: receive a copied directory during update
svn: Couldn't find a repository.
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/copy_tests-4/A/D/G)
                
FAIL:  copy_tests.py 4: resurrect a deleted directory
svn: Couldn't find a repository.
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/copy_tests-5/A/D/G)
 Whoa, couldn't create A/D/H/G.
FAIL:  copy_tests.py 5: svn cp URL URL cannot overwrite destination
PASS:  copy_tests.py 6: svn cp PATH PATH cannot overwrite destination
svn: Couldn't find a repository.
svn: Commit failed (details follow):
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/copy_tests-7/A/B)
                
ERROR:  commit did not succeed.
The final line from 'svn ci' was:
Adding         working_copies/copy_tests-7/A/B2
FAIL:  copy_tests.py 7: copy a directory hierarchy and modify before commit
svn: Couldn't find a repository.
svn: Commit failed (details follow):
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/copy_tests-8/A/D/G/rho)
                
ERROR:  commit did not succeed.
The final line from 'svn ci' was:
Adding         working_copies/copy_tests-8/A/D/G/rho_url
FAIL:  copy_tests.py 8: copy files with properties
END: copy_tests.py

START: diff_tests.py
PASS:  diff_tests.py 1: update a file
PASS:  diff_tests.py 2: add a file
PASS:  diff_tests.py 3: add a file in an added directory
PASS:  diff_tests.py 4: replace a file with a file
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/diff_tests-5)
                
FAIL:  diff_tests.py 5: multiple revisions diff'd forwards and backwards
PASS:  diff_tests.py 6: non-recursive behaviour
PASS:  diff_tests.py 7: diff only part of the repository
PASS:  diff_tests.py 8: non version controlled files
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/diff_tests-9)
                
FAIL:  diff_tests.py 9: pure repository diff update a file
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/diff_tests-10)
 error forward diffing a prop change
["svn: Couldn't find a repository.\n", 'svn: Unable to open an ra_local session to \
URL\n', 'svn: svn_ra_local__split_URL: Unable to find valid repository\n', '   \
(file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/diff_tests-10)\n']
                
FAIL:  diff_tests.py 10: diff when property was changed but text was not
END: diff_tests.py

START: module_tests.py
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/module_tests-1.other/A/D/H)
                
FAIL:  module_tests.py 1: check out a directory with some external modules attached
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/module_tests-2.other/A/D/H)
                
FAIL:  module_tests.py 2: Update to receive a new external module.
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/module_tests-3.other/A/D/H)
                
FAIL:  module_tests.py 3: Update to lose an external module.
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/module_tests-4.other/A/D/H)
                
FAIL:  module_tests.py 4: Update to receive a change to an unmodifed external module.
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/module_tests-5.other/A/D/H)
                
FAIL:  module_tests.py 5: Update to receive a change to a modified external module.
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/module_tests-6.other/A/D/H)
                
FAIL:  module_tests.py 6: Update to receive a change under an external module.
END: module_tests.py

START: merge_tests.py
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/merge_tests-1)
                
FAIL:  merge_tests.py 1: performing a merge, with mixed results
svn: Couldn't find a repository.
svn: Unable to open an ra_local session to URL
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/merge_tests-2/A/B/F)
 merge failed
FAIL:  merge_tests.py 2: merge and add new files/dirs with history
svn: Couldn't find a repository.
svn: Commit failed (details follow):
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/merge_tests-3/A/B)
                
ERROR:  commit did not succeed.
The final line from 'svn ci' was:
Adding         working_copies/merge_tests-3/A/B2
commit of copy failed
FAIL:  merge_tests.py 3: merge and that deletes items
END: merge_tests.py

START: stat_tests.py
PASS:  stat_tests.py 1: run status on an unversioned file in the current directory
PASS:  stat_tests.py 2: run 'status -u' when nested additions are pending
PASS:  stat_tests.py 3: status -vN and test if all items in the current directory \
                show up
PASS:  stat_tests.py 4: status with a versioned file missing
PASS:  stat_tests.py 5: status with versioned items whose working type has changed
END: stat_tests.py

START: trans_tests.py
PASS:  trans_tests.py 1: Commit new files with keywords active from birth
XFAIL: trans_tests.py 2: enable translation, check status, commit
XFAIL: trans_tests.py 3: checkout files that have translation enabled
XFAIL: trans_tests.py 4: disable translation, check status, commit
PASS:  trans_tests.py 5: update locally modified file with eol-style 'native'
END: trans_tests.py

START: svnadmin_tests.py
PASS:  svnadmin_tests.py 1: test 'svnadmin create' subcommand
PASS:  svnadmin_tests.py 2: test 'svnadmin youngest' subcommand
PASS:  svnadmin_tests.py 3: test 'svnadmin createtxn' subcommand
PASS:  svnadmin_tests.py 4: test 'svnadmin rmtxns' subcommand
PASS:  svnadmin_tests.py 5: test 'svnadmin lsrevs' subcommand
svn: Couldn't find a repository.
svn: Commit failed (details follow):
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/svnadmin_tests-6/A/C)
 Output of 'svnadmin dump' is unexpected.
EXPECTED STDERR:
* Dumped revision 0.
* Dumped revision 1.
* Dumped revision 2.
ACTUAL STDERR:
* Dumped revision 0.
* Dumped revision 1.
FAIL:  svnadmin_tests.py 6: test 'svnadmin dump' on a copied directory
svn: Couldn't find a repository.
svn: Commit failed (details follow):
svn: svn_ra_local__split_URL: Unable to find valid repository
   (file:///home2/svn/obj-st/subversion/tests/clients/cmdline/repositories/svnadmin_tests-7/A/B)
 Output of 'svnadmin dump' is unexpected.
EXPECTED STDERR:
* Dumped revision 0.
* Dumped revision 1.
* Dumped revision 2.
ACTUAL STDERR:
* Dumped revision 0.
* Dumped revision 1.
FAIL:  svnadmin_tests.py 7: test 'svnadmin dump' on modified child of copied \
                directory
END: svnadmin_tests.py

FAIL: check


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic