You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Heath Kesler (JIRA)" <ji...@apache.org> on 2013/02/15 16:59:13 UTC

[jira] [Created] (KARAF-2192) Karaf obr:listURl and obr:list tests fail on faster boxes

Heath Kesler created KARAF-2192:
-----------------------------------

             Summary: Karaf obr:listURl and obr:list tests fail on faster boxes
                 Key: KARAF-2192
                 URL: https://issues.apache.org/jira/browse/KARAF-2192
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 2.3.0
            Reporter: Heath Kesler
            Priority: Minor


The obr listUrl and list command never does an assert to see if the commands completed correctly, so the commands fail but test passes.
karaf@root> features:install obr
obr:listUrl
org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: obr:listUrl
at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:471)
at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400)
at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
at org.apache.karaf.itests.KarafTestSupport$1.call(KarafTestSupport.java:108)
at org.apache.karaf.itests.KarafTestSupport$1.call(KarafTestSupport.java:102)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
obr:list
org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: obr:list
at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:471)
at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400)
at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108)
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183)
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120)
at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:89)
at org.apache.karaf.itests.KarafTestSupport$1.call(KarafTestSupport.java:108)
at org.apache.karaf.itests.KarafTestSupport$1.call(KarafTestSupport.java:102)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira