-
Notifications
You must be signed in to change notification settings - Fork 113
Open
Labels
Description
Test Name
test pubsub shardchannels_true
Test Location
No response
Failure Permlink
https://github.com/valkey-io/valkey-glide/actions/runs/18828866782/job/53716434346#step:8:1914
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 shardchannels_true
TimeoutError: timed out
1171 | if (message.requestError != null) {
1172 | const errorType = getRequestErrorClass(message.requestError.type);
> 1173 | reject(new errorType(message.requestError.message ?? undefined));
| ^
1174 | } else if (message.respPointer != null) {
1175 | let pointer;
1176 |
at GlideClusterClient.processResponse (src/BaseClient.ts:1173:20)
at GlideClusterClient.handleReadData (src/BaseClient.ts:1073:22)
at Socket.<anonymous> (src/BaseClient.ts:1255:40)
Screenshots
No response
Glide Version
main
Expected Behavior
No response
Actual Behavior
No response
Possible Fixes
No response