[jbosstools-issues] [JBoss JIRA] (JBTIS-1130) Fuse - Fix 'ProjectLocalRunTest' on Windows slaves

Tomáš Sedmík (JIRA) issues at jboss.org
Wed Jun 14 05:37:00 EDT 2017


    [ https://issues.jboss.org/browse/JBTIS-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13420969#comment-13420969 ] 

Tomáš Sedmík commented on JBTIS-1130:
-------------------------------------

On Windows is missing _(CamelContext: cbr-example-context) started_ in log.

{code}
[                          main] BlueprintCBRTest               INFO  Testing: testCamelRoute(com.mycompany.BlueprintCBRTest)
[                          main] BlueprintCBRTest               INFO  ********************************************************************************
[                          main] CamelBlueprintHelper           WARN  Test bundle headers: Bundle-ManifestVersion=2, Bundle-Name=System Bundle, Bundle-SymbolicName=org.apache.felix.connect, Bundle-Vendor=Apache Software Foundation, Bundle-Version=0.0.0
[                          main] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.aries.proxy.ProxyManager], bundle: org.apache.aries.proxy.impl [13], symbolicName: org.apache.aries.proxy.impl
[                          main] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.DataFormatResolver], bundle: org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
[                          main] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.cm.ConfigurationAdmin], bundle: org.apache.felix.configadmin [28], symbolicName: org.apache.felix.configadmin
[                          main] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.packageadmin.PackageAdmin], bundle: org.apache.felix.connect [0], symbolicName: org.apache.felix.connect
[                          main] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.ComponentResolver], bundle: org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
[                          main] CamelBlueprintHelper           WARN  ServiceReference: [org.osgi.service.startlevel.StartLevel], bundle: org.apache.felix.connect [0], symbolicName: org.apache.felix.connect
[                          main] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.felix.cm.PersistenceManager], bundle: org.apache.felix.configadmin [28], symbolicName: org.apache.felix.configadmin
[                          main] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.LanguageResolver], bundle: org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
[                          main] CamelBlueprintHelper           WARN  ServiceReference: [org.apache.camel.spi.TypeConverterLoader], bundle: org.apache.camel.camel-core [2], symbolicName: org.apache.camel.camel-core
[                          main] BlueprintCBRTest               INFO  ********************************************************************************
[                          main] BlueprintCBRTest               INFO  Testing done: testCamelRoute(com.mycompany.BlueprintCBRTest)
[                          main] BlueprintCBRTest               INFO  Took: 1 minute (60415 millis)
[                          main] BlueprintCBRTest               INFO  ********************************************************************************
[                          main] Activator                      INFO  Camel activator stopping
{code}

On Linux:
{code}
[                          main] BlueprintCBRTest               INFO  Testing: testCamelRoute(com.mycompany.BlueprintCBRTest)
[                          main] BlueprintCBRTest               INFO  ********************************************************************************
[                          main] BlueprintCBRTest               INFO  Skipping starting CamelContext as system property skipStartingCamelContext is set to be true.
[                          main] BlueprintCamelContext          INFO  Apache Camel 2.17.0.redhat-630187 (CamelContext: cbr-example-context) is starting
[                          main] ManagedManagementStrategy      INFO  JMX is enabled
[                          main] DefaultRuntimeEndpointRegistry INFO  Runtime endpoint registry is in extended mode gathering usage statistics of all incoming and outgoing endpoints (cache limit: 1000)
[                          main] BlueprintCamelContext          INFO  AllowUseOriginalMessage is enabled. If access to the original message is not needed, then its recommended to turn this option off as it may improve performance.
[                          main] BlueprintCamelContext          INFO  StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
[                          main] XPathBuilder                   INFO  Created default XPathFactory com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl at 2d1ef81a
[                          main] BlueprintCamelContext          INFO  Route: cbr-route started and consuming from: Endpoint[file://work/cbr/input]
[                          main] BlueprintCamelContext          INFO  Total 1 routes, of which 1 are started.
[                          main] BlueprintCamelContext          INFO  Apache Camel 2.17.0.redhat-630187 (CamelContext: cbr-example-context) started in 0.393 seconds
[                          main] BlueprintCBRTest               INFO  ********************************************************************************
[                          main] BlueprintCBRTest               INFO  Testing done: testCamelRoute(com.mycompany.BlueprintCBRTest)
[                          main] BlueprintCBRTest               INFO  Took: 0.397 seconds (397 millis)
[                          main] BlueprintCBRTest               INFO  ********************************************************************************
{code}



> Fuse - Fix 'ProjectLocalRunTest' on Windows slaves
> --------------------------------------------------
>
>                 Key: JBTIS-1130
>                 URL: https://issues.jboss.org/browse/JBTIS-1130
>             Project: JBoss Tools Integration Stack
>          Issue Type: Bug
>          Components: Fuse IDE, QE
>    Affects Versions: 4.4.3.Final
>            Reporter: Tomáš Sedmík
>            Assignee: Tomáš Sedmík
>             Fix For: 4.5.0.AM1
>
>
> On Windows slaves:
> {code}
> 	at org.jboss.reddeer.common.wait.AbstractWait.timeoutExceeded(AbstractWait.java:183)
> 	at org.jboss.reddeer.common.wait.AbstractWait.wait(AbstractWait.java:136)
> 	at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:101)
> 	at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:71)
> 	at org.jboss.reddeer.common.wait.AbstractWait.<init>(AbstractWait.java:56)
> 	at org.jboss.reddeer.common.wait.WaitUntil.<init>(WaitUntil.java:47)
> 	at org.jboss.tools.fuse.reddeer.projectexplorer.CamelProject.runCamelContext(CamelProject.java:127)
> 	at org.jboss.tools.fuse.ui.bot.test.ProjectLocalRunTest.testRunProjectWithFailingTests(ProjectLocalRunTest.java:118)
> {code}



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)



More information about the jbosstools-issues mailing list