summaryrefslogtreecommitdiff
path: root/src/mongo/db/SConscript
diff options
context:
space:
mode:
authorHaley Connelly <haley.connelly@mongodb.com>2022-05-27 15:52:17 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-05-27 17:07:46 +0000
commit1e84419513046d4f5755f06bfeebaf8ec442583e (patch)
tree0ba69026c68781ec60ba818484ef586f4dc5f39e /src/mongo/db/SConscript
parent63f17f3aef165460580a39906fc645046b4b4680 (diff)
downloadmongo-1e84419513046d4f5755f06bfeebaf8ec442583e.tar.gz
SERVER-56194 Make TTL deletes fair
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r--src/mongo/db/SConscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript
index 4874944dc83..aa4442b6366 100644
--- a/src/mongo/db/SConscript
+++ b/src/mongo/db/SConscript
@@ -2740,6 +2740,7 @@ if wiredtiger:
'transaction_history_iterator_test.cpp',
'transaction_participant_retryable_writes_test.cpp',
'transaction_participant_test.cpp',
+ 'ttl_test.cpp',
'update_index_data_test.cpp',
'user_write_block_mode_op_observer_test.cpp',
'vector_clock_mongod_test.cpp',
@@ -2836,6 +2837,7 @@ if wiredtiger:
'time_proof_service',
'transaction',
'transaction_api',
+ 'ttl_d',
'update_index_data',
'user_write_block_mode_op_observer',
'vector_clock',