[dpdk-dev] [PATCH] test: fix hash multiwriter test

2016-10-13 Thread Thomas Monjalon
2016-10-06 23:34, Pablo de Lara: > Hash multiwriter test consists of two subtests. > If the any of the subtests fails, the overall test should fail, > but the overall test only passed if the second subtest passed, > because the return of the first subtest was being overwritten. > > Fixes: be856325

[dpdk-dev] [PATCH] test: fix hash multiwriter test

2016-10-06 Thread Pablo de Lara
Hash multiwriter test consists of two subtests. If the any of the subtests fails, the overall test should fail, but the overall test only passed if the second subtest passed, because the return of the first subtest was being overwritten. Fixes: be856325cba3 ("hash: add scalable multi-writer insert