1679104edb
The unit tests to this point used an algorithm that just copied the data as-is with no compression. Change it now to use the actual unit test compression algorithm. A few unit tests need to be modified to account for the compressible buffers - primarily those that write a single 512 byte LBA in a 16KB chunk. These will now be compressed down to a single I/O unit, so some of the asserts need to be changed to adjust for this. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I11b2c92b1d6f710a301c8a3b0961f76c9f4886d4 Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/449567 Reviewed-by: Paul Luse <paul.e.luse@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com> Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> |
||
---|---|---|
.. | ||
include | ||
lib | ||
Makefile | ||
unittest.sh |