Skip to content

Commit 41cacf6

Browse files
authored
Enhance replication test description with details
Clarified expectations for command propagation in replication tests.
1 parent d5df015 commit 41cacf6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stage_descriptions/replication-11-zn8.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@ $ redis-cli SET bar 2
3838
$ redis-cli SET baz 3
3939
```
4040

41-
It will then assert that these commands were propagated to the replica in the correct order. The tester will expect to receive these commands encoded as RESP arrays and sent on the replication connection (the one used for the handshake).
41+
It will then assert that these commands were propagated to the replica in the correct order. The tester will expect to receive these commands:
42+
43+
- Encoded as RESP arrays.
44+
- Sent on the same connection used for the handshake (replication connection).
4245

4346
### Notes
4447

0 commit comments

Comments
 (0)