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

[test-failure] valkey-cli shard pubsub test #1531

Closed
hpatro opened this issue Jan 8, 2025 · 3 comments · Fixed by #1533
Closed

[test-failure] valkey-cli shard pubsub test #1531

hpatro opened this issue Jan 8, 2025 · 3 comments · Fixed by #1533
Labels
test-failure An issue indicating a test failure

Comments

@hpatro
Copy link
Collaborator

hpatro commented Jan 8, 2025

https://github.com/valkey-io/valkey/actions/runs/12678118866/job/35335006630

*** [err]: valkey-cli pubsub mode with multiple shard channel subscriptions in tests/integration/valkey-cli.tcl
Expected '1' to be equal to '0' (context: type eval line 14 cmd {assert_equal "1" $pubsub_status} proc ::test)
Cleanup: may take some time... OK
@zuiderkwast
Copy link
Contributor

zuiderkwast commented Jan 8, 2025

Introduced in #1432. 😢

@zuiderkwast zuiderkwast added the test-failure An issue indicating a test failure label Jan 8, 2025
@zuiderkwast
Copy link
Contributor

SSUBSCRIBE schannel1 schannel2 schannel3

Is this a CROSSSLOT error in cluster mode? That would explain it. We can fix it by adding a {tag}?

SSUBSCRIBE {schannel}1 {schannel}2 {schannel}3

@enjoy-binbin
Copy link
Member

Is this a CROSSSLOT error in cluster mode? That would explain it. We can fix it by adding a {tag}?

yes, it is, i confirmed it locally

enjoy-binbin added a commit to enjoy-binbin/valkey that referenced this issue Jan 9, 2025
We need to add a hash tag in cluster mode.
Fixes valkey-io#1531.

Signed-off-by: Binbin <[email protected]>
proost pushed a commit to proost/valkey that referenced this issue Jan 17, 2025
We need to add a hash tag in cluster mode.
Fixes valkey-io#1531.

Signed-off-by: Binbin <[email protected]>
Signed-off-by: proost <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test-failure An issue indicating a test failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants