-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
Execution Team 2023-02-20
In the AllDurableTimestamp unit test, we open a transaction at Timestamp(5, 1) but do not commit it yet. Then we fetch the all_durable timestamp and expect it to be Timestamp(5, 1). However, all_durable should not be Timestamp(5, 1) yet because the transaction has not committed.
- depends on
-
WT-10116 Return 0 timestamp for all_durable upon first open transaction
- Closed
- is related to
-
SERVER-71145 Allow observed all_durable to move backward
- Closed