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

Make WT_CURSOR::search_near consistent across different cursor types.

    • Type: Icon: Bug Bug
    • Resolution: Duplicate
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None
    • Storage 2018-02-26

      If key is not set in the cursor for search_near operation, only in case of lsm cursor returns error, all other cursor types will not return error.

      As part of this, need to fix test_prepare03.py as well.

      test_prepare03.py ( special handling for lsm cursor type)

      if self.uri == 'lsm'
      cursor.set_key(self.genkey(10))

      No special handling should be required based on cursor type.

            Assignee:
            keith.bostic@mongodb.com Keith Bostic (Inactive)
            Reporter:
            vamsi.krishna@mongodb.com Vamsi Boyapati
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: