mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-10 18:05:44 +02:00
test(replication test): check data only after replica finished execution (#746)
Signed-off-by: adi_holden <adi@dragonflydb.io>
This commit is contained in:
parent
69519b2c5b
commit
4b29dece0c
3 changed files with 21 additions and 12 deletions
|
@ -373,7 +373,7 @@ bool Transaction::RunInShard(EngineShard* shard) {
|
|||
|
||||
/*************************************************************************/
|
||||
|
||||
if (!was_suspended && is_concluding) // Check last hop & non suspended.
|
||||
if (is_concluding) // Check last hop
|
||||
LogAutoJournalOnShard(shard);
|
||||
|
||||
// at least the coordinator thread owns the reference.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue