Expected Behavior
Test cases should always succeed
Actual Behavior
Occasional test failures due to unexpected PENDINGs
e.g. https://github.com/aws/aws-durable-execution-sdk-java/actions/runs/25229191191/job/73980791164
Error: software.amazon.lambda.durable.examples.CloudBasedIntegrationTest.testCallbackExample -- Time elapsed: 6.826 s <<< ERROR!
java.lang.IllegalStateException: Execution succeeded while invocation failed with: Cannot return PENDING status with no pending operations.
at software.amazon.lambda.durable.testing.TestResult.getStatus(TestResult.java:60)
at software.amazon.lambda.durable.examples.CloudBasedIntegrationTest.testCallbackExample(CloudBasedIntegrationTest.java:399)
Steps to Reproduce
Run the case CloudBasedIntegrationTest.testCallbackExample multiple times
SDK Version
1.0.1
Java Version
17
Is this a regression?
No
Last Working Version
No response
Additional Context
No response
Expected Behavior
Test cases should always succeed
Actual Behavior
Occasional test failures due to unexpected PENDINGs
e.g. https://github.com/aws/aws-durable-execution-sdk-java/actions/runs/25229191191/job/73980791164
Steps to Reproduce
Run the case
CloudBasedIntegrationTest.testCallbackExamplemultiple timesSDK Version
1.0.1
Java Version
17
Is this a regression?
No
Last Working Version
No response
Additional Context
No response