diff options
author | Mingli Yu <Mingli.Yu@windriver.com> | 2019-07-15 16:56:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-16 13:53:16 +0100 |
commit | 8af95f0ee7eb8bd97b08aba8596aa6930ea13e82 (patch) | |
tree | 72c38ca86adca7b7120299a7ec350ec94855db19 /meta/recipes-extended/hdparm | |
parent | 2c6db4d8e790304711c8169828605b009f70ac91 (diff) | |
download | poky-8af95f0ee7eb8bd97b08aba8596aa6930ea13e82.tar.gz |
mdadm: fix ptest hang
Before commit[80d17497b7 mdadm: improve the run-ptest],
the mdadm ptest just run some tests without
"--keep-going" option. After the option added in
commit 80d17497b7, all test cases have chance to
be called.
But the logic in mdadm upstream commit
[e2a8e9d tests: wait for complete rebuild in integrity checks]
will make the test enter infinite loop especially in
qemu env as commit e2a8e9d update the logic from
"check wait" to "check state 'U*'" for testcase
tests/01r5integ and tests/01raid6integ. Considering all
other cases still use "check wait" logic, so revert e2a8e9d
to make tests/01r5integ and tests/01raid6integ also use
"check wait" logic to avoid the infinite loop.
[YOCTO #13368]
(From OE-Core rev: b507793f4adde0c60588b06520d7d0b70acfd82a)
Signed-off-by: Mingli Yu <Mingli.Yu@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/hdparm')
0 files changed, 0 insertions, 0 deletions