RishiRajAnand commented on PR #2141: URL: https://github.com/apache/incubator-kie-kogito-apps/pull/2141#issuecomment-2582018725
The test failures reported in [org.kie.kogito.index.service.InfinispanDomainIndexingServiceIT.testAddProtoFileTwice](https://ci-builds.apache.org/job/KIE/job/kogito/job/main/job/pullrequest_jobs/job/kogito-apps-pr/job/PR-2141/4/testReport/org.kie.kogito.index.service/InfinispanDomainIndexingServiceIT/testAddProtoFileTwice/) is due to the introduction of [Scheme compatibility checks](https://github.com/infinispan/protostream/pull/260) since infinispan 5.0.3. By default SchemaValidation is set to Strict which means it will check all incompatible changes in schema and throws exception if these checks fails. I am keeping it Lenient for now as it will break our expected behaviour but its a case for discussion in future. -- 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 specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
