Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3c3ab8d4 authored by Steven Moreland's avatar Steven Moreland
Browse files

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
parent abecf2e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1053,7 +1053,7 @@ static void saturateThreadPool(size_t threadCount, const sp<IBinderRpcTest>& ifa
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});