-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WEJBHTTP-147] CI Add integration testing to CI script #235
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The CI failed with:
2024-09-10T11:59:16.2730528Z [INFO] Results:
2024-09-10T11:59:16.2730982Z [INFO]
2024-09-10T11:59:16.2731303Z [ERROR] Errors:
2024-09-10T11:59:16.2737009Z [ERROR] FailoverViaWildflyConfigXmlStatefulBeanTestCase.testSessionCreationWhenOneNodeIsDown:284 » Communication EJBCLIENT000062: Failed to look up "/basic-failover-stateful/CounterBeanStateful!org.wildfly.ejbclient.testsuite.integration.multinode.failover.beans.CounterBean?stateful"
2024-09-10T11:59:16.2742265Z [ERROR] FailoverViaWildflyConfigXmlStatefulBeanTestCase.testSimpleFailover_shutdown_invocationTimeout:316 » Communication EJBCLIENT000062: Failed to look up "/basic-failover-stateful/CounterBeanStateful!org.wildfly.ejbclient.testsuite.integration.multinode.failover.beans.CounterBean?stateful"
2024-09-10T11:59:16.2744183Z [INFO]
2024-09-10T11:59:16.2744673Z [ERROR] Tests run: 71, Failures: 0, Errors: 2, Skipped: 3
@ropalka Original CI failure should be fixed by wildfly/ejb-client-testsuite#80 Can you please trigger the CI here on PR again? |
/retest this please |
@ropalka Looking to the github CI and it seems that new CI run hasn't been triggered, there is still a run from 10th September: https://github.com/wildfly/wildfly-http-client/actions/runs/10716725782/job/29928393345?pr=235 Let me rebase this PR, hopefully it helps ... |
f32d168
to
175822b
Compare
@ropalka Now it seems that CI is awaiting approval, can you please check it and consider to approve it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marekkopecky the CI is failing and we cannot see why because of the very long output of the tests. Can this be tweaked in a way that we see only tests that are being run without seeing all the log output?
Jira tracker: https://issues.redhat.com/browse/WEJBHTTP-147
This PR is blocked by wildfly/ejb-client-testsuite#80
Add integration tests to upstream CI for https://github.com/wildfly/ejb-client-testsuite
Similar like: