-
Bug
-
Resolution: Done
-
Major
-
1.11.0.Final
-
None
-
False
-
False
-
-
2021 Week 40-42 (from Oct 4)
When running on CI, the temperature conversion example is failing in the "multiplication" module with:
[2021-10-05T11:18:05.050Z] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:testCompile (default-testCompile) on project multiplication-service: Compilation failure: Compilation failure: [2021-10-05T11:18:05.050Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.examples/kogito-examples/serverless-workflow-temperature-conversion/multiplication-service/src/test/java/org/kie/kogito/examples/sw/temp/multiplication/OperationResourceTest.java:[32,32] package OperationResource does not exist [2021-10-05T11:18:05.050Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.examples/kogito-examples/serverless-workflow-temperature-conversion/multiplication-service/src/test/java/org/kie/kogito/examples/sw/temp/multiplication/OperationResourceTest.java:[38,64] package OperationResource does not exist [2021-10-05T11:18:05.050Z] [ERROR] /home/jenkins/workspace/KIE/kogito/main/pullrequest/kogito-examples.tests.examples/kogito-examples/serverless-workflow-temperature-conversion/multiplication-service/src/test/java/org/kie/kogito/examples/sw/temp/multiplication/OperationResourceTest.java:[35,27] cannot find symbol [2021-10-05T11:18:05.050Z] [ERROR] symbol: class MultiplicationOperation [2021-10-05T11:18:05.050Z] [ERROR] location: class org.kie.kogito.examples.sw.temp.multiplication.OperationResourceTest [2021-10-05T11:18:05.050Z] [ERROR] -> [Help 1]