Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

util: make error and warning output thread-safe #2426

Merged
merged 1 commit into from
Jan 9, 2024
Merged

Conversation

fridis
Copy link
Member

@fridis fridis commented Jan 8, 2024

Since the JVM backend runs in a new thread we might run into concurrency issues when creating errors. This causes flaky jenkins test runs such as content.design.examples.res_intri.fz.

This patch synchronizes all methods that save, access or output warnings and errors.

Since the JVM backend runs in a new thread we might run into concurrency issues
when creating errors. This causes flaky jenkins test runs such as
content.design.examples.res_intri.fz.

This patch synchronizes all methods that save, access or output warnings and
errors.
@michaellilltokiwa michaellilltokiwa merged commit 056e1df into main Jan 9, 2024
5 checks passed
@michaellilltokiwa michaellilltokiwa deleted the sync_errors branch January 9, 2024 09:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants