@@ -26,15 +26,10 @@ Query
26
26
Internals
27
27
~~~~~~~~~
28
28
29
- - :issue: `SERVER-51456 ` Database Profiler outputs incorrect value of property "keysDeleted" for a remove operation when a write conflict occurs
30
29
- :issue: `SERVER-53993 ` Attach client strand before releasing the opCtx in AsyncCommandExecution tests
31
- - :issue: `SERVER-58153 ` Enable Feature flag for Remove Faulty Mongos From Cluster Topology
32
30
- :issue: `SERVER-59366 ` Progress monitor for periodic health check
33
- - :issue: `SERVER-59375 ` Should collect summary statistics about transient faults
34
31
- :issue: `SERVER-59394 ` Setup integration test simulating ldap failure scenario
35
- - :issue: `SERVER-59397 ` implement randomization for health check periods
36
32
- :issue: `SERVER-59779 ` Call asCluster() before replSetFreeze in ReplSetTest
37
- - :issue: `SERVER-60846 ` Remove double severity in favor of discrete type
38
33
- :issue: `SERVER-60848 ` Log which engine was used for processing a query
39
34
- :issue: `SERVER-60974 ` Multiversion suites are overwritting receiveChunkWaitForRangeDeleterTimeoutMS
40
35
- :issue: `SERVER-61592 ` Querying with ms precision does not return expected results (TS collection)
@@ -45,27 +40,18 @@ Internals
45
40
- :issue: `SERVER-62017 ` Enable all feature flags by default in the sys-perf all feature flags variant
46
41
- :issue: `SERVER-62085 ` Use more bits for hashedMultikeyMetadataPaths in validation
47
42
- :issue: `SERVER-62153 ` max_time_ms_repl_targeting.js should succeed if the test step succeeds at least once
48
- - :issue: `SERVER-62174 ` FaultManager to support dynamic configuration of health check intervals
49
- - :issue: `SERVER-62188 ` Shutdown race with use after free in DeadlineFuture
50
- - :issue: `SERVER-62202 ` Log ID 5936504 should contain observer type as string
51
- - :issue: `SERVER-62204 ` do not schedule health check if observer is not enabled
52
43
- :issue: `SERVER-62274 ` Add FCV testing for featureFlagSortArray
53
44
- :issue: `SERVER-62277 ` Performance regression from dbstats due to occupied disk space calculation
54
45
- :issue: `SERVER-62285 ` validate cachedir add push failure debug messages
55
46
- :issue: `SERVER-62312 ` Enable feature flag in 4.4 backport and other housekeeping
56
- - :issue: `SERVER-62321 ` Increase kActiveFaultDuration for fault manager test suite.
57
- - :issue: `SERVER-62357 ` Increase the default health check progress monitor interval
58
47
- :issue: `SERVER-62368 ` Range deleter must honor rangeDeleterBatchDelayMS
59
48
- :issue: `SERVER-62371 ` Syntax error on rare code path in ldap_mongos_health_checking.js
60
49
- :issue: `SERVER-62373 ` LDAP health check integration test should assert stats
61
- - :issue: `SERVER-62378 ` Remove improperly merged lines from unit test
62
50
- :issue: `SERVER-62380 ` Wait for majority commit point to be advanced on each node before starting rollback test in rollback_set_fcv.js
63
51
- :issue: `SERVER-62392 ` Prevent timeseries lookup jstests from running in unsupported multiversion environments
64
52
- :issue: `SERVER-62397 ` Robustify exact_top_n_feature_flag.js
65
- - :issue: `SERVER-62404 ` Simplify mutex locking in fault_manager.cpp
66
53
- :issue: `SERVER-62436 ` Add additional tests of sort/densify/sort optimizations
67
54
- :issue: `SERVER-62464 ` Move remediation script to permanent location
68
- - :issue: `SERVER-62465 ` After intensities are updated, the resulting health check should run with the new values of intensities set.
69
55
- :issue: `SERVER-62518 ` Creating a collection with changeStreamPreAndPostImages enabled in a transaction crashes the server
70
56
- :issue: `SERVER-62549 ` Disable renew_ssl_cert in sys-perf on old branches
71
57
- :issue: `SERVER-62550 ` Lower BSONColumn roundtrip memory usage in validate
@@ -89,10 +75,7 @@ Internals
89
75
- :issue: `SERVER-63141 ` Difference in $lookup/$redact/$let behaviour with pipeline optimization
90
76
- :issue: `SERVER-63145 ` Query $densify produces incorrect results with optimizations enabled
91
77
- :issue: `SERVER-63197 ` Pin microbenchmarks genny version
92
- - :issue: `SERVER-63239 ` Do not throw exception in AutoSplitVector on empty ranges
93
- - :issue: `SERVER-63240 ` clearJumboFlag might persist a ChunkVersion with a wrong format
94
78
- :issue: `SERVER-63250 ` Fix implicitly sharding timeseries collections feature flag check
95
- - :issue: `SERVER-63279 ` Pushing predicates on the time-series metaField past unpacking can cause incorrect results
96
79
- :issue: `SERVER-63432 ` Transferring large file to repo
97
80
- :issue: `SERVER-63527 ` [5.2 only] Add tag to timeseries_id_range.js to stop it running on multiversion suites
98
81
0 commit comments