-
Type:
Bug
-
Resolution: Gone away
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
3
The following assert gets hit in function __rec_append_orig_value while running test_gc01.py on pm-1521-durable-history branch.
if (upd->type == WT_UPDATE_BIRTHMARK) { WT_ASSERT(session, append->start_ts == upd->start_ts && append->txnid == upd->txnid); append->next = upd->next; }
- related to
-
WT-5284 Test to check eviction is writing the newest version to data store
-
- Closed
-