parallaxsecond / parsec

Platform AbstRaction for SECurity service
https://parsec.community/
Apache License 2.0
469 stars 67 forks source link

Investigate tarpaulin segfaults #349

Closed ionut-arm closed 2 years ago

ionut-arm commented 3 years ago

PKCS11 testing under tarpaulin for code coverage generation has been removed because whenever the service was stopped it triggered a segfault in tarpaulin and the test results would be lost. We're currently excluding the PKCS11 provider from coverage reporting.

hug-dev commented 3 years ago

Problem fixed with the PKCS11 provider but same problem with the TS one.

ionut-arm commented 2 years ago

Problem doesn't appear with TS provider anymore, see #573