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

Bump valkey 8 wait timeout #2593

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

acarbonetto
Copy link
Collaborator

@acarbonetto acarbonetto commented Nov 4, 2024

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:

Checklist

Before submitting the PR make sure the following are checked:

  • N/A This Pull Request is related to one issue - fixes similar bugs.
  • N/A Commit message has a detailed description of what changed and why.
  • Tests are added or updated.
  • N/A CHANGELOG.md and documentation files are updated.
  • Destination branch is correct - main or release
  • Commits will be squashed upon merging.

@@ -32,7 +32,7 @@
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;

@Timeout(25) // seconds
@Timeout(35) // seconds
Copy link
Collaborator

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

Copy link
Collaborator

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?

@acarbonetto acarbonetto marked this pull request as ready for review November 5, 2024 18:15
@acarbonetto acarbonetto changed the base branch from main to release-1.2 November 5, 2024 19:41
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
@acarbonetto acarbonetto merged commit f022959 into release-1.2 Nov 6, 2024
56 of 58 checks passed
@acarbonetto acarbonetto deleted the java/fix_fcall_tests_valkey8 branch November 6, 2024 18:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants