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

Java; Fix IT #2350

Merged
merged 8 commits into from
Oct 7, 2024
Merged

Conversation

Yury-Fridlyand
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand commented Sep 24, 2024

  1. Fix flaky IT
  2. Activate that test with valkey 8
  3. Uncomment a test

@Yury-Fridlyand Yury-Fridlyand added java issues and fixes related to the java client testing Everything about testing labels Sep 24, 2024
@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner September 24, 2024 18:54
// function $funcName returns array with first two arguments
String code =
generateLuaLibCode(libName, Map.of(funcName.toString(), "return {keys[1], keys[2]}"), true);
generateLuaLibCode(libName, Map.of(funcName.toString(), "return {args[1]}"), true);
Copy link
Collaborator

Choose a reason for hiding this comment

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

please rename the test if we are no longer passing in keys

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We pass it, but don't use it

Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@Yury-Fridlyand Yury-Fridlyand merged commit 615034f into valkey-io:main Oct 7, 2024
13 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the java/yuryf-fix-flaky-it branch October 7, 2024 21:14
prateek-kumar-improving pushed a commit that referenced this pull request Oct 8, 2024
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java issues and fixes related to the java client testing Everything about testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants