[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2022-01-18 Thread GitBox
JiriOndrusek commented on pull request #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-1015526206 @zbendhiba I'll try to explain. From what I remember: 1. We want to add a test for derby against external db. 2. External db is started by the test via dock

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2022-01-18 Thread GitBox
JiriOndrusek commented on pull request #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-1016158694 @zbendhiba your suggestion sounds good. I used this way and didn't think that it is against best practices in native. If it is possible to put a jar inside docker im

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2022-01-20 Thread GitBox
JiriOndrusek commented on pull request #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-1017657284 I rebased this PR to `main`. I can locally run tests with external derby via docker in **JVM** mode Native mode fails with ``` ERROR [io.qua.run.Application]

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2022-01-21 Thread GitBox
JiriOndrusek commented on pull request #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-1018369073 Derby dev service doesn't work because of quarkus error - https://github.com/quarkusio/quarkus/issues/23083 -- This is an automated message from the Apache Git Ser

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2022-01-21 Thread GitBox
JiriOndrusek commented on pull request #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-1018371355 @jamesnetherton The CI build fails with: ``` Run [[ -z $(git status --porcelain | grep -v antora.yml) ]] || { echo 'There are uncommitted changes'; git status;

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2022-01-21 Thread GitBox
JiriOndrusek commented on pull request #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-1018423145 Thanks, this was the mistake, I rebase it on git repo but not on this PR. thanks a lot. -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2021-12-09 Thread GitBox
JiriOndrusek commented on pull request #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-989695079 I think that better approach (step 1) is to created sql-derby as a module in integration-tests-support, I'll try it -- This is an automated message from the Apache

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2021-12-09 Thread GitBox
JiriOndrusek commented on pull request #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-989996526 Ufortunately even if quarkus issue is fixed, test still fails in native. See this comment for a stacktrace - https://github.com/quarkusio/quarkus/issues/22058#issueco

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2023-01-17 Thread GitBox
JiriOndrusek commented on PR #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-1385424391 I slightly reworked and retested derby tests. By default derby dev service is used, For external db testing -> it is possible to use docker image with the test (by simple `e

[GitHub] [camel-quarkus] JiriOndrusek commented on pull request #3370: Sql test using derby doesn't start dev service and shows class loadin…

2023-01-20 Thread GitBox
JiriOndrusek commented on PR #3370: URL: https://github.com/apache/camel-quarkus/pull/3370#issuecomment-1398059425 Done, can be merged. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specifi