diff options
author | Oran Agra <oran@redislabs.com> | 2020-05-26 11:00:48 +0300 |
---|---|---|
committer | Oran Agra <oran@redislabs.com> | 2020-05-26 11:17:08 +0300 |
commit | e258a1c0877d825c1675251620f817f5333c1446 (patch) | |
tree | 9207923c40d163a0a2ba325dc1199a038963f198 /Makefile | |
parent | b89e6d74faa27c9edf9d5e867a408b6b5c39b05e (diff) | |
download | redis-e258a1c0877d825c1675251620f817f5333c1446.tar.gz |
tests: each test client work on a distinct port range
apparently when running tests in parallel (the default of --clients 16),
there's a chance for two tests to use the same port.
specifically, one test might shutdown a master and still have the
replica up, and then another test will re-use the port number of master
for another master, and then that replica will connect to the master of
the other test.
this can cause a master to count too many full syncs and fail a test if
we run the tests with --single integration/psync2 --loop --stop
see Probmem 2 in #7314
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions