contentauth / c2pa-rs

Rust SDK for the core C2PA (Coalition for Content Provenance and Authenticity) specification
Other
125 stars 54 forks source link

Intermittent unit test failure in settings module #643

Open scouten-adobe opened 1 day ago

scouten-adobe commented 1 day ago

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 commented 1 day ago

FWIW the test run cited above succeeded when re-run.