[Tarantool-patches] [PATCH v9 0/1] applier: filter incoming synchro packets via transaction initiator
Cyrill Gorcunov
gorcunov at gmail.com
Sun Jun 20 20:17:42 MSK 2021
On Sun, Jun 20, 2021 at 04:50:10PM +0200, Vladislav Shpilevoy wrote:
>
> It looks better, but why did you ignore my first comment?
> I remind it here:
>
> Maybe better rename it to gh-6035-election-filter. Because otherwise
> this test is not included when I run `python test-run.py election`. And I
> do that quite often when make a patch which affects election only.
I didn't ignore it. Renamed it locally after I've sent you the fixes,
simply because if was more convenient for me to make the rename
as a last step. Everything is pushed into the branch. Thanks.
src/box/applier.cc | 27 ++++++++++---------
src/lib/raft/raft.h | 7 -----
test/replication/gh-5445-leader-inconsistency.result | 15 +++++++++++
test/replication/gh-5445-leader-inconsistency.test.lua | 5 ++++
test/replication/gh-6035-election-filter.result | 139 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
test/replication/gh-6035-election-filter.test.lua | 64 ++++++++++++++++++++++++++++++++++++++++++++
test/replication/gh-6035-master.lua | 1 +
test/replication/gh-6035-node.lua | 34 +++++++++++++++++++++++
test/replication/gh-6035-replica1.lua | 1 +
test/replication/gh-6035-replica2.lua | 1 +
test/replication/suite.cfg | 1 +
(I just looked into our repo and force pushed it again just to be sure)
More information about the Tarantool-patches
mailing list