Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hariso committed Oct 2, 2024
1 parent 4297c19 commit 0b928a7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/test-cases/pipeline-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,11 +176,13 @@ pipelines:
---
## Test Case 07: Conduit exits with --pipelines.exit-on-error=true and a pipeline failing after recovery
## Test Case 07: Conduit exits with --pipelines.exit-on-degraded=true and a pipeline failing after recovery
**Priority** (low/medium/high):
**Description**:
**Description**: Given a Conduit instance with
`--pipelines.exit-on-degraded=true`, and a pipeline that's failing after the
maximum number of retries configured, Conduit should shut down gracefully.

**Automated** (yes/no)

Expand All @@ -199,11 +201,13 @@ pipelines:

---

## Test Case 08: Conduit doesn't exit with --pipelines.exit-on-error=true and a pipeline that recovers after a few retries
## Test Case 08: Conduit doesn't exit with --pipelines.exit-on-degraded=true and a pipeline that recovers after a few retries

**Priority** (low/medium/high):

**Description**:
Given a Conduit instance with `--pipelines.exit-on-degraded=true`, and a
pipeline that recovers after a few retries, Conduit should still be running.

**Automated** (yes/no)

Expand Down
File renamed without changes.

0 comments on commit 0b928a7

Please sign in to comment.