commit | e38bcb01ea4aa1825313625c6e6d93f22e59ab8f | [log] [tgz] |
---|---|---|
author | Steven Moreland <smoreland@google.com> | Wed May 26 01:22:07 2021 +0000 |
committer | Steven Moreland <smoreland@google.com> | Wed May 26 01:25:05 2021 +0000 |
tree | dd9ff2d9ec4045cb970be37b630c176e64a38902 | |
parent | c1500480cba697681cbc5ebebab833b9b7218b8e [diff] |
binderRpcTest: mitigate hang There is a hang in this test on device only for unix domain sockets caused by b/189272263. It seems sending dec refs (which we have many of now, since each oneway call corresponds to a ref increase), is filling up the socket. Reducing the stress to 50% until this bug can be fixed directly. Bug: N/A Test: binderRpcTest OnewayStressTest (several hundred times) Change-Id: I54808707069d8df028404eaeb3b87ec09d499152