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

Commit b5d2b645 authored by Steven Moreland's avatar Steven Moreland
Browse files

binderRpcTest: session leak test,time for shutdown

This is hard to reproduce locally, but it is happening on
our infrastructure as well as being reported by partners.

Bug: 275482320
Bug: 279834069
Test: binderRpcTest
Change-Id: I260e117092f7a181a3ad4358b2e5c416937d5295
parent 71ea90d3
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -687,6 +687,8 @@ TEST_P(BinderRpc, SessionWithIncomingThreadpoolDoesntLeak) {
    }

    EXPECT_EQ(nullptr, session.promote());

    sleep(1); // give time for remote session to shutdown
}

TEST_P(BinderRpc, SingleDeathRecipient) {