Test cases fail with "at fast" reply
Closed this issue · 1 comments
supercaracal commented
frequency: low
Main (7.0.1, 3.1, ruby, docker-compose.ssl.yaml)
1) Failure:
RedisClient::TestCluster::ScaleRead#test_pubsub [/home/runner/work/redis-cluster-client/redis-cluster-client/test/redis_client/test_cluster.rb:118]:
Expected: ["subscribe", "channel2", 1]
Actual: "@fast"
2) Failure:
RedisClient::TestCluster::ScaleRead#test_call [/home/runner/work/redis-cluster-client/redis-cluster-client/test/redis_client/test_cluster.rb:29]:
Case: GET: key0.
--- expected
+++ actual
@@ -1,3 +1 @@
-# encoding: US-ASCII
-# valid: true
-"0"
+"@fast"
https://redis.io/commands/command/
Hmm... There might be remaining bytes of some reply in a socket for the connection.
supercaracal commented
merged to: