-
Notifications
You must be signed in to change notification settings - Fork 701
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Problem to solve
I'm testing AWS Lambda functions in container images, and using testcontainers and the AWS Lambda Runtime Emulator to do that.
Lambda functions are single-threaded and single-concurrency. They don't accept multiple concurrent requests, so the behavior of --test running in parallel is unhelpful in this case.
Proposal
--no-parallel to explicitly disable parallelism even if --test provided.
Alternatively, if --jobs is 0, disable parallelism that way.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation