-
Notifications
You must be signed in to change notification settings - Fork 53
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
Bump valkey 8 wait timeout #2593
Conversation
@@ -32,7 +32,7 @@ | |||
import org.junit.jupiter.params.provider.Arguments; | |||
import org.junit.jupiter.params.provider.MethodSource; | |||
|
|||
@Timeout(25) // seconds | |||
@Timeout(35) // seconds |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SharedClientTests > inflight requests limit (boolean, int) > [3] false, 1000 STARTED
glide.SharedClientTests.inflight_requests_limit(boolean, int)[3]: SUCCESS 22.903s
This is needed since it failed on 25 seconds and when i ran in locally on arm its pretty slow
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please increase timeout for one test only. BTW why it runs too long? Aren't we hiding a real issue by increasing the timeout?
feab083
to
4fd6361
Compare
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
4fd6361
to
7027b28
Compare
Issue link
This Pull Request is linked to issue (URL): Fixes #2619 and #2618
Raised Timeouts to add flexibility on some tests and avoid time outs for tests:
glide.SharedClientTests.send_and_receive_large_values
glide.cluster.CommandTests.fcall_readonly_function
Fixes CI run: https://github.com/valkey-io/valkey-glide/actions/runs/11691408118 (note: modules test was rejected - hence the red 'X')
Checklist
Before submitting the PR make sure the following are checked: