Skip to content

BUG: fix race conditions in tests/field_compare - #126

Closed
rprobaina wants to merge 1 commit into
linux-audit:mainfrom
rprobaina:fix_filed_compare_sync
Closed

BUG: fix race conditions in tests/field_compare#126
rprobaina wants to merge 1 commit into
linux-audit:mainfrom
rprobaina:fix_filed_compare_sync

Conversation

@rprobaina

Copy link
Copy Markdown
Contributor

On busy machines, false positive test failures occasionally occur due to a lack of synchronization between triggering and checking audit events.

This commit adds synchronization points between event triggering and checking to eliminate these race conditions and stabilize the tests.

Signed-off-by: Ricardo Robaina rrobaina@redhat.com

On busy machines, false positive test failures occasionally occur
due to a lack of synchronization between triggering and checking
audit events.

This commit adds synchronization points between event triggering
and checking to eliminate these race conditions and stabilize
the tests.

Signed-off-by: Ricardo Robaina <rrobaina@redhat.com>
@pcmoore pcmoore added the bug label May 27, 2026
@pcmoore pcmoore changed the title tests/field_compare: fix race conditions in event checking BUG: fix race conditions in tests/field_compare May 27, 2026
@pcmoore

pcmoore commented May 27, 2026

Copy link
Copy Markdown
Contributor

Merged via b2c4ba0, thanks!

@pcmoore pcmoore closed this May 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants