]> 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)
committerAnuj Mittal <anuj.mittal@intel.com>
Fri, 19 Mar 2021 08:03:25 +0000 (16:03 +0800)
commit1fddd6b891265956e0a26963459e7511d757cace
tree7d22eae52268c62efcc65a153ca79744678a346e
parentca466a17fb18334f307e2241c65f25d024f0a164
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: Anuj Mittal <anuj.mittal@intel.com>
meta/lib/oeqa/selftest/cases/reproducible.py