You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aries.apache.org by Rex Wang <rw...@gmail.com> on 2011/01/26 06:50:28 UTC

Re: Aries 549 & 0.2.1 application release

Hi Zoe,


Thanks very much.

Please just hold on, I will provide an itest for this issue.

-Rex



2011/1/25 zoe slattery <zo...@gmail.com>

> Hi Rex - thanks for the commit on this, are you done now? If so I will
> start a 0.2.1 release of the application module.
>
> Zoë
>



-- 
Lei Wang (Rex)
rwonly AT apache.org

Re: Aries 549 & 0.2.1 application release

Posted by zoe slattery <zo...@gmail.com>.
On 27/01/2011 13:07, Rex Wang wrote:
> Hi Zoe
>
> I just committed another fix and also the itest today.
>
> For the itest, it works with the 0.2-incubating tag, but always fails in the
> branch with the following errors:
>
> =================
> *Running org.apache.aries.application.runtime.itests.BasicAppManagerTest
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 70.266 sec
> <<<  FAILURE!
> Running org.apache.aries.application.runtime.itests.OBRAppManagerTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.078 sec
> <<<  FAILURE!
> Running org.apache.aries.application.runtime.itests.OBRResolverTest
> Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 103.672 sec
> <<<  FAILURE!
> Running org.apache.aries.application.runtime.itests.MinimumImportsTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.219 sec
> <<<  FAILURE!
>
> Results :
> Tests in error:
>    testAppUsingAriesApplicationManager
> [equinox/3.5.0](org.apache.aries.application.runtime.itests.MinimumImportsTest)
>
> Tests run: 7, Failures: 0, Errors: 7, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> testBlogAppResolveFail
> [equinox/3.5.0](org.apache.aries.application.runtime.itests.OBRResolverTest)
> Time elapsed: 34.906 sec<<<  ERROR!
> java.lang.Exception: Unexpected exception,
> expected<org.apache.aries.application.management.ResolverException>  but
> was<java.lang.RuntimeException>
>      at
> org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:117)
>      at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:86)*
> =======================
>
> Did anyone meet the same problem?
>
>
> Another issue is I found sometimes my itest works with the old
> application-obr-resolver bundles, even if I just maven clean install a new
> one. Any clue for this?

Well possibly. There are some fixes that I need to make in the 
0.2-incubating branch poms. Not sure if that is related or if you 
already made them.
If your changes are all checked in I will have a look..
>
> -Rex
>
>
> 2011/1/26 Rex Wang<rw...@gmail.com>
>
>> Hi Zoe,
>>
>>
>> Thanks very much.
>>
>> Please just hold on, I will provide an itest for this issue.
>>
>> -Rex
>>
>>
>>
>> 2011/1/25 zoe slattery<zo...@gmail.com>
>>
>> Hi Rex - thanks for the commit on this, are you done now? If so I will
>>> start a 0.2.1 release of the application module.
>>>
>>> Zoë
>>>
>>
>>
>> --
>> Lei Wang (Rex)
>> rwonly AT apache.org
>>
>
>


Re: Aries 549 & 0.2.1 application release

Posted by Rex Wang <rw...@gmail.com>.
Hi, Zoe

I just made a geronimo 3.0_M2 build successfully with your staging
artifacts, it works pretty well. Thanks!

-Rex

2011/1/28 zoe slattery <zo...@gmail.com>

