Skip to content

Fetch paginated cloud execution history#514

Open
zhongkechen wants to merge 4 commits into
mainfrom
codex/fetch-paginated-history
Open

Fetch paginated cloud execution history#514
zhongkechen wants to merge 4 commits into
mainfrom
codex/fetch-paginated-history

Conversation

@zhongkechen

@zhongkechen zhongkechen commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Follow NextMarker in DurableFunctionCloudTestRunner history fetches and merge all pages before building results
  • Add paginated cloud-runner coverage for callbacks, wait_for_result, steps, and child contexts
  • Add a many-operations example with top-level steps and child-context steps

Fixes: #510

Tests

  • hatch run test:all packages/aws-durable-execution-sdk-python-testing/tests/runner_test.py packages/aws-durable-execution-sdk-python-examples/test/comprehensive_operations
  • hatch fmt --check
  • hatch run types:check packages/aws-durable-execution-sdk-python-testing/src/aws_durable_execution_sdk_python_testing/runner.py packages/aws-durable-execution-sdk-python-testing/tests/runner_test.py packages/aws-durable-execution-sdk-python-examples/src/comprehensive_operations/many_operations.py packages/aws-durable-execution-sdk-python-examples/test/comprehensive_operations/test_many_operations.py

@zhongkechen zhongkechen self-assigned this Jul 6, 2026
@zhongkechen zhongkechen force-pushed the codex/fetch-paginated-history branch from 3c4d7d6 to aeea072 Compare July 6, 2026 19:18
@zhongkechen

Copy link
Copy Markdown
Contributor Author

CI failed due to #503

@yaythomas

Copy link
Copy Markdown
Contributor

adds this support to locarunner: #515

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cloud runner does not fetch paginated execution history

3 participants