Tarsnap / kivaloo

Kivaloo is a collection of utilities which together form a data store associating keys of up to 255 bytes with values of up to 255 bytes.
http://www.tarsnap.com/kivaloo.html
Other
201 stars 17 forks source link

Test onlinequantile #250

Closed gperciva closed 3 years ago

gperciva commented 3 years ago

The test_onlinequantile binary takes a "test case" text file and runs the commands within it. Those commands are:

The primary motivation is to ensure that the current (presumably desirable) behaviour is retained when I start modifying the code.

cperciva commented 3 years ago

LGTM, please rebase and fix conflicts.

cperciva commented 3 years ago

I thought you fixed "Unexpected instruction" but I'm still seeing it here.

gperciva commented 3 years ago

I fixed it in the "line[1] isn't '\t'", but not in the default: place. Fixed and rebased.