Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed May 10, 2024
1 parent f74072f commit a851487
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utilities/transactions/transaction_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2210,6 +2210,10 @@ TEST_P(TransactionTest, TwoPhaseLogRollingTest2) {
* hidden behind improperly summed sequence ids
*/
TEST_P(TransactionTest, TwoPhaseOutOfOrderDelete) {
// WAL recycling incompatible with disableWAL (below)
options.recycle_log_file_num = 0;
ReOpenNoDelete();

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

0 comments on commit a851487

Please sign in to comment.