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

Reduce test iterations, etc. to keep time down on slower systems #4853

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

qkoziol
Copy link
Contributor

@qkoziol qkoziol commented Sep 18, 2024

No description provided.

Signed-off-by: Quincey Koziol <quincey@koziol.cc>
#define NUM_ITERS 32
#define COUNT_MAX 1024
#define NUM_ITERS 12
#define COUNT_MAX 512
Copy link
Collaborator

Choose a reason for hiding this comment

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

16 and 512 reduced runtime on echidna to 23 minutes; 8 and 512 reduced it to 8 minutes. 12 seems like a happy medium, I'll test it. This isn't a problem on most other tested machines. If it works on echidna I expect it has a good chance to eliminate any occasional failures elsewhere.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Some, but maybe not all of the echidna test configurations will pass. It may need one last revision of the numbers, but I think it's worthwhile to try these to see where it stands,

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Feel free to reduce the # of iterations down to 10 (or 8, even) if necessary.

@derobins derobins added Merge - Develop Only This cannot be merged to previous versions of HDF5 (file format or breaking API changes) Priority - 1. High 🔼 These are important issues that should be resolved in the next release Component - Testing Code in test or testpar directories, GitHub workflows Type - Improvement Improvements that don't add a new feature or functionality labels Sep 19, 2024
@derobins derobins merged commit 52d42fd into HDFGroup:develop Sep 19, 2024
56 checks passed
@qkoziol qkoziol deleted the reduce_rwlock_test_time branch September 19, 2024 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component - Testing Code in test or testpar directories, GitHub workflows Merge - Develop Only This cannot be merged to previous versions of HDF5 (file format or breaking API changes) Priority - 1. High 🔼 These are important issues that should be resolved in the next release Type - Improvement Improvements that don't add a new feature or functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants