libbinder: RPC OnewayStressTest += stress
It's easy to ignore small problems. If there is a glaring problem, then
you know about it and you can fix it.
(this causes a problem w/ active CL 'libbinder: RPC avoid poll' to repro
on host, not only on Pixel 3)
Bug: 182940634
Test: binderRpcTest
Change-Id: I201b2e10566947f52639f8232c05b975c9e4162e
diff --git a/libs/binder/tests/binderRpcTest.cpp b/libs/binder/tests/binderRpcTest.cpp
index 0e7e259..aad0162 100644
--- a/libs/binder/tests/binderRpcTest.cpp
+++ b/libs/binder/tests/binderRpcTest.cpp
@@ -1053,7 +1053,7 @@
TEST_P(BinderRpc, OnewayStressTest) {
constexpr size_t kNumClientThreads = 10;
constexpr size_t kNumServerThreads = 10;
- constexpr size_t kNumCalls = 500;
+ constexpr size_t kNumCalls = 1000;
auto proc = createRpcTestSocketServerProcess({.numThreads = kNumServerThreads});