Issue:
./test_poc
Configuration :collection_count=2,key_count=500,value_size=20000,read_threads=1,duration_seconds=10,cache_size_mb=100,stat_cache_size=(enabled=true,limit=100),rate_per_second=10,enable_tracking=true
Trace level :0
program name not set: FAILED: parse_operation_tracking_table/197: exact < 1: Operation not permitted
program name not set: process aborting
Aborted (core dumped)
Analysis:
In the code, it is expected that the variable exact returned by search_near (workload_validation.h:parse_operation_tracking_table) is >= 0 while its value is set to -1 with the above configuration.