-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
[Python][CI] Fix flaky hypothesis tests #38057
Labels
Component: Continuous Integration
Component: Python
Priority: Blocker
Marks a blocker for the release
Type: bug
Milestone
Comments
danepitkin
changed the title
[Python] Fix flaky hypothesis tests
[Python][CI] Fix flaky hypothesis tests
Oct 5, 2023
danepitkin
added
Component: Continuous Integration
Priority: Blocker
Marks a blocker for the release
labels
Oct 5, 2023
kou
pushed a commit
that referenced
this issue
Oct 6, 2023
### Rationale for this change Some hypothesis tests are consistently flaky due to taking too long to generate examples. "Too long" is ~2 seconds so let's just suppress the warnings. It is suppressed only for a small number of tests. ### What changes are included in this PR? * Suppress hypothesis warnings for test data generation being too slow (> 2 seconds). ### Are these changes tested? Will test the hypothesis CI job here. ### Are there any user-facing changes? No * Closes: #38057 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
JerAguilon
pushed a commit
to JerAguilon/arrow
that referenced
this issue
Oct 23, 2023
### Rationale for this change Some hypothesis tests are consistently flaky due to taking too long to generate examples. "Too long" is ~2 seconds so let's just suppress the warnings. It is suppressed only for a small number of tests. ### What changes are included in this PR? * Suppress hypothesis warnings for test data generation being too slow (> 2 seconds). ### Are these changes tested? Will test the hypothesis CI job here. ### Are there any user-facing changes? No * Closes: apache#38057 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
loicalleyne
pushed a commit
to loicalleyne/arrow
that referenced
this issue
Nov 13, 2023
### Rationale for this change Some hypothesis tests are consistently flaky due to taking too long to generate examples. "Too long" is ~2 seconds so let's just suppress the warnings. It is suppressed only for a small number of tests. ### What changes are included in this PR? * Suppress hypothesis warnings for test data generation being too slow (> 2 seconds). ### Are these changes tested? Will test the hypothesis CI job here. ### Are there any user-facing changes? No * Closes: apache#38057 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
dgreiss
pushed a commit
to dgreiss/arrow
that referenced
this issue
Feb 19, 2024
### Rationale for this change Some hypothesis tests are consistently flaky due to taking too long to generate examples. "Too long" is ~2 seconds so let's just suppress the warnings. It is suppressed only for a small number of tests. ### What changes are included in this PR? * Suppress hypothesis warnings for test data generation being too slow (> 2 seconds). ### Are these changes tested? Will test the hypothesis CI job here. ### Are there any user-facing changes? No * Closes: apache#38057 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Component: Continuous Integration
Component: Python
Priority: Blocker
Marks a blocker for the release
Type: bug
Describe the bug, including details regarding any error messages, version, and platform.
The following two tests are slow to generate examples. Let's suppress the warning for now, since hypothesis tests are not the bottle neck of our CI jobs.
Component(s)
Python
The text was updated successfully, but these errors were encountered: