Skip to content
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

[incubator-kie-issues-1682] Add kafka network alias #3814

Merged

Conversation

gmunozfe
Copy link
Contributor

@gmunozfe gmunozfe commented Dec 12, 2024

Missing to add "kafka" as network alias for some tests at kogito-apps

Related to apache/incubator-kie-issues#1682

@kie-ci3
Copy link
Contributor

kie-ci3 commented Dec 13, 2024

PR job #1 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

build-chain build full_downstream -f 'https://raw.githubusercontent.com/${AUTHOR:apache}/incubator-kie-kogito-pipelines/${BRANCH:main}/.ci/buildchain-config-pr-cdb.yaml' -o 'bc' -p apache/incubator-kie-kogito-runtimes -u #3814 --skipParallelCheckout

NOTE: To install the build-chain tool, please refer to https://github.com/kiegroup/github-action-build-chain#local-execution

Please look here: https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-runtimes-pr/job/PR-3814/1/display/redirect

Test results:

  • PASSED: 3497
  • FAILED: 2

Those are the test failures:

org.kie.flyway.initializer.KieFlywayInitializerTest.(?) Container startup failed for image postgres:15.9-alpine3.20
org.kie.persistence.jdbc.PostgreSqlProcessInstancesLockIT.(?) Container startup failed for image postgres:15.9-alpine3.20

@tkobayas
Copy link
Contributor

Thanks. Re-running the kogito-apps GHA after merging apache/incubator-kie-kogito-apps#2162

@tkobayas
Copy link
Contributor

tkobayas commented Dec 13, 2024

kogito-apps : 1 test failure

2024-12-13T05:40:01.8742677Z [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.85 s <<< FAILURE! -- in org.kie.kogito.jobs.embedded.EmbeddedJobsServiceTest
2024-12-13T05:40:01.8744565Z [ERROR] org.kie.kogito.jobs.embedded.EmbeddedJobsServiceTest.testJobService -- Time elapsed: 1.946 s <<< FAILURE!
2024-12-13T05:40:01.8745224Z org.opentest4j.AssertionFailedError: expected: <8> but was: <7>
2024-12-13T05:40:01.8745742Z    at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
2024-12-13T05:40:01.8746398Z    at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
2024-12-13T05:40:01.8747167Z    at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
2024-12-13T05:40:01.8747675Z    at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
2024-12-13T05:40:01.8748156Z    at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
2024-12-13T05:40:01.8748636Z    at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:531)
2024-12-13T05:40:01.8749229Z    at org.kie.kogito.jobs.embedded.EmbeddedJobsServiceTest.testJobService(EmbeddedJobsServiceTest.java:89)
2024-12-13T05:40:01.8749798Z    at java.base/java.lang.reflect.Method.invoke(Method.java:569)
2024-12-13T05:40:01.8750325Z    at io.quarkus.test.junit.QuarkusTestExtension.runExtensionMethod(QuarkusTestExtension.java:1013)
2024-12-13T05:40:01.8750988Z    at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:827)
2024-12-13T05:40:01.8751514Z    at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
2024-12-13T05:40:01.8751893Z    at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

It seems to be flaky and not related to this PR.

Re-running just in case. -> All green.

Copy link
Contributor

@tkobayas tkobayas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants