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

Add MemoryInfo utility and extend AbstractRepeatingTest #79

Merged
merged 2 commits into from
Jan 19, 2024

Conversation

cljohnso
Copy link
Contributor

No description provided.

This commit adds the MemoryInfo to provide simplified access to
information available via Java memory management beans.
@cljohnso
Copy link
Contributor Author

I'll cut a new release after this merges.

Copy link

github-actions bot commented Jan 12, 2024

Tests Results

   655 files  +  40     655 suites  +40   7m 20s ⏱️ +7s
   646 tests +    7     629 ✔️ +    7    17 💤 ±0  0 ±0 
9 940 runs  +280  9 415 ✔️ +280  525 💤 ±0  0 ±0 

Results for commit 6411d22. ± Comparison against base commit 60b0aa3.

♻️ This comment has been updated with latest results.

* <p>
* Variants of {@code repeatTestRequest} accepting a {@link Monitor} instance support pre- and post- test
* activities. While a {@code Monitor} instance does not have access to the JUnit {@code Runner} instances
* created for the tests being run, a {@code Monitor} instance can use used for diagnostics. As an example,
Copy link
Contributor

@prasantakumar82 prasantakumar82 Jan 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor changes required in Java doc, replace instance can use used to instance can be used

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated. I also discovered a javadoc glitch that I corrected.

This commit adds the following capabilities to AbstractRepeatingTest:

* selectivity of RunListener events using ListenerEvents enum
* support of pre- and post-test operations using a Monitor instance
@prasantakumar82 prasantakumar82 merged commit af560f6 into Terracotta-OSS:master Jan 19, 2024
18 checks passed
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