Benson, is there a full stack trace in the XML test report? I would have
expected that we shorten out most of the stack traces on the console
output...

2015-10-16 16:35 GMT+02:00 Benson Margulies <bimargul...@gmail.com>:

> On Fri, Oct 16, 2015 at 10:31 AM, Tibor Digana <tibordig...@apache.org>
> wrote:
> > Can you give me the link?
>
>
> https://github.com/ops4j/org.ops4j.pax.exam2/commit/c466e58cae6c2275a38bc2712cc76a70f768d769
>
>
> >
> > On Fri, Oct 16, 2015 at 4:27 PM, Benson Margulies [via Maven] <
> > ml-node+s40175n5849346...@n5.nabble.com> wrote:
> >
> >> I've committed the fix to the master for pax-exam.
> >>
> >>
> >> On Fri, Oct 16, 2015 at 10:19 AM, Benson Margulies
> >> <[hidden email] <http://
> /user/SendEmail.jtp?type=node&node=5849346&i=0>>
> >> wrote:
> >>
> >> > On Fri, Oct 16, 2015 at 9:56 AM, Tibor Digana
> >> > <[hidden email] <http://
> /user/SendEmail.jtp?type=node&node=5849346&i=1>>
> >> wrote:
> >> >> try to debug this stack part of ProbeRunner.
> >> >> What version of pax-exam-spi you use?
> >> >
> >> > 4.6.0. I am testing the fix to pax-exam now.
> >> >
> >> >>
> >> >>  at org.ops4j.pax.exam.spi.
> >> >>
> >>
> reactors.ReactorManager.addConfigurationsToReactor(ReactorManager.java:239)
> >> >>  at
> >> >>
> >>
> org.ops4j.pax.exam.spi.reactors.ReactorManager.prepareReactor(ReactorManager.java:184)
> >>
> >> >>  - locked <0x411> (a org.ops4j.pax.exam.spi.reactors.ReactorManager)
> >> >>  at
> >> org.ops4j.pax.exam.junit.impl.ProbeRunner.<init>(ProbeRunner.java:78)
> >> >>
> >> >>
> >> >> On Fri, Oct 16, 2015 at 3:46 PM, Benson Margulies <[hidden email]
> >> <http:///user/SendEmail.jtp?type=node&node=5849346&i=2>>
> >> >> wrote:
> >> >>
> >> >>> Step 1: here's the backtrace of the InvocationTargetException. It's
> >> >>> caused by an IllegalArgumentException, which I will break on next.
> >> >>>
> >> >>> That is in turn, as you supposed, caused by the use of the file:
> >> >>>
> >> >>>
> >> >>>
> >>
> jar:file:/Users/benson/x/rosapi1.5/itests/tests/target/rosapi-itests-tests.jar!/META-INF/maven/dependencies.properties
> >>
> >> >>>
> >> >>> being non-hierarchical.
> >> >>>
> >> >>> So, the underlying issue is a bug in pax-exam. However, I still
> wonder
> >> >>> what you think about the fact that failsafe did not provide any
> >> >>> backtrace.
> >> >>>
> >> >>>
> >> >>>
> >> >>> "main@1" prio=5 tid=0x1 nid=NA runnable
> >> >>>   java.lang.Thread.State: RUNNABLE
> >> >>>  at
> >> >>>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-1)
> >>
> >> >>>  at
> >> >>>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> >>
> >> >>>  at
> >> >>>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >>
> >> >>>  at java.lang.reflect.Method.invoke(Method.java:497)
> >> >>>  at
> >> >>>
> >>
> org.ops4j.pax.exam.spi.reactors.ReactorManager.addConfigurationsToReactor(ReactorManager.java:239)
> >>
> >> >>>  at
> >> >>>
> >>
> org.ops4j.pax.exam.spi.reactors.ReactorManager.prepareReactor(ReactorManager.java:184)
> >>
> >> >>>  - locked <0x411> (a org.ops4j.pax.exam.spi.reactors.ReactorManager)
> >> >>>  at
> >> org.ops4j.pax.exam.junit.impl.ProbeRunner.<init>(ProbeRunner.java:78)
> >> >>>  at org.ops4j.pax.exam.junit.PaxExam.createDelegate(PaxExam.java:82)
> >> >>>  at org.ops4j.pax.exam.junit.PaxExam.<init>(PaxExam.java:73)
> >> >>>  at
> >> >>>
> >>
> sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:-1)
> >>
> >> >>>  at
> >> >>>
> >>
> sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
> >>
> >> >>>  at
> >> >>>
> >>
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
> >>
> >> >>>  at java.lang.reflect.Constructor.newInstance(Constructor.java:422)
> >> >>>  at
> >> >>>
> >>
> org.junit.internal.builders.AnnotatedBuilder.buildRunner(AnnotatedBuilder.java:104)
> >>
> >> >>>  at
> >> >>>
> >>
> org.junit.internal.builders.AnnotatedBuilder.runnerForClass(AnnotatedBuilder.java:86)
> >>
> >> >>>  at
> >> >>>
> >>
> org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
> >>
> >> >>>  at
> >> >>>
> >>
> org.junit.internal.builders.AllDefaultPossibilitiesBuilder.runnerForClass(AllDefaultPossibilitiesBuilder.java:26)
> >>
> >> >>>  at org.junit.runner.Computer.getRunner(Computer.java:40)
> >> >>>  at org.junit.runner.Computer$1.runnerForClass(Computer.java:31)
> >> >>>  at
> >> >>>
> >>
> org.junit.runners.model.RunnerBuilder.safeRunnerForClass(RunnerBuilder.java:59)
> >>
> >> >>>  at
> >> org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:101)
> >> >>>  at
> >> org.junit.runners.model.RunnerBuilder.runners(RunnerBuilder.java:87)
> >> >>>  at org.junit.runners.Suite.<init>(Suite.java:81)
> >> >>>  at org.junit.runner.Computer.getSuite(Computer.java:28)
> >> >>>  at org.junit.runner.Request.classes(Request.java:75)
> >> >>>  at org.junit.runner.Request.classes(Request.java:91)
> >> >>>  at
> >> >>>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:-1)
> >>
> >> >>>  at
> >> >>>
> >>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> >>
> >> >>>  at
> >> >>>
> >>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> >>
> >> >>>  at java.lang.reflect.Method.invoke(Method.java:497)
> >> >>>  at
> >> >>>
> >>
> org.apache.maven.surefire.common.junit4.JUnit4Reflector.createRequest(JUnit4Reflector.java:67)
> >>
> >> >>>  at
> >> >>>
> >>
> org.apache.maven.surefire.common.junit4.JUnit4ProviderUtil.createSuiteDescription(JUnit4ProviderUtil.java:111)
> >>
> >> >>>  at
> >> >>>
> >>
> org.apache.maven.surefire.junit4.JUnit4Provider.createTestsDescription(JUnit4Provider.java:328)
> >>
> >> >>>  at
> >> >>>
> >>
> org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:166)
> >>
> >> >>>  at
> >> >>>
> >>
> org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:286)
> >>
> >> >>>  at
> >> >>>
> >>
> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:240)
> >>
> >> >>>  at
> >> >>>
> >>
> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:121)
> >> >>>
> >> >>>
> ---------------------------------------------------------------------
> >> >>> To unsubscribe, e-mail: [hidden email]
> >> <http:///user/SendEmail.jtp?type=node&node=5849346&i=3>
> >> >>> For additional commands, e-mail: [hidden email]
> >> <http:///user/SendEmail.jtp?type=node&node=5849346&i=4>
> >> >>>
> >> >>>
> >> >>
> >> >>
> >> >> --
> >> >> Cheers
> >> >> Tibor
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [hidden email]
> >> <http:///user/SendEmail.jtp?type=node&node=5849346&i=5>
> >> For additional commands, e-mail: [hidden email]
> >> <http:///user/SendEmail.jtp?type=node&node=5849346&i=6>
> >>
> >>
> >>
> >> ------------------------------
> >> If you reply to this email, your message will be added to the discussion
> >> below:
> >>
> >>
> http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Surefire-Plugin-version-2-19-Take-2-tp5849065p5849346.html
> >> To start a new topic under Maven Developers, email
> >> ml-node+s40175n142166...@n5.nabble.com
> >> To unsubscribe from Maven Developers, click here
> >> <
> http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=142166&code=dGlib3JkaWdhbmFAYXBhY2hlLm9yZ3wxNDIxNjZ8LTI4OTQ5MjEwMg==
> >
> >> .
> >> NAML
> >> <
> http://maven.40175.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml
> >
> >>
> >
> >
> >
> >
> > --
> > View this message in context:
> http://maven.40175.n5.nabble.com/VOTE-Release-Apache-Maven-Surefire-Plugin-version-2-19-Take-2-tp5849065p5849348.html
> > Sent from the Maven Developers mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org
> For additional commands, e-mail: dev-h...@maven.apache.org
>
>

Reply via email to