tkobayas commented on PR #5848:
URL:
https://github.com/apache/incubator-kie-drools/pull/5848#issuecomment-2062947844
This is a notable issue: `rule5` was not deleted, so didn't meet the exit
condition `list.get(0).equals("rule9")`. This happened only once in 50 run in
windows.
```
2024-04-18T03:04:05.3388180Z getKieModuleFromDrls:
org.kie.test:sync-scanner-test:1.0.5^M
2024-04-18T03:04:05.3393850Z Fired rule: list = [rule4], previous
sameResultCounter = 3307^M
2024-04-18T03:04:05.3397283Z updateToVersion:
org.kie.test:sync-scanner-test:1.0.5^M
2024-04-18T03:04:05.3398378Z getKieModuleFromDrls:
org.kie.test:sync-scanner-test:1.0.6^M
2024-04-18T03:04:05.3399461Z updateToVersion:
org.kie.test:sync-scanner-test:1.0.6^M
2024-04-18T03:04:05.3401006Z getKieModuleFromDrls:
org.kie.test:sync-scanner-test:1.0.7^M
2024-04-18T03:04:05.3444870Z Fired rule: list = [rule4, rule5, rule6],
previous sameResultCounter = 106^M
2024-04-18T03:04:05.4803645Z Fired rule: list = [rule5, rule6], previous
sameResultCounter = 0^M
2024-04-18T03:04:05.5114901Z updateToVersion:
org.kie.test:sync-scanner-test:1.0.7^M
2024-04-18T03:04:05.7030830Z getKieModuleFromDrls:
org.kie.test:sync-scanner-test:1.0.8^M
2024-04-18T03:04:05.7379095Z Fired rule: list = [rule5, rule7], previous
sameResultCounter = 6103^M
2024-04-18T03:04:05.7588837Z updateToVersion:
org.kie.test:sync-scanner-test:1.0.8^M
2024-04-18T03:04:05.7591478Z getKieModuleFromDrls:
org.kie.test:sync-scanner-test:1.0.9^M
2024-04-18T03:04:05.7592865Z Fired rule: list = [rule5, rule7, rule8],
previous sameResultCounter = 12007^M
2024-04-18T03:04:05.7607366Z Fired rule: list = [rule5, rule8], previous
sameResultCounter = 0^M
2024-04-18T03:04:05.7613410Z updateToVersion:
org.kie.test:sync-scanner-test:1.0.9^M
2024-04-18T03:04:06.0998354Z Fired rule: list = [rule5, rule9], previous
sameResultCounter = 384^M
2024-04-18T03:04:20.8457180Z [ERROR] Tests run: 1, Failures: 0, Errors: 1,
Skipped: 0, Time elapsed: 20.09 s <<< FAILURE! -- in
org.drools.mvel.integrationtests.KieContainerTest^M
2024-04-18T03:04:20.8462147Z [ERROR]
org.drools.mvel.integrationtests.KieContainerTest.testIncrementalCompilationSynchronization[KieBase
type=CLOUD_IDENTITY] -- Time elapsed: 20.07 s <<< ERROR!^M
2024-04-18T03:04:20.8476183Z org.junit.runners.model.TestTimedOutException:
test timed out after 20000 milliseconds^M
```
--
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]