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

GEODE-9413: Enable more native Redis TCL tests for sorted sets #6955

Conversation

ezoerner
Copy link
Contributor

@ezoerner ezoerner commented Oct 7, 2021

I've enabled more sorted set tests that pass using Geode, but left failing tests still commented out. I also added a comment at the top of each failing test which indicates how the test is failing.

In summary: The ZUNIONSTORE and ZINTERSTORE tests are failing with a WRONGTYPE error when working with regular sets. There is another ZUNIONSTORE test that fails returning 1 instead of 0 when working with an empty set. Other tests are failing due to unknown commands: bzpopmin, bzpopmax, and multi.

TICKETS CREATED: GEODE-9699 GEODE-9700

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

@ezoerner ezoerner force-pushed the feature/GEODE-9413-native-redis-tests-sorted-set branch 2 times, most recently from 6f0893b to c9b6daf Compare October 7, 2021 23:24
@ezoerner ezoerner force-pushed the feature/GEODE-9413-native-redis-tests-sorted-set branch from c9b6daf to 2dc2474 Compare October 7, 2021 23:31
@ezoerner ezoerner marked this pull request as ready for review October 7, 2021 23:57
@nonbinaryprogrammer nonbinaryprogrammer added the redis Issues related to the geode-for-redis module label Oct 8, 2021
Copy link
Contributor

@ringles ringles left a comment

Choose a reason for hiding this comment

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

Seems straightfoward. Not sure if we should call out specific GEODE tickets for the issues or not.

@dschneider-pivotal
Copy link
Contributor

the dunit failure is the know flaky issue: https://issues.apache.org/jira/browse/GEODE-1537

@nonbinaryprogrammer nonbinaryprogrammer merged commit 3514680 into apache:develop Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
redis Issues related to the geode-for-redis module
Projects
None yet
5 participants