CTS test race condition on the memory puller atoms
testProcessMemoryState would start a test activity, trigger statsd
to pull the memory metrics and immediately force-stop the test app. This is
race condition which resulted either in pulling the test app memory while in
a zombie state (tests fail because rss = 0) or when killed
altogether (tests fail because the process is not found).
This CL ensures we do not force-stop the process immediately
(the same way as the rest on this class).
Change-Id: Id2f21be22d96c93e6198b4356bcdc26f6c8725f4
Test: UidAtomTests
Bug: b/137818141
1 file changed
tree: 39c0054f461ec10037f425ec27ffa3ed27d2f2f6
- tests/