Remove duplicate open_cursor call

XMLWordPrintableJSON

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

      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:
            Susan LoVerso (Inactive)
            Reporter:
            Susan LoVerso (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: