]> code.ossystems Code Review - openembedded-core.git/commit
selftest/reproducible: Don't call sync between each file compare
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2021 17:45:20 +0000 (17:45 +0000)
committerSteve Sakoman <steve@sakoman.com>
Thu, 4 Mar 2021 14:19:50 +0000 (04:19 -1000)
commitdd893279f352e290c23577a0f91df1b8c6232f10
tree3ccfb25088626524f3a886290892f41af937d2dd
parentfdb3ff363c6f8408058f362f3bfdeee4e18150fa
selftest/reproducible: Don't call sync between each file compare

Calling sync between each file compare is horrible performance wise
as we compare thousands of files. We don't care about IO latency here
so disable.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 25f78abd8bbeb201fd9452e7983e015027954948)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/lib/oeqa/selftest/cases/reproducible.py