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 03:13:12 UTC

[jira] [Created] (KARAF-2190) Karaf itest fails on fast machine

Heath Kesler created KARAF-2190:
-----------------------------------

             Summary: Karaf itest fails on fast machine
                 Key: KARAF-2190
                 URL: https://issues.apache.org/jira/browse/KARAF-2190
             Project: Karaf
          Issue Type: Bug
    Affects Versions: 2.3.1, 3.0.0
         Environment: Mac OSX
            Reporter: Heath Kesler
            Priority: Minor


On a faster machine with SSD the itest for the wrapper command fails.  The command is not found because the features:install has not completed before the wrapper:install is executed.  This can be verified by adding a thread sleep for 1 second and it passes.  

karaf@root> features:install wrapper
 
wrapper:install
org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: wrapper:install
        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)
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 3.508 sec <<< FAILURE!
 
Results :
 
Failed tests:   installCommand:org.apache.karaf.itests.WrapperTest.installCommand:KarafTestContainer{mvn:org.apache.karaf\/apache-karaf\/2.3.1-SNAPSHOT\/tar.gz}(org.apache.karaf.itests.WrapperTest)

--
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