> Hi Rex - please will you test this:
> https://repository.apache.org/content/repositories/orgapachearies-086/
>
> You will find a 0.2.1 application candidate release there. Let me know if
> it's what you need and I will start a vote.
>
> Zoe
>
>> Hi Zoe
>>
>> I just committed another fix and also the itest today.
>>
>> For the itest, it works with the 0.2-incubating tag, but always fails in
>> the
>> branch with the following errors:
>>
>> =================
>> *Running org.apache.aries.application.runtime.itests.BasicAppManagerTest
>> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 70.266 sec
>> <<<  FAILURE!
>> Running org.apache.aries.application.runtime.itests.OBRAppManagerTest
>> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.078 sec
>> <<<  FAILURE!
>> Running org.apache.aries.application.runtime.itests.OBRResolverTest
>> Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 103.672
>> sec
>> <<<  FAILURE!
>> Running org.apache.aries.application.runtime.itests.MinimumImportsTest
>> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.219 sec
>> <<<  FAILURE!
>>
>> Results :
>> Tests in error:
>>   testAppUsingAriesApplicationManager
>>
>> [equinox/3.5.0](org.apache.aries.application.runtime.itests.MinimumImportsTest)
>>
>> Tests run: 7, Failures: 0, Errors: 7, Skipped: 0
>>
>> [INFO]
>> ------------------------------------------------------------------------
>> [ERROR] BUILD FAILURE
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO] There are test failures.
>>
>> testBlogAppResolveFail
>>
>> [equinox/3.5.0](org.apache.aries.application.runtime.itests.OBRResolverTest)
>> Time elapsed: 34.906 sec<<<  ERROR!
>> java.lang.Exception: Unexpected exception,
>> expected<org.apache.aries.application.management.ResolverException>  but
>> was<java.lang.RuntimeException>
>>     at
>>
>> org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:117)
>>     at
>> org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:86)*
>> =======================
>>
>> Did anyone meet the same problem?
>>
>>
>> Another issue is I found sometimes my itest works with the old
>> application-obr-resolver bundles, even if I just maven clean install a new
>> one. Any clue for this?
>>
>>
>> -Rex
>>
>>
>> 2011/1/26 Rex Wang<rw...@gmail.com>
>>
>>  Hi Zoe,
>>>
>>>
>>> Thanks very much.
>>>
>>> Please just hold on, I will provide an itest for this issue.
>>>
>>> -Rex
>>>
>>>
>>>
>>> 2011/1/25 zoe slattery<zo...@gmail.com>
>>>
>>> Hi Rex - thanks for the commit on this, are you done now? If so I will
>>>
>>>> start a 0.2.1 release of the application module.
>>>>
>>>> Zoė
>>>>
>>>>
>>>
>>> --
>>>
>>> Lei Wang (Rex)
>>> rwonly AT apache.org
>>>
>>>
>>
>>
>


-- 
Lei Wang (Rex)
rwonly AT apache.org

Re: Aries 549 & 0.2.1 application release

Posted by zoe slattery <zo...@gmail.com>.
Hi Rex - please will you test this:
https://repository.apache.org/content/repositories/orgapachearies-086/

You will find a 0.2.1 application candidate release there. Let me know 
if it's what you need and I will start a vote.

Zoe
> Hi Zoe
>
> I just committed another fix and also the itest today.
>
> For the itest, it works with the 0.2-incubating tag, but always fails in the
> branch with the following errors:
>
> =================
> *Running org.apache.aries.application.runtime.itests.BasicAppManagerTest
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 70.266 sec
> <<<  FAILURE!
> Running org.apache.aries.application.runtime.itests.OBRAppManagerTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.078 sec
> <<<  FAILURE!
> Running org.apache.aries.application.runtime.itests.OBRResolverTest
> Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 103.672 sec
> <<<  FAILURE!
> Running org.apache.aries.application.runtime.itests.MinimumImportsTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.219 sec
> <<<  FAILURE!
>
> Results :
> Tests in error:
>    testAppUsingAriesApplicationManager
> [equinox/3.5.0](org.apache.aries.application.runtime.itests.MinimumImportsTest)
>
> Tests run: 7, Failures: 0, Errors: 7, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> testBlogAppResolveFail
> [equinox/3.5.0](org.apache.aries.application.runtime.itests.OBRResolverTest)
> Time elapsed: 34.906 sec<<<  ERROR!
> java.lang.Exception: Unexpected exception,
> expected<org.apache.aries.application.management.ResolverException>  but
> was<java.lang.RuntimeException>
>      at
> org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:117)
>      at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:86)*
> =======================
>
> Did anyone meet the same problem?
>
>
> Another issue is I found sometimes my itest works with the old
> application-obr-resolver bundles, even if I just maven clean install a new
> one. Any clue for this?
>
>
> -Rex
>
>
> 2011/1/26 Rex Wang<rw...@gmail.com>
>
>> Hi Zoe,
>>
>>
>> Thanks very much.
>>
>> Please just hold on, I will provide an itest for this issue.
>>
>> -Rex
>>
>>
>>
>> 2011/1/25 zoe slattery<zo...@gmail.com>
>>
>> Hi Rex - thanks for the commit on this, are you done now? If so I will
>>> start a 0.2.1 release of the application module.
>>>
>>> Zoë
>>>
>>
>>
>> --
>> Lei Wang (Rex)
>> rwonly AT apache.org
>>
>
>


Re: Aries 549 & 0.2.1 application release

Posted by zoe slattery <zo...@gmail.com>.
Hi Rex - I'm not sure if I have fixed or not. I can build application - 
with your changes - in the 0.2-incubating branch and the tests all run fine.
As I said, I knew there were pom changes required in order to be able to 
build, so I have made and committed them. Since the tests pass for me I 
will try and create a candidate release for you to check.

