[tarantool-patches] Re: [PATCH 12/13] test: disable replication/on_schema_init

Konstantin Osipov kostja at tarantool.org
Tue Aug 13 01:31:55 MSK 2019


* Vladimir Davydov <vdavydov.dev at gmail.com> [19/08/10 23:22]:
> The test uses box.on_schema_init to install space.before_replace trigger
> that changes the engine/locality of a space received by a replica. This
> works, only because we don't make a snapshot after creating those spaces
> on the master so that they are relayed from an xlog. If we added
> box.snapshot(), the test would fail, because space.before_replace
> trigger isn't run for changes received on initial join (see #4417).
> Once we make the initial join stage work off the current read view
> rather than the last snapshot (see #1271), the test will fail as well.
> Let's disable the test until the issue is resolved.

Ugh.


-- 
Konstantin Osipov, Moscow, Russia




More information about the Tarantool-patches mailing list