-
Notifications
You must be signed in to change notification settings - Fork 213
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] Test cases in kogito repos GHA fail with … #3812
[incubator-kie-issues-1682] Test cases in kogito repos GHA fail with … #3812
Conversation
…"pull access denied for vectorized/redpanda"
@@ -50,7 +50,7 @@ | |||
<!-- container images for testing --> | |||
<container.image.infinispan>infinispan/server:${version.org.infinispan}</container.image.infinispan> | |||
<container.image.keycloak>quay.io/keycloak/keycloak:${version.org.keycloak}</container.image.keycloak> | |||
<container.image.kafka>vectorized/redpanda:v21.11.8</container.image.kafka> | |||
<container.image.kafka>redpandadata/redpanda:v24.3.1</container.image.kafka> |
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.
Chose the latest version in https://hub.docker.com/r/redpandadata/redpanda/tags
v21.11.8
doesn't exist in redpandadata/redpanda.
Hmm, it's failing... I thought it was successful in my local env. However, I get the same error locally, too. I'm calling it a day, so it's great if someone can take over the investigation.
|
PR job Reproducerbuild-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 #3812 --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-3812/1/display/redirect Test results:
Those are the test failures: org.kie.kogito.persistence.kafka.KafkaProcessInstancesIT.testValuesReadModeContainer startup failed for image redpandadata/redpanda:v24.3.1org.kie.kogito.persistence.kafka.KafkaProcessInstancesIT.testFindByIdReadModeContainer startup failed for image redpandadata/redpanda:v24.3.1org.kie.kogito.quarkus.workflows.AsyncAPIIT.testConsumerjava.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.testcontainers.quarkus.KafkaQuarkusTestResourceorg.kie.kogito.quarkus.workflows.EmitEnumRPCGreetIT.testStateIsUnknownjava.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.testcontainers.quarkus.KafkaQuarkusTestResourceorg.kie.kogito.it.KafkaPersistenceIT.testPersistencejava.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.testcontainers.quarkus.KafkaQuarkusTestResourceorg.kie.kogito.integrationtests.quarkus.AdHocFragmentsIT.testUserTaskProcessjava.util.concurrent.CompletionException: java.lang.RuntimeException: Unable to start Quarkus test resource class org.kie.kogito.testcontainers.quarkus.KafkaQuarkusTestResourceorg.kie.kogito.integrationtests.springboot.PingPongMessageTest.verifyTopicsInformationFailed to load ApplicationContext for [WebMergedContextConfiguration@2ceb722e testClass = org.kie.kogito.integrationtests.springboot.PingPongMessageTest, locations = [], classes = [org.kie.kogito.integrationtests.springboot.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.KafkaSpringBootTestResource], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2caf6912, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@aed0151, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4e558728, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3605c4d3, org.springframework.boot.test.context.SpringBootTestAnnotation@2e20d0b5], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]org.kie.kogito.integrationtests.springboot.PingPongMessageTest.testPingPongBetweenProcessInstancesApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@2ceb722e testClass = org.kie.kogito.integrationtests.springboot.PingPongMessageTest, locations = [], classes = [org.kie.kogito.integrationtests.springboot.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.KafkaSpringBootTestResource], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@2caf6912, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@aed0151, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4e558728, org.springframework.boot.test.autoconfigure.actuate.observability.ObservabilityContextCustomizerFactory$DisableObservabilityContextCustomizer@1f, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizer@3605c4d3, org.springframework.boot.test.context.SpringBootTestAnnotation@2e20d0b5], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null] |
@tkobayas take a look at this fix tkobayas#2 |
Fix advertise-kafka-addr in script command
Thank you! @gmunozfe |
kogito-runtimes is good now. Need fixes on other repos... |
apache#3812) * [incubator-kie-issues-1682] Test cases in kogito repos GHA fail with "pull access denied for vectorized/redpanda" * Fix advertise-kafka-addr in script command --------- Co-authored-by: gmunozfe <[email protected]>
…"pull access denied for vectorized/redpanda"
Issue:
Cross repo PRs
Issue-XYZ Subject
[0.9.x] Issue-XYZ Subject