Skip to content

Draft: Test big map cache impl.

Martin Tomazic requested to merge martin@bigmap_cache into yy@bigmap_cache_test
  • Cleanup the code (See !117 (merged))
  • TODO bigmap key parameterization && TODO: expected bigmap value key parameterization
  • TODO Potential undefined behaviour: In case of reading value that is already in the cache no internal reordering happens that reflects LRU?!*) (see test_entries_show_lru_behaviour)
  • Do we want to test the cache size limit?
  • PBT is probably overkill.
  • Discuss about potential bug in mem impl. and find a way to test it.
  • Resolve failing pipeline
Edited by Martin Tomazic

Merge request reports