Skip to content

Conversation

@enjoy-binbin
Copy link
Contributor

In #12166, we removed a call to CLUSTER SLAVES, which
then caused reply-schemas ci to fail:

WARNING! The following commands were not hit at all:
  cluster|slaves
  ERROR! at least one command was not hit by the tests

Because we already have command output that cover CLUSTER REPLICAS
elsewhere, here we simply add some dummy tests to fix the ci.

In redis#12166, we removed a call to CLUSTER SLAVES, which
then caused reply-schemas ci to fail:
```
WARNING! The following commands were not hit at all:
  cluster|slaves
  ERROR! at least one command was not hit by the tests
```

Because we already have command output that cover CLUSTER REPLICAS
elsewhere, here we simply add some dummy tests to fix the ci.
@enjoy-binbin enjoy-binbin requested a review from oranagra May 24, 2023 04:05
@oranagra oranagra merged commit ec5721d into redis:unstable May 24, 2023
@enjoy-binbin enjoy-binbin deleted the fix_reply_ci branch May 24, 2023 06:32
enjoy-binbin added a commit to enjoy-binbin/redis that referenced this pull request Nov 17, 2023
CI reports that this test failed, the reason is because during
the command processing, the node processed PING/PONG, resulting
in ping_sent or pong_received mismatch.

Change to use MULTI to avoid timing issue. The test was introduced
in redis#12224.
oranagra pushed a commit that referenced this pull request Nov 19, 2023
CI reports that this test failed, the reason is because during
the command processing, the node processed PING/PONG, resulting
in ping_sent or pong_received mismatch.

Change to use MULTI to avoid timing issue. The test was introduced
in #12224.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants