Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
longquanzheng authored Sep 10, 2021
1 parent 6efb5c6 commit e426426
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions canary/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Canary Test Cases

#### Cron Canary: periodically running Sanity test suite

The Cron workflow is not a test case. It's a top level workflow to kick off the Sanity suite(described below) periodically.
The Cron workflow is not a test case. It's a top-level workflow to kick off the Sanity suite(described below) periodically.
To start the cron canary:
```
./cadence-canary start -mode cronCanary
Expand All @@ -96,7 +96,9 @@ For local development, you can also start the cron canary workflows along with t

The Cron Schedule is from the Configuration.
However, changing the schedule requires you manually terminate the existing cron workflow to take into effect.
It can be [improved](https://github.com/uber/cadence/issues/4469) in the future.
It can be [improved](https://github.com/uber/cadence/issues/4469) in the future.

The workflowID is fixed: `"cadence.canary.cron"`

#### Test case starter & Sanity suite
The sanity workflow is test suite workflow. It will kick off a bunch of childWorkflows for all the test to verify that Cadence server is operating correctly.
Expand Down

0 comments on commit e426426

Please sign in to comment.