temporalio / temporalio/features

[Feature Request] Add feature tests for SDK side validation of different server commands

Open
#3 3 comments 0 reactions 0 assignees View on GitHub

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.initialInteval must 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.