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

flaky test detected #6120

Closed
wants to merge 1 commit into from
Closed

flaky test detected #6120

wants to merge 1 commit into from

Conversation

Derrick2000
Copy link

@Derrick2000 Derrick2000 commented Oct 10, 2024

Summary:
This PR addresses a flaky test identified using the NonDex tool. The tool detects flakiness in the following test:

org.drools.ancompiler.AlphaNetworkCompilerTest.testNodeHashingWith2LevelConditionsCheckFirstCondition[PATTERN_DSL]
I am working within the drools-alphanetwork-compiler module. While I was able to identify the root cause of the flakiness, I couldn't fully resolve it due to a lack of context on the specific test and module. I reviewed a similar PR (#6119) that addresses a related issue in the drools-model/drools-model-codegen module, but those fixes did not apply to this case.

Steps taken:
Used NonDex to detect flaky behavior in the mentioned test.
Investigated potential fixes based on the approach from PR #6119 in another module, but they were not successful in this case.

Next steps:
I am open to continuing work on this issue and collaborating with maintainers. I would be happy to iterate on this PR with further feedback or additional context provided by the team.

Looking forward to your input!

@mariofusco
Copy link
Contributor

See #6119 (comment)

@mariofusco mariofusco closed this Oct 14, 2024
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.

2 participants