Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-5368

Assert failure while running test_gc01 python test

    • Type: Icon: Bug Bug
    • Resolution: Gone away
    • Priority: Icon: Major - P3 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;
          }
      

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            haribabu.kommi@mongodb.com Haribabu Kommi
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: