temporalio / temporalio/features
[Feature Request] Add feature tests for SDK side validation of different server commands
Open
Nobody has claimed this yet.
enhancement
- Dominant language
- Go
- Stars
- 32
- Forks
- 28
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 7
Description
Some examples:
RetryOptions.initialIntevalmust be<=RetryOptions.maxInterval`- Negative or 0 value for timer durations (negative might be only possible in TS for lack of unsigned int type)
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.
Research direction
Start by locating the existing feature tests and SDK-side validation for server commands, then review how RetryOptions.initialInteval, RetryOptions.maxInterval, and timer durations are represented. Done means feature tests cover the stated ordering and non-positive-duration constraints across the relevant SDKs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, typescript
- Domain
- backend-api-design, testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100