-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Labels
Description
Test Name
test pubsub numsub_true
Test Location
tests/PubSub.test.ts:3483
Failure Permlink
https://github.com/valkey-io/valkey-glide/actions/runs/18828866782/job/53716434346#step:8:1866
Frequency
No response
Steps to Reproduce
No response
System Information
aarch64-apple-darwin
Language and Version
Node 23.x
Engine Version
9.0
Logs
PubSub › test pubsub channels_true
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 0
Set {
"some_channel3",
"test_channel1",
- "test_channel2",
}
3481 | // Test pubsubChannels without pattern
3482 | const channels = await client2.pubsubChannels();
> 3483 | expect(new Set(channels)).toEqual(
| ^
3484 | new Set([channel1, channel2, channel3]),
3485 | );
3486 |
at tests/PubSub.test.ts:3483:43
Screenshots
No response
Glide Version
main
Expected Behavior
No response
Actual Behavior
No response
Possible Fixes
No response