]> 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)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2021 17:47:41 +0000 (17:47 +0000)
commit25f78abd8bbeb201fd9452e7983e015027954948
tree3ce63cf02d03d0f6017f9107333a0ef1111dd7e4
parentba559d5e07cbe92ee22308a1b5b8afc558c662dd
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>
meta/lib/oeqa/selftest/cases/reproducible.py