temporalio / temporalio/sdk-java
Remove TestWorkflowRule#testTimeoutSeconds
Open
Nobody has claimed this yet.
java
- Dominant language
- Java
- Stars
- 433
- Forks
- 249
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 26
Description
We deprecated TestWorkflowRule#testTimeoutSeconds in https://github.com/temporalio/sdk-java/pull/719
and removed the default timeout for user-facing Rule.
Deprecation will be released as a part of 1.4
We should clean up the implementation from TestWorkflowRule in 1.5
Contributor guide
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
Locate TestWorkflowRule and inspect the deprecated testTimeoutSeconds implementation, using pull request 719 for its deprecation context. Remove the obsolete implementation and run the relevant Java SDK tests or build to verify that TestWorkflowRule still works without it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- testing
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100