You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Önder Sezgin (JIRA)" <ji...@apache.org> on 2018/12/28 12:59:00 UTC

[jira] [Comment Edited] (CAMEL-13031) camel-core - test failure: org.apache.camel.impl.FileWatcherReloadStrategyTest.

    [ https://issues.apache.org/jira/browse/CAMEL-13031?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16730261#comment-16730261 ] 

Önder Sezgin edited comment on CAMEL-13031 at 12/28/18 12:58 PM:
-----------------------------------------------------------------

Windows + CentOS

$ java -version
java version "1.8.0_172"
Java(TM) SE Runtime Environment (build 1.8.0_172-b11)
Java HotSpot(TM) Client VM (build 25.172-b11, mixed mode)


was (Author: onders):
Windows + CentOS

JDK 8

> camel-core - test failure: org.apache.camel.impl.FileWatcherReloadStrategyTest.
> -------------------------------------------------------------------------------
>
>                 Key: CAMEL-13031
>                 URL: https://issues.apache.org/jira/browse/CAMEL-13031
>             Project: Camel
>          Issue Type: Test
>          Components: tests
>            Reporter: Önder Sezgin
>            Priority: Minor
>
> [INFO] Running org.apache.camel.impl.FileWatcherReloadStrategyTest
> [ERROR] Tests run: 7, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 123.022 s <<< FAILURE! - in org.apache.camel.impl.FileWatcherReloadStrategyTest
> [ERROR] testUpdateXmlRoute(org.apache.camel.impl.FileWatcherReloadStrategyTest) Time elapsed: 20.529 s <<< ERROR!
> org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.camel.impl.FileWatcherReloadStrategyTest expected:<1> but was:<0> within 20 seconds.
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.testUpdateXmlRoute(FileWatcherReloadStrategyTest.java:166)
> Caused by: java.lang.AssertionError: expected:<1> but was:<0>
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.lambda$testUpdateXmlRoute$1(FileWatcherReloadStrategyTest.java:166)
> [ERROR] testAddNewRoute(org.apache.camel.impl.FileWatcherReloadStrategyTest) Time elapsed: 20.058 s <<< ERROR!
> org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.camel.impl.FileWatcherReloadStrategyTest expected:<1> but was:<0> within 20 seconds.
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.testAddNewRoute(FileWatcherReloadStrategyTest.java:71)
> Caused by: java.lang.AssertionError: expected:<1> but was:<0>
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.lambda$testAddNewRoute$0(FileWatcherReloadStrategyTest.java:71)
> [ERROR] testUpdateXmlRoute(org.apache.camel.impl.FileWatcherReloadStrategyTest) Time elapsed: 20.078 s <<< ERROR!
> org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.camel.impl.FileWatcherReloadStrategyTest expected:<1> but was:<0> within 20 seconds.
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.testUpdateXmlRoute(FileWatcherReloadStrategyTest.java:166)
> Caused by: java.lang.AssertionError: expected:<1> but was:<0>
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.lambda$testUpdateXmlRoute$1(FileWatcherReloadStrategyTest.java:166)
> [ERROR] testAddNewRoute(org.apache.camel.impl.FileWatcherReloadStrategyTest) Time elapsed: 20.067 s <<< ERROR!
> org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.camel.impl.FileWatcherReloadStrategyTest expected:<1> but was:<0> within 20 seconds.
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.testAddNewRoute(FileWatcherReloadStrategyTest.java:71)
> Caused by: java.lang.AssertionError: expected:<1> but was:<0>
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.lambda$testAddNewRoute$0(FileWatcherReloadStrategyTest.java:71)
> [ERROR] testUpdateXmlRoute(org.apache.camel.impl.FileWatcherReloadStrategyTest) Time elapsed: 20.095 s <<< ERROR!
> org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.camel.impl.FileWatcherReloadStrategyTest expected:<1> but was:<0> within 20 seconds.
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.testUpdateXmlRoute(FileWatcherReloadStrategyTest.java:166)
> Caused by: java.lang.AssertionError: expected:<1> but was:<0>
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.lambda$testUpdateXmlRoute$1(FileWatcherReloadStrategyTest.java:166)
> [ERROR] testAddNewRoute(org.apache.camel.impl.FileWatcherReloadStrategyTest) Time elapsed: 20.026 s <<< ERROR!
> org.awaitility.core.ConditionTimeoutException: Assertion condition defined as a lambda expression in org.apache.camel.impl.FileWatcherReloadStrategyTest expected:<1> but was:<0> within 20 seconds.
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.testAddNewRoute(FileWatcherReloadStrategyTest.java:71)
> Caused by: java.lang.AssertionError: expected:<1> but was:<0>
>  at org.apache.camel.impl.FileWatcherReloadStrategyTest.lambda$testAddNewRoute$0(FileWatcherReloadStrategyTest.java:71)
> [INFO]
> [INFO] Results:
> [INFO]
> [ERROR] Errors:
> [ERROR] org.apache.camel.impl.FileWatcherReloadStrategyTest.testAddNewRoute(org.apache.camel.impl.FileWatcherReloadStrategyTest)
> [ERROR] Run 1: FileWatcherReloadStrategyTest.testAddNewRoute:71 » ConditionTimeout Assertion ...
> [ERROR] Run 2: FileWatcherReloadStrategyTest.testAddNewRoute:71 » ConditionTimeout Assertion ...
> [ERROR] Run 3: FileWatcherReloadStrategyTest.testAddNewRoute:71 » ConditionTimeout Assertion ...
> [INFO]
> [ERROR] org.apache.camel.impl.FileWatcherReloadStrategyTest.testUpdateXmlRoute(org.apache.camel.impl.FileWatcherReloadStrategyTest)
> [ERROR] Run 1: FileWatcherReloadStrategyTest.testUpdateXmlRoute:166 » ConditionTimeout Assert...
> [ERROR] Run 2: FileWatcherReloadStrategyTest.testUpdateXmlRoute:166 » ConditionTimeout Assert...
> [ERROR] Run 3: FileWatcherReloadStrategyTest.testUpdateXmlRoute:166 » ConditionTimeout Assert...
> [INFO]
> [INFO]
> [ERROR] Tests run: 3, Failures: 0, Errors: 2, Skipped: 0



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)