commit | 021fdb191e48bc273e690c5118df8f36658f642c | [log] [tgz] |
---|---|---|
author | Muhammad Qureshi <muhammadq@google.com> | Wed Jun 05 21:42:05 2024 -0700 |
committer | Muhammad Qureshi <muhammadq@google.com> | Wed Jun 05 21:46:01 2024 -0700 |
tree | c6b6239fb89434122ef071944990cd975bc22979 | |
parent | 8096db18d19b41b3c48c3b885e716c5941c8dae3 [diff] |
Remove flakey assertion from testAddSubscription Remove check on pull thread wakeup count for subscriptions. The test only uses pushed atom subscriptions so asserting on pull thread wakeup count isn't needed here. The count can be flakey because it is incremented in a separate thread at the beginning of the processing loop. Bug: 342832813 Test: atest statsd_test:ShellSubscriberCallbackTest.testAddSubscription Change-Id: I0774065360710a1ed21e2b10a28f2e2115a3014a