@@ -60,6 +60,7 @@ Internals
6060~~~~~~~~~
6161
6262- :issue: `SERVER-43904 ` When stepping down, step up doesn't filter out frozen nodes
63+ - :issue: `SERVER-46740 ` establishCursors() must always drain the AsyncRequestsSender::_baton
6364- :issue: `SERVER-47030 ` Fix date_time_support code to not produce exceptions
6465- :issue: `SERVER-48516 ` at startup, confirm replica set node with auth can connect to itself
6566- :issue: `SERVER-48994 ` LogTransactionOperationsForShardingHandler must use UninterruptibleLockGuard
@@ -92,10 +93,13 @@ Internals
9293- :issue: `SERVER-54126 ` [4.4] buildindexes*.js assumes commitQuorum is always accepted
9394- :issue: `SERVER-54134 ` Ignore newer mongo versions on older branches of setup_multiversion_mongodb.py
9495- :issue: `WT-4625 ` Add a check for camelCase names
96+ - :issue: `WT-4649 ` Updating build system to allow for different C++ compilers
9597- :issue: `WT-5101 ` Make Clang Format recognise remaining loop macros
9698- :issue: `WT-5111 ` Fix wt2909_checkpoint_integrity and wt3120_filesys so it is natural to run standalone
99+ - :issue: `WT-5545 ` Add fixed-length column store support to RTS for handling updates present in the update list
97100- :issue: `WT-6309 ` Add support for start/stop arguments to wt printlog command
98101- :issue: `WT-6313 ` Added verify_metadata configuration to the exclusion list when writing to basecfg
102+ - :issue: `WT-6354 ` Increase wt utility coverage with printlog, downgrade, upgrade tests
99103- :issue: `WT-6430 ` Move WT_CONN_SERVER flags into their own field
100104- :issue: `WT-6432 ` Add test case to misuse the timestamp API
101105- :issue: `WT-6504 ` Don't fallback to onpage value as base value if we see the onpage value in the history store
@@ -109,6 +113,7 @@ Internals
109113- :issue: `WT-6740 ` Fix unintentionally releasing the snapshot by mistreating the recovery session as an eviction session
110114- :issue: `WT-6743 ` Save and restore session's data handle during cursor reopen call
111115- :issue: `WT-6772 ` Add support for prepared updates in datastore for test_hs09
116+ - :issue: `WT-6800 ` Insert one key per transaction to make test_txn24 pass on macOS
112117- :issue: `WT-6802 ` Don't set operation timer for internal and reentry api calls
113118- :issue: `WT-6831 ` Retry search if it race with prepared update commit/rollback
114119- :issue: `WT-6846 ` Initial test program for the new cpp test framework
@@ -121,6 +126,7 @@ Internals
121126- :issue: `WT-6901 ` Write "cursor" subpage for Architecture Guide
122127- :issue: `WT-6924 ` Queue history store pages for urgent eviction when cache pressure is high
123128- :issue: `WT-6946 ` Adding test tags to an initial set of test programs
129+ - :issue: `WT-6947 ` Auto generate test coverage documentation from test tags
124130- :issue: `WT-6969 ` Do not update the existing snapshot for autocommit transactions
125131- :issue: `WT-6981 ` Add randomness to Python test suite runs
126132- :issue: `WT-6983 ` Make wiredtiger.in text wrapping consistent across Python versions
@@ -129,11 +135,13 @@ Internals
129135- :issue: `WT-6992 ` Add timing stress between datastore and history store search
130136- :issue: `WT-6994 ` Dump the cursor page whenever a key out order is detected
131137- :issue: `WT-6996 ` Fix suite_random.rand32() in python test suite
138+ - :issue: `WT-7004 ` Architecture guide page for checkpoints
132139- :issue: `WT-7020 ` Assert the previous update timestamp of a key
133140- :issue: `WT-7025 ` Coverity: Unused value "op_ts"
134141- :issue: `WT-7026 ` Atomically read and set ref->addr in case of race
135142- :issue: `WT-7027 ` Run the metadata checkpoint for force_stop at read-committed isolation for incremental backup
136143- :issue: `WT-7038 ` Update headers to be C++ compatible
144+ - :issue: `WT-7039 ` Creating test configuration framework using the WiredTiger configuration API
137145- :issue: `WT-7054 ` Change the order of key out-of-order prints to avoid race
138146- :issue: `WT-7065 ` Add check for WT_DHANDLE_DEAD to assertion
139147- :issue: `WT-7066 ` Point README doc link to develop/index.html
@@ -144,13 +152,19 @@ Internals
144152- :issue: `WT-7084 ` Fix assert in test code and a comment error
145153- :issue: `WT-7089 ` Don't skip checkpointing objects that have obsolete pages
146154- :issue: `WT-7091 ` Restrict usage of LSM to only operate in conjunction with compatible incremental backup mechanism
155+ - :issue: `WT-7102 ` Migrate full and incremental backup test functionalities into wtbackup class
156+ - :issue: `WT-7104 ` Redact user data from printlog output
147157- :issue: `WT-7109 ` Retain no longer supported configuration options for backward compatibility
148158- :issue: `WT-7113 ` Integrate prototype tiered storage code into WT
149159- :issue: `WT-7114 ` Revert Makefile code to always run the prototype script
160+ - :issue: `WT-7116 ` Improve the compatibility test to test the configuration options for backward compatibility
150161- :issue: `WT-7117 ` RTS to skip modifies that are more recent than on-disk base update while restoring an update
151162- :issue: `WT-7121 ` Include log-structured allocation python tests in WT
152163- :issue: `WT-7126 ` Coverity analysis defect 116991: Explicit null dereferenced
153164- :issue: `WT-7127 ` Coverity analysis defect 116992: Unchecked return value
154165- :issue: `WT-7128 ` Coverity analysis defect 116993: Resource leak
155166- :issue: `WT-7131 ` Tiered cursors should return error if configured with zero tiers
167+ - :issue: `WT-7137 ` Update assert to consider deleted HS values when checking for duplicate inserts
168+ - :issue: `WT-7138 ` Do not perform fast truncate on pages with prepared updates
169+ - :issue: `WT-7159 ` Always write on-disk update as a full update to history store
156170
0 commit comments