-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Block Manager
-
None
-
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.
- depends on
-
WT-13443 Unit tests block_ext 3 - Search functions
- Closed