redis-rb/redis-cluster-client

Test cases fail with "at fast" reply

Closed this issue · 1 comments

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.

merged to: