commit | f6d0d2c115078afa7e2fea9ed8e857570c01a03c | [log] [tgz] |
---|---|---|
author | Connor O'Brien <connoro@google.com> | Wed Jun 10 15:18:02 2020 -0700 |
committer | Connor O'Brien <connoro@google.com> | Wed Jun 10 16:44:01 2020 -0700 |
tree | 5063c1c7bc3c5a06649a86651343b9e66466833e | |
parent | b3bd77fcbeb29d5fa56f071abe7cf4cb3b7b8662 [diff] |
KernelCpuUidBpfMapReaderTest: test UID removal with absent UIDs The original implementation of KernelCpuUidBpfMapReader.removeUidsInRange did not work unless data was present for the first & last UIDs in the range. Add a test case to verify the fix for this issue & prevent regressions Test: confirm test passes with fix & fails without it Bug: 157887803 Change-Id: Icfabb7298dbfb1a7f1b89dadbe33bae0492922b6 Signed-off-by: Connor O'Brien <connoro@google.com>