Zoe
> Hi Zoe
>
> I just committed another fix and also the itest today.
>
> For the itest, it works with the 0.2-incubating tag, but always fails in the
> branch with the following errors:
>
> =================
> *Running org.apache.aries.application.runtime.itests.BasicAppManagerTest
> Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 70.266 sec
> <<<  FAILURE!
> Running org.apache.aries.application.runtime.itests.OBRAppManagerTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.078 sec
> <<<  FAILURE!
> Running org.apache.aries.application.runtime.itests.OBRResolverTest
> Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 103.672 sec
> <<<  FAILURE!
> Running org.apache.aries.application.runtime.itests.MinimumImportsTest
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.219 sec
> <<<  FAILURE!
>
> Results :
> Tests in error:
>    testAppUsingAriesApplicationManager
> [equinox/3.5.0](org.apache.aries.application.runtime.itests.MinimumImportsTest)
>
> Tests run: 7, Failures: 0, Errors: 7, Skipped: 0
>
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] BUILD FAILURE
> [INFO]
> ------------------------------------------------------------------------
> [INFO] There are test failures.
>
> testBlogAppResolveFail
> [equinox/3.5.0](org.apache.aries.application.runtime.itests.OBRResolverTest)
> Time elapsed: 34.906 sec<<<  ERROR!
> java.lang.Exception: Unexpected exception,
> expected<org.apache.aries.application.management.ResolverException>  but
> was<java.lang.RuntimeException>
>      at
> org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:117)
>      at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:86)*
> =======================
>
> Did anyone meet the same problem?
>
>
> Another issue is I found sometimes my itest works with the old
> application-obr-resolver bundles, even if I just maven clean install a new
> one. Any clue for this?
>
>
> -Rex
>
>
> 2011/1/26 Rex Wang<rw...@gmail.com>
>
>> Hi Zoe,
>>
>>
>> Thanks very much.
>>
>> Please just hold on, I will provide an itest for this issue.
>>
>> -Rex
>>
>>
>>
>> 2011/1/25 zoe slattery<zo...@gmail.com>
>>
>> Hi Rex - thanks for the commit on this, are you done now? If so I will
>>> start a 0.2.1 release of the application module.
>>>
>>> Zoë
>>>
>>
>>
>> --
>> Lei Wang (Rex)
>> rwonly AT apache.org
>>
>
>


Re: Aries 549 & 0.2.1 application release

Posted by Rex Wang <rw...@gmail.com>.
Hi Zoe

I just committed another fix and also the itest today.

For the itest, it works with the 0.2-incubating tag, but always fails in the
branch with the following errors:

=================
*Running org.apache.aries.application.runtime.itests.BasicAppManagerTest
Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 70.266 sec
<<< FAILURE!
Running org.apache.aries.application.runtime.itests.OBRAppManagerTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.078 sec
<<< FAILURE!
Running org.apache.aries.application.runtime.itests.OBRResolverTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 103.672 sec
<<< FAILURE!
Running org.apache.aries.application.runtime.itests.MinimumImportsTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 35.219 sec
<<< FAILURE!

Results :
Tests in error:
  testAppUsingAriesApplicationManager
[equinox/3.5.0](org.apache.aries.application.runtime.itests.MinimumImportsTest)

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

[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] There are test failures.

testBlogAppResolveFail
[equinox/3.5.0](org.apache.aries.application.runtime.itests.OBRResolverTest)
Time elapsed: 34.906 sec  <<< ERROR!
java.lang.Exception: Unexpected exception,
expected<org.apache.aries.application.management.ResolverException> but
was<java.lang.RuntimeException>
    at
org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:117)
    at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:86)*
=======================

Did anyone meet the same problem?


Another issue is I found sometimes my itest works with the old
application-obr-resolver bundles, even if I just maven clean install a new
one. Any clue for this?


-Rex


2011/1/26 Rex Wang <rw...@gmail.com>

> Hi Zoe,
>
>
> Thanks very much.
>
> Please just hold on, I will provide an itest for this issue.
>
> -Rex
>
>
>
> 2011/1/25 zoe slattery <zo...@gmail.com>
>
> Hi Rex - thanks for the commit on this, are you done now? If so I will
>> start a 0.2.1 release of the application module.
>>
>> Zoë
>>
>
>
>
> --
> Lei Wang (Rex)
> rwonly AT apache.org
>



-- 
Lei Wang (Rex)
rwonly AT apache.org