I'm also running Linux with Java 6 and I also encounter random test
failures. The tests that I think fails most frequently for me is
testCanAddUser(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
testCanAddGroup(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
testCanUpdateUserProperties(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
testCanUpdateGroupProperties(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
testCanRemoveUser(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
testCanRemoveGroup(org.apache.sling.launchpad.webapp.integrationtest.userManager.PrivilegesInfoTest)
/Pontus
On 2010-09-09 16:05, Felix Meschberger wrote:
Hi,
Addendum: I am running on Linux with either Java 5 or Java 6.
Also: The ContentLoaderMiscPropertyTest test on a virgin Sling instance
(e.g. by running as a JUnit test from within Eclipse) will always fail.
So I suspect the test to expect some left-over file from another test.
Regards
Felix
On 09.09.2010 15:55, Justin Edelson wrote:
I _was_ seeing this until about a week ago, but it was slightly
different... a full reactor build would fail, but mvn clean install in
launchpad/testing would always pass.
Since about a week ago (sorry, don't know the revision), both have
passed pretty consistently.
Running a build now...
Justin
On 9/9/10 8:53 AM, Felix Meschberger wrote:
Hi all,
Maybe its just me, but currently the Sling (main) integration tests run
extremely unstable. Most of the time I only have one failure. But 1 out
of 4 runs, I have a random (but rather high) number of test failures.
I run "mvn -o clean install" in the launchpad/testing folder after a
full reactor build.
The single test that constantly fails is
ContentLoaderMiscPropertyTest.testLoaded. This expects a node, which I
cannot find where it is created.
Do you observe the same ?
Thanks and Regards
Felix