summary refs log tree commit diff
path: root/tests/replication/tcp/test_commands.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add missing type hints to tests.replication. (#14987)Patrick Cloke2023-02-061-3/+3
|
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
| | | | | | | Part of #9744 Removes all redundant `# -*- coding: utf-8 -*-` lines from files, as python 3 automatically reads source code as utf-8 now. `Signed-off-by: Jonathan de Jong <jonathan@automatia.nl>`
* 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).