-
Notifications
You must be signed in to change notification settings - Fork 239
[incubator-kie-issues#1412] Refactor springboot/integration-tests #3604
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
Conversation
6b00e83
to
c52d91a
Compare
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 #3604 --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-3604/1/display/redirect Test results:
Those are the test failures: |
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.
LGTM
@gitgabrio plz fix. |
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 #3604 --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-3604/4/display/redirect Test results:
Those are the test failures: org.kie.kogito.mongodb.KogitoProcessInstancesFactoryIT.(?)Container startup failed for image library/mongo:4.4.14org.kie.kogito.mongodb.PersistentProcessInstancesWithLockIT.(?)Container startup failed for image library/mongo:4.4.14org.kie.kogito.mongodb.transaction.AbstractTransactionManagerIT.(?)Container startup failed for image library/mongo:4.4.14org.kie.kogito.events.mongodb.QuarkusMongoDBEventPublisherTest.userTasksEventsCollectionjava.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors[error]: Build step io.quarkus.mongodb.deployment.DevServicesMongoProcessor#startMongo threw an exception: java.lang.RuntimeException: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker.io/mongo:4.4 at io.quarkus.mongodb.deployment.DevServicesMongoProcessor.startMongo(DevServicesMongoProcessor.java:106) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at io.quarkus.deployment.ExtensionLoader$3.execute(ExtensionLoader.java:849) at io.quarkus.builder.BuildContext.run(BuildContext.java:256) at org.jboss.threads.ContextHandler$1.runWith(ContextHandler.java:18) at org.jboss.threads.EnhancedQueueExecutor$Task.run(EnhancedQueueExecutor.java:2513) at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1538) at java.base/java.lang.Thread.run(Thread.java:840) at org.jboss.threads.JBossThread.run(JBossThread.java:501) Caused by: org.testcontainers.containers.ContainerLaunchException: Container startup failed for image docker.io/mongo:4.4 at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:359) at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:330) at io.quarkus.mongodb.deployment.DevServicesMongoProcessor.startMongo(DevServicesMongoProcessor.java:172) at io.quarkus.mongodb.deployment.DevServicesMongoProcessor.startMongo(DevServicesMongoProcessor.java:96) ... 11 more Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88) at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:344) ... 14 more Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:563) at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:354) at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81) ... 15 more Caused by: org.testcontainers.containers.MongoDBContainer$ReplicaSetInitializationException: A single node replica set was not initialized in a set timeout: 60 attempts at org.testcontainers.containers.MongoDBContainer.checkMongoNodeExitCodeAfterWaiting(MongoDBContainer.java:158) at org.testcontainers.containers.MongoDBContainer.initReplicaSet(MongoDBContainer.java:179) at org.testcontainers.containers.MongoDBContainer.containerIsStarted(MongoDBContainer.java:85) at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:542) ... 17 more org.kie.kogito.persistence.kafka.KafkaProcessInstancesIT.testBasicFlowUnable to persist process instance id: 3ad45e3f-ff3b-4b5f-b652-a77e3cd742f5org.kie.kogito.quarkus.workflows.AsyncAPIIT.testConsumerjava.util.concurrent.TimeoutException: Timeout after waiting for 10000 ms.PR check / Build projects / org.kie.kogito.it.FilesystemPersistenceIT.testMultipleEmbeddedInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.FilesystemPersistenceIT.testAdHocProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.FilesystemPersistenceIT.testEmbeddedProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.FilesystemPersistenceIT.testAsyncWIH1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.FilesystemPersistenceIT.testMultipleInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanOptimisticLockingIT.testMultipleEmbeddedInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanOptimisticLockingIT.testAdHocProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanOptimisticLockingIT.testEmbeddedProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanOptimisticLockingIT.testAsyncWIH1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanOptimisticLockingIT.testMultipleInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanOptimisticLockingIT.testParallelPersistence1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanPersistenceIT.testMultipleEmbeddedInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanPersistenceIT.testAdHocProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanPersistenceIT.testEmbeddedProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanPersistenceIT.testAsyncWIH1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.InfinispanPersistenceIT.testMultipleInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testMultipleEmbeddedInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testAdHocProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testEmbeddedProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testAsyncWIH1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testMultipleInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCOptimisticLockingIT.testParallelPersistence1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCPersistenceIT.testMultipleEmbeddedInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCPersistenceIT.testAdHocProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCPersistenceIT.testEmbeddedProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCPersistenceIT.testAsyncWIH1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.JDBCPersistenceIT.testMultipleInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.MongoDBOptimisticLockingIT.testPersistenceFailed to load ApplicationContext for [WebMergedContextConfiguration@e700eba testClass = org.kie.kogito.it.MongoDBOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.MongoDBSpringBootTestResource], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@189cbd7c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2205a05d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa1c212, 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@1c852c0f, org.springframework.boot.test.context.SpringBootTestAnnotation@4c4e31ba], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]PR check / Build projects / org.kie.kogito.it.MongoDBOptimisticLockingIT.testMultipleEmbeddedInstanceApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@e700eba testClass = org.kie.kogito.it.MongoDBOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.MongoDBSpringBootTestResource], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@189cbd7c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2205a05d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa1c212, 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@1c852c0f, org.springframework.boot.test.context.SpringBootTestAnnotation@4c4e31ba], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]PR check / Build projects / org.kie.kogito.it.MongoDBOptimisticLockingIT.testAdHocProcessApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@e700eba testClass = org.kie.kogito.it.MongoDBOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.MongoDBSpringBootTestResource], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@189cbd7c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2205a05d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa1c212, 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@1c852c0f, org.springframework.boot.test.context.SpringBootTestAnnotation@4c4e31ba], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]PR check / Build projects / org.kie.kogito.it.MongoDBOptimisticLockingIT.testEmbeddedProcessApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@e700eba testClass = org.kie.kogito.it.MongoDBOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.MongoDBSpringBootTestResource], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@189cbd7c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2205a05d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa1c212, 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@1c852c0f, org.springframework.boot.test.context.SpringBootTestAnnotation@4c4e31ba], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]PR check / Build projects / org.kie.kogito.it.MongoDBOptimisticLockingIT.testAsyncWIHApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@e700eba testClass = org.kie.kogito.it.MongoDBOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.MongoDBSpringBootTestResource], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@189cbd7c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2205a05d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa1c212, 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@1c852c0f, org.springframework.boot.test.context.SpringBootTestAnnotation@4c4e31ba], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]PR check / Build projects / org.kie.kogito.it.MongoDBOptimisticLockingIT.testMultipleInstanceApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@e700eba testClass = org.kie.kogito.it.MongoDBOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.MongoDBSpringBootTestResource], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@189cbd7c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2205a05d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa1c212, 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@1c852c0f, org.springframework.boot.test.context.SpringBootTestAnnotation@4c4e31ba], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]PR check / Build projects / org.kie.kogito.it.MongoDBOptimisticLockingIT.testParallelPersistenceApplicationContext failure threshold (1) exceeded: skipping repeated attempt to load context for [WebMergedContextConfiguration@e700eba testClass = org.kie.kogito.it.MongoDBOptimisticLockingIT, locations = [], classes = [org.kie.kogito.it.KogitoSpringbootApplication], contextInitializerClasses = [org.kie.kogito.testcontainers.springboot.MongoDBSpringBootTestResource], activeProfiles = [], propertySourceDescriptors = [], propertySourceProperties = ["kogito.persistence.optimistic.lock=true", "org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true", "server.port=0"], contextCustomizers = [org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@189cbd7c, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2205a05d, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa1c212, 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@1c852c0f, org.springframework.boot.test.context.SpringBootTestAnnotation@4c4e31ba], resourceBasePath = "src/main/webapp", contextLoader = org.springframework.boot.test.context.SpringBootContextLoader, parent = null]PR check / Build projects / org.kie.kogito.it.MongoDBPersistenceIT.testMultipleEmbeddedInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.MongoDBPersistenceIT.testAdHocProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.MongoDBPersistenceIT.testEmbeddedProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.MongoDBPersistenceIT.testAsyncWIH1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.MongoDBPersistenceIT.testMultipleInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testMultipleEmbeddedInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testAdHocProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testEmbeddedProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testAsyncWIH1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testMultipleInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLOptimisticLockingIT.testParallelPersistence1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testMultipleEmbeddedInstance1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testAdHocProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testEmbeddedProcess1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testAsyncWIH1 expectation failed.Expected status code <201> but was <400>. PR check / Build projects / org.kie.kogito.it.PostgreSQLPersistenceIT.testMultipleInstance1 expectation failed.Expected status code <201> but was <400>. org.kie.kogito.integrationtests.springboot.PingPongMessageTest.testPingPongBetweenProcessInstancesAssertion condition defined as a org.kie.kogito.integrationtests.springboot.PingPongMessageTest 1 expectation failed.JSON path $.size() doesn't match. Expected: <1> Actual: <0> within 10 seconds. |
@elguardian @fjtirado
|
@elguardian @fjtirado
So:
|
@gitgabrio I changed persistence tests. Lets see how it goes |
…ache#3604) * [incubator-kie-issues#1412] Restoring wrongly deleted files * [incubator-kie-issues#1412] Fix integration-tests-springboot-kafka-it * [incubator-kie-issues#1412] Fix generate-resources phase * [incubator-kie-issues#1412] Fixing persistence test --------- Co-authored-by: Gabriele-Cardosi <[email protected]> Co-authored-by: Francisco Javier Tirado Sarti <[email protected]>
Fixes apache/incubator-kie-issues#1412
This PR rewrite the springboot integration tests
How to retest this PR or trigger a specific build:
for pull request checks
Please add comment: Jenkins retest this
for a specific pull request check
Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] tests
for quarkus branch checks
Run checks against Quarkus current used branch
Please add comment: Jenkins run quarkus-branch
for a quarkus branch specific check
Run checks against Quarkus current used branch
Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-branch
for quarkus main checks
Run checks against Quarkus main branch
Please add comment: Jenkins run quarkus-main
for a specific quarkus main check
Run checks against Quarkus main branch
Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-main
for quarkus lts checks
Run checks against Quarkus lts branch
Please add comment: Jenkins run quarkus-lts
for a specific quarkus lts check
Run checks against Quarkus lts branch
Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] quarkus-lts
for native checks
Run native checks
Please add comment: Jenkins run native
for a specific native check
Run native checks
Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] native
for native lts checks
Run native checks against quarkus lts branch
Please add comment: Jenkins run native-lts
for a specific native lts check
Run native checks against quarkus lts branch
Please add comment: Jenkins (re)run [kogito-runtimes|kogito-apps|kogito-examples] native-lts
How to backport a pull request to a different branch?
In order to automatically create a backporting pull request please add one or more labels having the following format
backport-<branch-name>
, where<branch-name>
is the name of the branch where the pull request must be backported to (e.g.,backport-7.67.x
to backport the original PR to the7.67.x
branch).Once the original pull request is successfully merged, the automated action will create one backporting pull request per each label (with the previous format) that has been added.
If something goes wrong, the author will be notified and at this point a manual backporting is needed.
Quarkus-3 PR check is failing ... what to do ?
The Quarkus 3 check is applying patches from the `.ci/environments/quarkus-3/patches`.The first patch, called
0001_before_sh.patch
, is generated from Openrewrite.ci/environments/quarkus-3/quarkus3.yml
recipe. The patch is created to speed up the check. But it may be that some changes in the PR broke this patch.No panic, there is an easy way to regenerate it. You just need to comment on the PR:
and it should, after some minutes (~20/30min) apply a commit on the PR with the patch regenerated.
Other patches were generated manually. If any of it fails, you will need to manually update it... and push your changes.