apple / swift-nio-ssl

TLS Support for SwiftNIO, based on BoringSSL.
https://swiftpackageindex.com/apple/swift-nio-ssl/main/documentation/niossl
Apache License 2.0
385 stars 139 forks source link

UnwrappingTests use own class member cert values #437

Closed rnro closed 1 year ago

rnro commented 1 year ago

Motivation:

Running the tests with --parallel --num-workers=1 revealed a failure on tearDown

Modifications:

UnwrappingTests use own class member cert values rather than those from NIOSSLIntegrationTest.

Result:

Tests pass

glbrntt commented 1 year ago

@swift-server-bot add to allowlist