Skip to content

Commit

Permalink
Fix ASC
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed May 10, 2024
1 parent a851487 commit d38e72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/transactions/transaction_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2212,7 +2212,7 @@ TEST_P(TransactionTest, TwoPhaseLogRollingTest2) {
TEST_P(TransactionTest, TwoPhaseOutOfOrderDelete) {
// WAL recycling incompatible with disableWAL (below)
options.recycle_log_file_num = 0;
ReOpenNoDelete();
ASSERT_OK(ReOpenNoDelete());

DBImpl* db_impl = static_cast_with_check<DBImpl>(db->GetRootDB());
WriteOptions wal_on, wal_off;
Expand Down

0 comments on commit d38e72a

Please sign in to comment.