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

Fix AccessControlListCommandsTest tests against Redis 6.2.16 #4019

Open
ggivo opened this issue Nov 11, 2024 · 0 comments
Open

Fix AccessControlListCommandsTest tests against Redis 6.2.16 #4019

ggivo opened this issue Nov 11, 2024 · 0 comments
Labels

Comments

@ggivo
Copy link
Contributor

ggivo commented Nov 11, 2024

Test failures observed when running AccessControlListCommandsTest against Redis server 6.2.16

Error:    AccessControlListCommandsTest.aclBinaryCommandsTest:526 expected:<[&]testchannel:*> but was:<[]testchannel:*>
Error:    AccessControlListCommandsTest.aclBinaryCommandsTest:526 expected:<[&]testchannel:*> but was:<[]testchannel:*>
Error:    AccessControlListCommandsTest.aclBinaryCommandsTest:526 expected:<[&]testchannel:*> but was:<[]testchannel:*>
Error:    AccessControlListCommandsTest.aclGetUser:120 expected:<[~]*> but was:<[]*>
Error:    AccessControlListCommandsTest.aclGetUser:120 expected:<[~]*> but was:<[]*>
Error:    AccessControlListCommandsTest.aclGetUser:120 expected:<[~]*> but was:<[]*>

Expected behavior

Tests are passing

Actual behavior

Steps to reproduce:

  1. Bring up test 6.2.16 test infra env using containerized setup introduced with (Introduces test matrix based on Redis versions [8.0-M1, 7.4.1, 7.2.6, 6.2.16] #4015)
    • docker compose --env-file src/test/resources/env/.env.v6.2.16 -f src/test/resources/env/docker-compose.yml up
  2. Run AccessControlListCommandsTest

Redis / Jedis Configuration

Jedis version:

5.2.0

Redis version:

6.2.16

Java version:

1.8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants