commit | c202da86bab3465652d0b2ca73eb08bfe277e71b | [log] [tgz] |
---|---|---|
author | Andrei Onea <andreionea@google.com> | Mon Jan 25 16:47:40 2021 +0000 |
committer | Andrei Onea <andreionea@google.com> | Mon Jan 25 16:47:40 2021 +0000 |
tree | 533dece8c75464182179bca4ae4afabd7420860d | |
parent | f1d5754c103fb6fb3e31984cd50b242a45d9ca72 [diff] |
Improve flakiness of PlatformCompatGating test The PlatformCompatGating test did not close the ParcelFileDescriptor opened by UIAutomation.executeShellCommand, which is the likely culprit of the test throwing a java.io.InterruptedIOException randomly. The documentation for executeShellCommand requires the users to do the cleanup themselves. Test: atest PlatformCompatGating Bug: 178108878 Change-Id: Iaf4d82d5fe4170931d2c59f2978e545b15e940b0