commit | 354afc79d365f39188ad1478bf079e017b2ab084 | [log] [tgz] |
---|---|---|
author | Matthew Sedam <matthewsedam@google.com> | Tue Jul 09 21:41:48 2024 +0000 |
committer | Matthew Sedam <matthewsedam@google.com> | Tue Jul 09 21:41:48 2024 +0000 |
tree | e619d6d58278f1b7486dd1e5cf7a9397de2a8f84 | |
parent | 26e9784569d65e70ee7e99bd5e725493befc3716 [diff] |
ContextHubTestModeManager: Reduce event probabilities This CL reduces the probability that a duplication or drop event occurs during the reliable message test. This CL should fix failures where the events were occurring too frequently, so even though the code was working correctly and retrying messages, all messages were being dropped leading to test failure. Bug: 333567700 Change-Id: I1fe7ed7bb0fbdfb755d59895c514c59111af1c42 Flag: TEST_ONLY Test: Presubmits