Skip to content

log_handler test: Ignore unknown categories

Jan Alexander Steffens requested to merge heftig/gstreamer-rs:log-test into master

Tests run parallel in multiple threads. This makes the log_handler test flaky because it may see log messages triggered by other threads. Make the handler ignore all messages not in the category we care about.

Merge request reports