Description
When using MapConfig with CompletionConfig.min_successful, the map operation processes all items instead of stopping execution once the minimum successful threshold is reached.
Expected Behavior
Execution should stop as soon as min_successful items complete successfully, without processing remaining items.
Actual Behavior
All items are processed, ignoring the min_successful threshold.
Reproduce & Examples
Merge the tests cases into your dev branch and run the integration tests. (test cases: aws/aws-durable-execution-sdk-python-testing#146)