Oran Agra 8f0c339892 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
2020-05-26 11:17:08 +03:00
..
2020-03-20 12:52:06 +01:00
2020-03-23 12:02:12 +01:00
2016-06-15 11:49:49 +02:00
2015-09-14 12:35:55 +02:00
2015-10-09 09:47:17 +02:00
2010-10-15 12:54:53 +02:00
2020-05-14 11:27:31 +02:00