You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(detectors): fix intermittent race in Test_YAMLDetectorFilters
Replace /usr/bin/cat with /usr/bin/true for positive test case and
/usr/bin/id with /usr/bin/false for negative test case to avoid
interference from background processes that may execute common utilities.
Add 200ms delay before buffer clear to ensure all events from test 1
have arrived, preventing race conditions where late events cause false
positives in the negative assertion.
0 commit comments