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

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

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 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>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants