Parcourir la source

[2108] Add another item to TODO list

Mukund Sivaraman il y a 12 ans
Parent
commit
c080ae50b5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      src/lib/datasrc/memory/tests/memory_client_unittest.cc

+ 1 - 0
src/lib/datasrc/memory/tests/memory_client_unittest.cc

@@ -295,4 +295,5 @@ TEST_F(MemoryClientTest, getJournalReaderNotImplemented) {
 // Add test for add() with separate_rrs=true
 // Add test for add() with separate_rrs=true
 // Add test for ZoneIterator variant of load()
 // Add test for ZoneIterator variant of load()
 // Add test for leaks during allocation failures using TestMemorySegment
 // Add test for leaks during allocation failures using TestMemorySegment
+// Iterate through an entire zone
 }
 }