On Wed, Oct 24, 2018 at 11:09:30AM -0700, Yipeng Wang wrote: > The hash scaling unit test is not really needed > any more since the multi-writer is supported now > inside the library and it is tested by multi-writer > unit test. > > Signed-off-by: Yipeng Wang <yipeng1.w...@intel.com> > --- > test/test/Makefile | 1 - > test/test/autotest_data.py | 6 -- > test/test/meson.build | 2 - > test/test/test_hash_scaling.c | 191 > ------------------------------------------ > 4 files changed, 200 deletions(-) > delete mode 100644 test/test/test_hash_scaling.c > I always like having less code that needs maintenance! :-)
Acked-by: Bruce Richardson <bruce.richard...@intel.com>