Skip to content
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

D7382 multiple KieSession tests #5345

Closed
wants to merge 3 commits into from

Conversation

nprentza
Copy link
Contributor

multiple KieSession tests in ReliabilityTest:
multipleKieSessions_BasicTest
multipleKieSessions_insertFailoverInsertFire_shouldRecoverFromFailover
multipleKieSessions_noFailover
multipleKieSessions_insertFireInsertFailoverInsertFire_shouldMatchFactInsertedBeforeFailover
multipleKieSessions_updateBeforeFailover_shouldRecoverFromFailover
multipleKieSessions_deleteBeforeFailover_shouldRecoverFromFailover

@sonarcloud
Copy link

sonarcloud bot commented Jun 23, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@kie-ci4
Copy link
Contributor

kie-ci4 commented Jun 23, 2023

(tests) - drools job #1506 was: UNSTABLE
Possible explanation: This should be test failures

Reproducer

export BUILD_MVN_OPTS_CURRENT=-Dfull -Prun-code-coverage
build-chain build cross_pr -f 'https://raw.githubusercontent.com/kiegroup/drools/main/.ci/buildchain-config.yaml' -o 'bc' -p kiegroup/drools -u https://github.com/kiegroup/drools/pull/5345 --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://eng-jenkins-csb-business-automation.apps.ocp-c1.prod.psi.redhat.com/job/KIE/job/drools/job/main/job/pullrequest/job/drools.tests.drools/1506/display/redirect

Test results:

  • PASSED: 21530
  • FAILED: 1

Those are the test failures:

org.drools.reliability.infinispan.CachePersistenceTest.missingDispose_shouldNotReuseOrphanedCache{PersistenceStrategy}[1]
Expecting an empty Optional but was containing value: Person [name=Toshiya, age=10]@2a9718

@tkobayas
Copy link
Contributor

Hi @nprentza , CachePersistenceTest.missingDispose_shouldNotReuseOrphanedCache fails.

Please change it like this: (This is a better descriptive version than I posted in the previous PR)
https://gist.github.com/tkobayas/5d55f6bcb1a24d8b4000a9f6b666a0b8

@nprentza
Copy link
Contributor Author

Hi @nprentza , CachePersistenceTest.missingDispose_shouldNotReuseOrphanedCache fails.

Please change it like this: (This is a better descriptive version than I posted in the previous PR) https://gist.github.com/tkobayas/5d55f6bcb1a24d8b4000a9f6b666a0b8

Hi @tkobayas, I will change the method failing and create a new PR. Thanks.

@nprentza nprentza closed this Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants