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

__block_off_match() returns true for one empty extent test case

    • Storage Engines
    • 3
    • 2024-09-03 Q3 Streams v1

      See the new unittest: test/unittest/block/test_extent_list_insert_remove.cpp.
      The failing test is:
      TEST_CASE("Extent Lists: block_off_match", "[extent_list2]")
      Three extents inserted: insert_list off=12288, size=4096; off=4096, size=4096; off=20480, 24575.
      Call __block_off_match() with off=8191, size=0. It should return false. It returns true.

            Assignee:
            tod.johnson@mongodb.com Tod Johnson
            Reporter:
            tod.johnson@mongodb.com Tod Johnson
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: