temporalio / temporalio/features

[Documentation] Testing feedback request

Open
#113 0 comments 0 reactions 1 assignee View on GitHub

@lorensr is already working on this.

Since Aug 15, 2022.

documentation
Dominant language
Go
Stars
32
Forks
28
Avg merge
1d 9h
Merged PRs (30d)
7

Description

Adding a testing section to the application development guide.

Add comments, content, or suggestions. This will be the outline we will follow.

The following is the suggested TOC:

Testing

  • Replay (link to current section)
  • Emulate server (SDKs that support TestWorkflowClient)
    • Server options
  • Time-skipping option
    • Per class
      • Switch on
      • Switch off
    • Per activity / function
      • Switch on
      • Switch off
  • Emulate await
    • sleep(int seconds)
    • sleepUntil(int $timestamp)
  • Workflow sandbox
  • Debugging
    • Set environmental var: TEMPORAL_DEBUG to True.
  • Error handling
    • IsContinueAsNewError (add additonal errors)

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.