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

Remove duplicate open_cursor call

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • WT10.0.0, 4.4.0-rc2, 4.7.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • 1
    • Storage - Ra 2020-04-20

      The test program test/csuite/truncated_log/main.c has an error in that it opens a log cursor twice. One of them should be removed.

      ...
          testutil_check(session->open_cursor(session, "log:", NULL, NULL, &logc));
          testutil_check(session->open_cursor(session, "log:", NULL, NULL, &logc));
      ...
      

            Assignee:
            sue.loverso@mongodb.com Susan LoVerso
            Reporter:
            sue.loverso@mongodb.com Susan LoVerso
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: