Skip to content

Commit

Permalink
may be flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
supercaracal committed May 3, 2024
1 parent 6d2d269 commit 92cdbb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/redis_client/test_cluster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,10 @@ def test_transaction_does_not_pointlessly_unwatch_on_success
tx.call('SET', '{key}1', '1')
tx.call('SET', '{key}2', '2')
end

assert_equal(%w[WATCH MULTI SET SET EXEC], @captured_commands.to_a.map(&:command).map(&:first))

wait_for_replication
assert_equal(%w[1 2], @client.call('MGET', '{key}1', '{key}2'))
end

Expand Down

0 comments on commit 92cdbb7

Please sign in to comment.