c2pa-rs icon indicating copy to clipboard operation
c2pa-rs copied to clipboard

Intermittent unit test failure in settings module

Open scouten-adobe opened this issue 4 months ago • 1 comments

It looks like the unit tests for settings are prone to occasional lock-poisoning errors, as evidenced by this test run.

Suggest that we wrap tests that affect global state in a mutex similar to what we did for OpenSSL in #516.

scouten-adobe avatar Oct 24 '24 17:10 scouten-adobe