KillingSpark/zstd-rs

Further tests

KillingSpark opened this issue · 0 comments

I need some place to keep track of the tests I want to write before I feel comfortable doing a new release

  1. Tests for drain_to_writer() with writers that actually do interesting things like
    1. short writes
    2. return E_WOULDBLOCK
  2. More tests for the ringbuffer. It passes a lot of random valid zstd test corpus files but I would like to test the ringbuffer specific edgecases explicitly