temporalio / temporalio/features
Run integration tests against cloud
Open
@THardy98 is already working on this.
Since Jun 26, 2026.
enhancement
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Describe the solution you'd like
We want to run integration tests against cloud on all SDKs.
Should run against ring-0.
There are basically two items of work:
- On SDK PRs, run integration tests against cloud. This basically consists of:
- extend the test workflow environment to use
envconfigpackage (enables running tests against arbitrary server environments) - run the test suite using the
envconfigextension, pointing to cloud instance
- On OSS PRs, run SDK integration tests per PR ? (akin to features integration with OSS)
Additional context
Earlier detection of SDK integration failures in cloud
Per-SDK Tickets
- Go -
- Java -
- TypeScript -
- Python -
- .NET -
- Ruby -
- Rust -
- PHP -
- Temporal CLI -
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.