Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH v6 0/1] applier: filter incoming synchro packets via transaction initiator
@ 2021-06-10 13:02 Cyrill Gorcunov via Tarantool-patches
  2021-06-10 13:02 ` [Tarantool-patches] [PATCH v6 1/1] " Cyrill Gorcunov via Tarantool-patches
  0 siblings, 1 reply; 3+ messages in thread
From: Cyrill Gorcunov via Tarantool-patches @ 2021-06-10 13:02 UTC (permalink / raw)
  To: tml; +Cc: Vladislav Shpilevoy

While there only one patch in the series I still provide a cover
letter to describe changes from previous version at
https://lists.tarantool.org/tarantool-patches/20210608180833.211678-1-gorcunov@gmail.com/

 - rework the test case to use gh-6035- prefix in filenames
 - do not modify test runner's cfg
 - use only memtx engine for the test (suite.ini updated)
 - update wait state for data propagation on replica
 - update gh-5445-leader-inconsistency.test.lua testcase because
   we need a new term to be floating

issue https://github.com/tarantool/tarantool/issues/6035
branch gorcunov/gh-6035-applier-filter-6

Please take a look once time permit

Cyrill Gorcunov (1):
  applier: filter incoming synchro packets via transaction initiator

 src/box/applier.cc                            |  27 ++--
 src/lib/raft/raft.h                           |   7 -
 .../gh-5445-leader-inconsistency.result       |  15 +++
 .../gh-5445-leader-inconsistency.test.lua     |   5 +
 .../replication/gh-6035-applier-filter.result | 120 ++++++++++++++++++
 .../gh-6035-applier-filter.test.lua           |  54 ++++++++
 test/replication/gh-6035-master.lua           |   1 +
 test/replication/gh-6035-node.lua             |  35 +++++
 test/replication/gh-6035-replica1.lua         |   1 +
 test/replication/gh-6035-replica2.lua         |   1 +
 test/replication/suite.cfg                    |   3 +
 11 files changed, 250 insertions(+), 19 deletions(-)
 create mode 100644 test/replication/gh-6035-applier-filter.result
 create mode 100644 test/replication/gh-6035-applier-filter.test.lua
 create mode 120000 test/replication/gh-6035-master.lua
 create mode 100644 test/replication/gh-6035-node.lua
 create mode 120000 test/replication/gh-6035-replica1.lua
 create mode 120000 test/replication/gh-6035-replica2.lua


base-commit: 9fb95cfd78403b33cacbe765c35036a0532b2c02
-- 
2.31.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-10 14:46 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-10 13:02 [Tarantool-patches] [PATCH v6 0/1] applier: filter incoming synchro packets via transaction initiator Cyrill Gorcunov via Tarantool-patches
2021-06-10 13:02 ` [Tarantool-patches] [PATCH v6 1/1] " Cyrill Gorcunov via Tarantool-patches
2021-06-10 14:46   ` Serge Petrenko via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox