tarantool / vshard

The new generation of sharding based on virtual buckets
Other
99 stars 30 forks source link

test: ignore zero lsn when waiting for vclock in router2 test #479

Closed drewdzzz closed 3 months ago

drewdzzz commented 3 months ago

In test router/router2 we get vclock from one instance and wait for this vclock on another one. The problem is we get vclock with local lsn which is independent on each instance - the commit fixes this mistake.