Skip to content

feat(testing): replace DURABLE_EXECUTION_TIME_SCALE with skip_time for Python - #242

Merged
nvasiu merged 1 commit into
mainfrom
feat/python-skip-time-docs
Sep 10, 2026
Merged

feat(testing): replace DURABLE_EXECUTION_TIME_SCALE with skip_time for Python#242
nvasiu merged 1 commit into
mainfrom
feat/python-skip-time-docs

Conversation

@ayushiahjolia

Copy link
Copy Markdown
Contributor

Issue #, if available: N/A

Description of changes:
Replace references to the DURABLE_EXECUTION_TIME_SCALE environment variable with the new skip_time parameter on DurableFunctionTestRunner in all Python testing docs and examples.

The Python SDK v2 (aws/aws-durable-execution-sdk-python#523) replaces the env var time-scaling approach with a proper virtual clock (SkipClock). The test runner now
accepts skip_time=True (the default), which aligns Python with TypeScript (skipTime) and C# (SkipTime).

Blocked on: Python SDK v2 publishing to PyPI. Do not merge until v2 is released.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@nvasiu
nvasiu force-pushed the feat/python-skip-time-docs branch from 41ca69f to 28010b8 Compare September 10, 2026 16:59
@nvasiu
nvasiu deployed to ai-pr-review September 10, 2026 16:59 — with GitHub Actions Active
@nvasiu
nvasiu had a problem deploying to ai-pr-review-runtime September 10, 2026 17:05 — with GitHub Actions Failure
@nvasiu
nvasiu had a problem deploying to ai-pr-review-runtime September 10, 2026 17:05 — with GitHub Actions Failure
@nvasiu
nvasiu marked this pull request as ready for review September 10, 2026 17:27
@nvasiu
nvasiu deployed to ai-pr-review-runtime September 10, 2026 17:27 — with GitHub Actions Active
@nvasiu
nvasiu had a problem deploying to ai-pr-review-runtime September 10, 2026 17:27 — with GitHub Actions Failure
@nvasiu
nvasiu had a problem deploying to ai-pr-review-runtime September 10, 2026 17:27 — with GitHub Actions Failure
@nvasiu
nvasiu merged commit 24219fb into main Sep 10, 2026
15 of 19 checks passed
@nvasiu
nvasiu deleted the feat/python-skip-time-docs branch September 10, 2026 17:49
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.

2 participants