@@ -60,6 +60,7 @@ Internals
60
60
~~~~~~~~~
61
61
62
62
- :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
63
64
- :issue: `SERVER-47030 ` Fix date_time_support code to not produce exceptions
64
65
- :issue: `SERVER-48516 ` at startup, confirm replica set node with auth can connect to itself
65
66
- :issue: `SERVER-48994 ` LogTransactionOperationsForShardingHandler must use UninterruptibleLockGuard
@@ -92,10 +93,13 @@ Internals
92
93
- :issue: `SERVER-54126 ` [4.4] buildindexes*.js assumes commitQuorum is always accepted
93
94
- :issue: `SERVER-54134 ` Ignore newer mongo versions on older branches of setup_multiversion_mongodb.py
94
95
- :issue: `WT-4625 ` Add a check for camelCase names
96
+ - :issue: `WT-4649 ` Updating build system to allow for different C++ compilers
95
97
- :issue: `WT-5101 ` Make Clang Format recognise remaining loop macros
96
98
- :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
97
100
- :issue: `WT-6309 ` Add support for start/stop arguments to wt printlog command
98
101
- :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
99
103
- :issue: `WT-6430 ` Move WT_CONN_SERVER flags into their own field
100
104
- :issue: `WT-6432 ` Add test case to misuse the timestamp API
101
105
- :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
109
113
- :issue: `WT-6740 ` Fix unintentionally releasing the snapshot by mistreating the recovery session as an eviction session
110
114
- :issue: `WT-6743 ` Save and restore session's data handle during cursor reopen call
111
115
- :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
112
117
- :issue: `WT-6802 ` Don't set operation timer for internal and reentry api calls
113
118
- :issue: `WT-6831 ` Retry search if it race with prepared update commit/rollback
114
119
- :issue: `WT-6846 ` Initial test program for the new cpp test framework
@@ -121,6 +126,7 @@ Internals
121
126
- :issue: `WT-6901 ` Write "cursor" subpage for Architecture Guide
122
127
- :issue: `WT-6924 ` Queue history store pages for urgent eviction when cache pressure is high
123
128
- :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
124
130
- :issue: `WT-6969 ` Do not update the existing snapshot for autocommit transactions
125
131
- :issue: `WT-6981 ` Add randomness to Python test suite runs
126
132
- :issue: `WT-6983 ` Make wiredtiger.in text wrapping consistent across Python versions
@@ -129,11 +135,13 @@ Internals
129
135
- :issue: `WT-6992 ` Add timing stress between datastore and history store search
130
136
- :issue: `WT-6994 ` Dump the cursor page whenever a key out order is detected
131
137
- :issue: `WT-6996 ` Fix suite_random.rand32() in python test suite
138
+ - :issue: `WT-7004 ` Architecture guide page for checkpoints
132
139
- :issue: `WT-7020 ` Assert the previous update timestamp of a key
133
140
- :issue: `WT-7025 ` Coverity: Unused value "op_ts"
134
141
- :issue: `WT-7026 ` Atomically read and set ref->addr in case of race
135
142
- :issue: `WT-7027 ` Run the metadata checkpoint for force_stop at read-committed isolation for incremental backup
136
143
- :issue: `WT-7038 ` Update headers to be C++ compatible
144
+ - :issue: `WT-7039 ` Creating test configuration framework using the WiredTiger configuration API
137
145
- :issue: `WT-7054 ` Change the order of key out-of-order prints to avoid race
138
146
- :issue: `WT-7065 ` Add check for WT_DHANDLE_DEAD to assertion
139
147
- :issue: `WT-7066 ` Point README doc link to develop/index.html
@@ -144,13 +152,19 @@ Internals
144
152
- :issue: `WT-7084 ` Fix assert in test code and a comment error
145
153
- :issue: `WT-7089 ` Don't skip checkpointing objects that have obsolete pages
146
154
- :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
147
157
- :issue: `WT-7109 ` Retain no longer supported configuration options for backward compatibility
148
158
- :issue: `WT-7113 ` Integrate prototype tiered storage code into WT
149
159
- :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
150
161
- :issue: `WT-7117 ` RTS to skip modifies that are more recent than on-disk base update while restoring an update
151
162
- :issue: `WT-7121 ` Include log-structured allocation python tests in WT
152
163
- :issue: `WT-7126 ` Coverity analysis defect 116991: Explicit null dereferenced
153
164
- :issue: `WT-7127 ` Coverity analysis defect 116992: Unchecked return value
154
165
- :issue: `WT-7128 ` Coverity analysis defect 116993: Resource leak
155
166
- :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
156
170
0 commit comments