### Expected Behavior All tests are expected to complete successfully ### Actual Behavior `test_callback_concurrency.py::test_handle_multiple_concurrent_callback_operations` is stuck in some test runs, e.g.: https://github.com/aws/aws-durable-execution-sdk-python-testing/actions/runs/24797205718/job/72570041619?pr=208 1 out of ~10 runs of the case would get stuck This could be a bug in the SDK concurrency or callback implementation. ### Steps to Reproduce Run test case: `test_callback_concurrency.py::test_handle_multiple_concurrent_callback_operations` ### SDK Version 1.4.0 ### Python Version 3.14 ### Is this a regression? No ### Last Working Version _No response_ ### Additional Context _No response_
Expected Behavior
All tests are expected to complete successfully
Actual Behavior
test_callback_concurrency.py::test_handle_multiple_concurrent_callback_operationsis stuck in some test runs, e.g.:https://github.com/aws/aws-durable-execution-sdk-python-testing/actions/runs/24797205718/job/72570041619?pr=208
1 out of ~10 runs of the case would get stuck
This could be a bug in the SDK concurrency or callback implementation.
Steps to Reproduce
Run test case:
test_callback_concurrency.py::test_handle_multiple_concurrent_callback_operationsSDK Version
1.4.0
Python Version
3.14
Is this a regression?
No
Last Working Version
No response
Additional Context
No response