Skip to content

Commit 34f9bdf

Browse files
committed
update doc urls
1 parent 76f0f13 commit 34f9bdf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

book/src/framework/chaos/chaos.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ We offer Docker and Kubernetes boilerplates designed to test the resilience of `
55

66
## Goals
77

8-
We recommend structuring your tests as a linear suite that applies various chaos experiments and verifies the outcomes using a [load](../../libs/wasp.md) testing suite. Focus on critical user metrics, such as:
8+
We recommend structuring your tests as a linear suite that applies various chaos experiments and verifies the outcomes using a load testing suite. Focus on critical user metrics, such as:
99

1010
- The ratio of successful responses to failed responses
1111
- The nth percentile of response latency
@@ -32,7 +32,7 @@ You can also use [fake](../../framework/components/mocking.md) package to create
3232

3333
Given the complexity of `Kubernetes`, we recommend starting with `Docker` first. Identifying faulty behavior in your services early—such as cascading latency—can prevent more severe issues when scaling up. Addressing these problems at a smaller scale can save significant time and effort later.
3434

35-
Check `NodeSet` + `Blockchain` template [here]().
35+
Check `NodeSet` + `Blockchain` template [here](https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/framework/examples/myproject/chaos/chaos_docker_test.go).
3636

3737
## Kubernetes
3838

@@ -44,7 +44,7 @@ We utilize a subset of [ChaosMesh](https://chaos-mesh.org/) experiments that can
4444

4545
- [HTTP faults](https://chaos-mesh.org/docs/simulate-http-chaos-on-kubernetes/)
4646

47-
Check `NodeSet` + `Blockchain` template [here]().
47+
Check `NodeSet` + `Blockchain` template [here](https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/framework/examples/myproject/chaos/chaos_k8s_test.go).
4848

4949
## Blockchain
5050

@@ -56,4 +56,4 @@ We also offer a set of blockchain-specific experiments, which typically involve
5656

5757
- Utilizing developer APIs (e.g., Anvil)
5858

59-
Check [gas]() and [reorg]() examples.
59+
Check [gas](https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/framework/examples/myproject/chaos/chaos_blockchain_evm_gas_test.go) and [reorg](https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/framework/examples/myproject/chaos/chaos_blockchain_evm_reorg_test.go) examples.

0 commit comments

Comments
 (0)