Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] p2 Test Cases

I assume they are supposed to run too ;-).  I just ran the tests on a Mac manually, and they are passing (with the exception to the 4 I mentioned). I'll try to dig into Hudson and see what's going on. I may need to bug you for some build server tips.

cheers,
ian


On Thu, Mar 14, 2013 at 2:50 PM, David M Williams <david_williams@xxxxxxxxxx> wrote:
What about the equinox.p2.tests  that never run on the mac? I assume they are supposed to?
Do these tests rely on accessing URLs outside of the eclipse infrastructure? If so, I may need to fix their ".settings" file.
I couldn't find much in the "saved logs" about them. (It'd be obvious there if they were merely timing out, or something).

The only thing "funny" I see in the main log, such as at

http://download.eclipse.org/eclipse/downloads/drops4/I20130313-2000/testresults/consolelogs/macosx.cocoa.x86_64_7.0_consolelog.txt

Is
     [echo] trying to find org.eclipse.equinox.p2.tests.discovery_*
    [echo] trying to find


and the "funny" thing is that the second echo is "blank". ?

I (or you :) could look directly on Hudson, via its web interface, if I knew more what to look for.

Thanks for looking into them.





From:        Ian Bull <irbull@xxxxxxxxxxxxxxxxx>
To:        P2 developer discussions <p2-dev@xxxxxxxxxxx>,
Date:        03/14/2013 05:33 PM
Subject:        [p2-dev] p2 Test Cases
Sent by:        p2-dev-bounces@xxxxxxxxxxx




Hi everyone,

I was looking at the recent test failures in p2, and fixed a few. Here is a summary.

testNickname (2 failures)
This was a problem with test ordering. With JUnit 4 order matters, and we had other tests that were changing the nickname of a repository. I fixed this by clearing the Nickname in these other tests.

testGZFileAreNotUnzipped (1 failure)
We were running a test that was using the symbolic name of an ECF bundle in the test. This bundle's name has changed (it had the segment httpclient which was changed to httpclient4). I've updated the test and it now passes locally.

SharedConfigurationTests (2 failure)
I haven't looked at these. Pascal has been doing some things with Shared Installs, and I hope he can investigate this.

AbstractSharedInstallTest (2 failure)
I haven't looked at these. Pascal has been doing some things with Shared Installs, and I hope he can investigate this.

In summary, the first 3 test failures have been fixed, although they were only problems with the tests themselves. The last 4 are still there. Since the shared install support is something that is currently under development, and Pascal seems to have a good grip on this, I'm not calling to call a Stop Ship for M6. Pascal, if you feel otherwise, please let us know.

Cheers,
Ian

--
R. Ian Bull | EclipseSource Victoria | +1 250 477 7484

http://eclipsesource.com | http://twitter.com/eclipsesource _______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev




--
R. Ian Bull | EclipseSource Victoria | +1 250 477 7484
http://eclipsesource.com | http://twitter.com/eclipsesource

Back to the top