Bug: Logger not threadsafe across multiple parallel test classes #601
Labels
bug
Unexpected, reproducible and unintended software behaviour
revisit-in-3-months
Blocked issues/PRs that need to be revisited
tests
Expected Behaviour
Run until failure completes without failure
Current Behaviour
Random failures after anywhere from 1 to 10 test runs
Code snippet
Possible Solution
Noted a similar issue cropped up with the Python lambda powertools append keys:
[https://github.com/aws-powertools/powertools-lambda-python/issues/2040]
Steps to Reproduce
This is re-producible with the code snippet above.
The workaround is to decorate the classes with:
[Collection("Sequential")]
Powertools for AWS Lambda (.NET) version
latest
AWS Lambda function runtime
dotnet6
Debugging logs
The text was updated successfully, but these errors were encountered: