summary refs log tree commit diff
path: root/tests/replication/tcp/test_commands.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix mypy for tests/replication (#7518)Richard van der Hoff2020-05-181-2/+2
|
* Add instance name to RDATA/POSITION commands (#7364)Erik Johnston2020-04-291-2/+4
| | | | | This is primarily for allowing us to send those commands from workers, but for now simply allows us to ignore echoed RDATA/POSITION commands that we sent (we get echoes of sent commands when using redis). Currently we log a WARNING on the master process every time we receive an echoed RDATA.
* Another go at fixing one-word commands (#7326)Richard van der Hoff2020-04-221-0/+42
I messed this up last time I tried (#7239 / e13c6c7).