testAnnotate, testStatus, testIgnored fails if temp dir is a symlink
Bug #551351 reported by
Ian Brandt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Java library for Bazaar |
Fix Committed
|
Low
|
Piotr Piastucki | ||
bzr-xmloutput |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Surefire report attached.
Apache Maven 2.2.1 (r801777; 2009-08-06 12:16:01-0700)
Java version: 1.5.0_22
Java home: /System/
Default locale: en_US, platform encoding: MacRoman
OS name: "mac os x" version: "10.6.2" arch: "i386" Family: "unix"
Failed tests:
testAnnotate(
testStatus(
testIgnored(
Tests run: 77, Failures: 3, Errors: 0, Skipped: 5
Related branches
lp://staging/~piastucki/bzr-xmloutput/fix-551351-ignored-in-symlink-root
- Guillermo Gonzalez: Approve
-
Diff: 57 lines (+23/-9)2 files modifiedlsxml.py (+6/-9)
tests/test_ls_xml.py (+17/-0)
Changed in bzr-java-lib: | |
milestone: | none → 1.3 |
assignee: | nobody → Piotr Piastucki (piastucki) |
Changed in bzr-java-lib: | |
status: | Confirmed → In Progress |
Changed in bzr-xmloutput: | |
status: | New → Fix Committed |
Changed in bzr-java-lib: | |
status: | In Progress → Fix Committed |
To post a comment you must log in.
Hi Ian,
Hmm, looks like your tmp dir is a symlink and bzr-java-lib test suite doesn't like that
Please try running the tests using -Djava. io.tmpdir= <path/to/ dir>
e.g:
$> mvn test -Djava. io.tmpdir= /tmp
Regards