From 9b66f15f495d6eb774012d28367fa5f7b04fc551 Mon Sep 17 00:00:00 2001 From: Tom Cunningham Date: Mon, 11 May 2026 19:31:54 -0400 Subject: [PATCH] Test fix : fix earthquake-to-http, timer-to-http-pipe-test, timer-to-http-test by changing waitForRunningState to true --- .../src/test/resources/crypto/crypto-action-pipe.citrus.it.yaml | 2 +- .../src/test/resources/timer/timer-to-http-pipe.citrus.it.yaml | 2 +- .../src/test/resources/timer/timer-to-http.citrus.it.yaml | 2 +- .../transformation/data-type-action-pipe.citrus.it.yaml | 2 +- .../transformation/extract-field-action-pipe.citrus.it.yaml | 2 +- .../transformation/insert-field-action-pipe.citrus.it.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/camel-kamelets-itest/src/test/resources/crypto/crypto-action-pipe.citrus.it.yaml b/tests/camel-kamelets-itest/src/test/resources/crypto/crypto-action-pipe.citrus.it.yaml index 7b35dd2e5..d32d9e087 100644 --- a/tests/camel-kamelets-itest/src/test/resources/crypto/crypto-action-pipe.citrus.it.yaml +++ b/tests/camel-kamelets-itest/src/test/resources/crypto/crypto-action-pipe.citrus.it.yaml @@ -32,7 +32,7 @@ actions: - camel: jbang: run: - waitForRunningState: false + waitForRunningState: true integration: file: "crypto/crypto-action-pipe.yaml" systemProperties: diff --git a/tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http-pipe.citrus.it.yaml b/tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http-pipe.citrus.it.yaml index 03a622cfb..4e96a632c 100644 --- a/tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http-pipe.citrus.it.yaml +++ b/tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http-pipe.citrus.it.yaml @@ -28,7 +28,7 @@ actions: - camel: jbang: run: - waitForRunningState: false + waitForRunningState: true integration: file: "timer/timer-to-http-pipe.yaml" systemProperties: diff --git a/tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http.citrus.it.yaml b/tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http.citrus.it.yaml index cfbc53c57..896b9ffa6 100644 --- a/tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http.citrus.it.yaml +++ b/tests/camel-kamelets-itest/src/test/resources/timer/timer-to-http.citrus.it.yaml @@ -28,7 +28,7 @@ actions: - camel: jbang: run: - waitForRunningState: false + waitForRunningState: true integration: file: "timer/timer-to-http.yaml" systemProperties: diff --git a/tests/camel-kamelets-itest/src/test/resources/transformation/data-type-action-pipe.citrus.it.yaml b/tests/camel-kamelets-itest/src/test/resources/transformation/data-type-action-pipe.citrus.it.yaml index 8b926203b..f8704116e 100644 --- a/tests/camel-kamelets-itest/src/test/resources/transformation/data-type-action-pipe.citrus.it.yaml +++ b/tests/camel-kamelets-itest/src/test/resources/transformation/data-type-action-pipe.citrus.it.yaml @@ -28,7 +28,7 @@ actions: - camel: jbang: run: - waitForRunningState: false + waitForRunningState: true integration: file: "transformation/data-type-action-pipe.yaml" systemProperties: diff --git a/tests/camel-kamelets-itest/src/test/resources/transformation/extract-field-action-pipe.citrus.it.yaml b/tests/camel-kamelets-itest/src/test/resources/transformation/extract-field-action-pipe.citrus.it.yaml index a442265d6..d50b94f34 100644 --- a/tests/camel-kamelets-itest/src/test/resources/transformation/extract-field-action-pipe.citrus.it.yaml +++ b/tests/camel-kamelets-itest/src/test/resources/transformation/extract-field-action-pipe.citrus.it.yaml @@ -30,7 +30,7 @@ actions: - camel: jbang: run: - waitForRunningState: false + waitForRunningState: true integration: file: "transformation/extract-field-action-pipe.yaml" systemProperties: diff --git a/tests/camel-kamelets-itest/src/test/resources/transformation/insert-field-action-pipe.citrus.it.yaml b/tests/camel-kamelets-itest/src/test/resources/transformation/insert-field-action-pipe.citrus.it.yaml index 0ae464c4a..903f1c055 100644 --- a/tests/camel-kamelets-itest/src/test/resources/transformation/insert-field-action-pipe.citrus.it.yaml +++ b/tests/camel-kamelets-itest/src/test/resources/transformation/insert-field-action-pipe.citrus.it.yaml @@ -32,7 +32,7 @@ actions: - camel: jbang: run: - waitForRunningState: false + waitForRunningState: true integration: file: "transformation/insert-field-action-pipe.yaml" systemProperties: