You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by mark <mp...@gmail.com> on 2009/12/02 18:26:33 UTC

itest woes on windows

Hello,
Can anybody get the blueprint-itests to pass on windows?

I did:
svn co https://svn.apache.org/repos/asf/incubator/aries/trunk
cd trunk
mvn clean
mvn install
cd util
mvn clean install
cd ..\blueprint
mvn install

Here's the headline:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.aries.blueprint.itests.TestReferences
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.125 sec
Running org.apache.aries.blueprint.itests.TestConfigAdmin
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 42.344 sec
<<< FAILURE!
Running org.apache.aries.blueprint.itests.BlueprintContainerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.079 sec
<<< FAILURE!

Results :

Tests in error:
  test
[equinox/3.5.0](org.apache.aries.blueprint.itests.BlueprintContainerTest)

Tests run: 7, Failures: 0, Errors: 5, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------

BlueprintContainerTest-output.txt is at http://pastebin.com/m1d7c6031 for
the next month.

Caused by: java.lang.RuntimeException: Gave up waiting for service
(&(objectClass=org.osgi.service.blueprint.container.BlueprintContainer)(osgi.blueprint.container.symbolicname=org.apache.aries.blueprint.sample))
    at
org.apache.aries.blueprint.itests.AbstractIntegrationTest.getOsgiService(AbstractIntegrationTest.java:84)
    at
org.apache.aries.blueprint.itests.AbstractIntegrationTest.getOsgiService(AbstractIntegrationTest.java:95)
    at
org.apache.aries.blueprint.itests.AbstractIntegrationTest.getBlueprintContainerForBundle(AbstractIntegrationTest.java:49)
    at
org.apache.aries.blueprint.itests.BlueprintContainerTest.test(BlueprintContainerTest.java:63)
    ... 23 more

The ConfigAdmin tests are failing for the same reason. Tomorrow I'll be
trying to get this into eclipse and a breakpoint/debug cycle, but if anyone
can help in the meantime I'd be very grateful. Thank you!

Mark

Re: itest woes on windows

Posted by Lin Sun <li...@gmail.com>.
Cool - congrats!

Lin

On Wed, Dec 2, 2009 at 1:30 PM, Mark Nuttall <mn...@apache.org> wrote:
> Despite the fact that I thought I'd disabled it, I found a popup from my
> firewall lurking under a load of other windows. All the tests are passing
> cleanly now.
>
> Regards,
>
> Mark
>

Re: itest woes on windows

Posted by Mark Nuttall <mn...@apache.org>.
Despite the fact that I thought I'd disabled it, I found a popup from my
firewall lurking under a load of other windows. All the tests are passing
cleanly now.

Regards,

Mark

itest woes on windows

Posted by Mark Nuttall <mn...@apache.org>.
Hello,
Can anybody get the blueprint-itests to pass on windows?

I did:
svn co https://svn.apache.org/repos/asf/incubator/aries/trunk
cd trunk
mvn clean
mvn install
cd util
mvn clean install
cd ..\blueprint
mvn install

Here's the headline:

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.aries.blueprint.itests.TestReferences
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.125 sec
Running org.apache.aries.blueprint.itests.TestConfigAdmin
Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 42.344 sec
<<< FAILURE!
Running org.apache.aries.blueprint.itests.BlueprintContainerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 11.079 sec
<<< FAILURE!

Results :

Tests in error:
  test
[equinox/3.5.0](org.apache.aries.blueprint.itests.BlueprintContainerTest)

Tests run: 7, Failures: 0, Errors: 5, Skipped: 0

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------

BlueprintContainerTest-output.txt is at http://pastebin.com/m1d7c6031 for
the next month.

Caused by: java.lang.RuntimeException: Gave up waiting for service
(&(objectClass=org.osgi.service.blueprint.container.BlueprintContainer)(osgi.blueprint.container.symbolicname=org.apache.aries.blueprint.sample))
    at
org.apache.aries.blueprint.itests.AbstractIntegrationTest.getOsgiService(AbstractIntegrationTest.java:84)
    at
org.apache.aries.blueprint.itests.AbstractIntegrationTest.getOsgiService(AbstractIntegrationTest.java:95)
    at
org.apache.aries.blueprint.itests.AbstractIntegrationTest.getBlueprintContainerForBundle(AbstractIntegrationTest.java:49)
    at
org.apache.aries.blueprint.itests.BlueprintContainerTest.test(BlueprintContainerTest.java:63)
    ... 23 more

The ConfigAdmin tests are failing for the same reason. Tomorrow I'll be
trying to get this into eclipse and a breakpoint/debug cycle, but if anyone
can help in the meantime I'd be very grateful. Thank you!

Mark

ps. sorry if you received this twice - gmail woes