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

test: Apply multiplier regardless if Valgrind enabled or not #209

Merged
merged 1 commit into from
Oct 7, 2024

Conversation

uristdwarf
Copy link
Collaborator

Some functions were only applying the multiplier if Valgrind was enabled. This fixes that by ensuring it's applied regardless of that

It also applies the multiplier to the default timeout of 15 seconds in assert functions, with it being adjustable through an environment variable.

Some functions were only applying the multiplier if Valgrind was
enabled. This fixes that by ensuring it's applied regardless of that

It also applies the multiplier to the default timeout of 15 seconds in
assert functions, with it being adjustable through an environment
variable.
@uristdwarf
Copy link
Collaborator Author

Should fix the pread random test failures in CI

Copy link
Contributor

@lgsilva3087 lgsilva3087 left a comment

Choose a reason for hiding this comment

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

LGTM.

Copy link
Contributor

@ralcolea ralcolea left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@lgsilva3087 lgsilva3087 merged commit 30fc647 into dev Oct 7, 2024
4 checks passed
@lgsilva3087 lgsilva3087 deleted the test_timeouts branch October 7, 2024 09:53
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