[main] Forward port from 2.0.x - #217
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Forward-ports changes from the 2.0.x line into main, primarily extending load/memory-leak testing support and adjusting an internal rules-engine workaround around pseudo-clock job purging.
Changes:
- Add a load-tests README and a wrapper script to run the batch load tests sequentially.
- Adjust pseudo-clock cancelled-job purge behavior (threshold and synchronization).
- Update PR CI workflow memory-leak job to run across a Java version matrix and upload per-Java artifacts.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
drools-ansible-rulebook-integration-tests/pom.xml |
Adds test-scoped dependency needed by the integration tests module. |
drools-ansible-rulebook-integration-load-tests/run_all_load_tests.sh |
New wrapper to run the five batch load-test scripts sequentially. |
drools-ansible-rulebook-integration-load-tests/README.md |
New documentation describing load-test purpose, prerequisites, and scripts. |
drools-ansible-rulebook-integration-api/.../RulesExecutorSession.java |
Tunes pseudo-clock cancelled-job purge defaults and synchronizes reflective purge invocation. |
.github/workflows/pull-request.yml |
Makes memory-leak testing run on a Java matrix and uploads versioned artifacts. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.