Skip to content

Commit

Permalink
ordering and links (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibarrajo authored Jan 15, 2025
1 parent 4b4b8f2 commit f5826e7
Show file tree
Hide file tree
Showing 19 changed files with 4 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: default
title: Workflow Non-deterministic errors
permalink: /docs/go-client/workflow-non-deterministic-errors
permalink: /docs/go-client/workflow-non-deterministic-error
---

# Workflow Non-deterministic errors
Expand Down Expand Up @@ -175,4 +175,4 @@ Code changes that are free of non-deterministic erorrs normally do not involve d

### I want to check if my code change will produce non-deterministic errors, how can I debug?

Cadence provides replayer test, which functions as an unit test on your local machine to replay your workflow history comparing to your potential code change. If you introduce a non-deterministic change and your history triggers it, the test should fail. Check out [this page](./18-workflow-replay-shadowing.md) for more details.
Cadence provides replayer test, which functions as an unit test on your local machine to replay your workflow history comparing to your potential code change. If you introduce a non-deterministic change and your history triggers it, the test should fail. Check out [this page](./19-workflow-replay-shadowing.md) for more details.
3 changes: 2 additions & 1 deletion sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const sidebars: SidebarsConfig = {
{ type: 'doc', id: 'go-client/index' },
{ type: 'doc', id: 'go-client/workers' },
{ type: 'doc', id: 'go-client/create-workflows' },
{ type: 'doc', id: 'go-client/02.5-starting-workflows' },
{ type: 'doc', id: 'go-client/starting-workflows' },
{ type: 'doc', id: 'go-client/activities' },
{ type: 'doc', id: 'go-client/execute-activity' },
{ type: 'doc', id: 'go-client/child-workflows' },
Expand All @@ -111,6 +111,7 @@ const sidebars: SidebarsConfig = {
{ type: 'doc', id: 'go-client/distributed-cron' },
{ type: 'doc', id: 'go-client/tracing' },
{ type: 'doc', id: 'go-client/workflow-replay-shadowing' },
{ type: 'doc', id: 'go-client/workflow-non-deterministic-error' },
],
},
{
Expand Down

0 comments on commit f5826e7

Please sign in to comment.