Fix flaky test#385
Open
KrishaDeshkool wants to merge 1 commit into
Open
Conversation
268298b to
7e9975a
Compare
e3f2cdc to
15f4629
Compare
5201764 to
96a9ed1
Compare
445b759 to
20a0d63
Compare
bemerybmw
requested changes
May 18, 2026
| // This is a false positive, we don't use auto here | ||
| // coverity[autosar_cpp14_a8_5_3_violation : FALSE] | ||
| std::lock_guard lock{proxy_event_registration_mutex_}; | ||
| if (event_bindings_.size() == 0U) |
Contributor
There was a problem hiding this comment.
We already do this check below with a warning log. Why do we do it again here?
Issue: #386