How to serialize tests suites?

After double checking the code, this is What Fabian already do.

See swift-aws-lambda-runtime/Tests/AWSLambdaRuntimeTests/LambdaRuntimeClientTests.swift at ec28c9669684bbbe22e447b24c201add4480e8b0 · swift-server/swift-aws-lambda-runtime · GitHub

So the mock server uses port 0 to bind to any available port.

Problem solved :-)

2 Likes