Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Tofel committed Jun 25, 2024
1 parent b65801c commit 2f23364
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,15 @@ You can see the results of each test in the terminal with normal `go test` outpu

These tests remain bound to a Kubernetes run environment, and require more complex setup and running instructions not documented here. We endeavor to make these easier to run and configure, but for the time being please seek a member of the QA/Test Tooling team if you want to run these.

We will only mention that once you have prepared `overrides.toml` (with at least the Chainlink image entry) you can run OCR-related test using `make` command:
* OCRv1 -> `make test_soak_ocr1`
* OCRv2 -> `make test_soak_ocr2`
* OCRv1 with forwarders -> `make test_soak_forwarder_ocr1`
* OCRv2 with forwarders -> `make test_soak_forwarder_ocr2`

### How to run reorg tests
It's crucial to remember that these tests currently run on **OCRv1**.

Run soak/ocr_test.go with reorg below finality and `FinalityTagEnabled=false`

```bash
Expand Down Expand Up @@ -127,4 +135,4 @@ Run soak/ocr_test.go with RPC network chaos by bringing down network to RPC node

```bash
make test_soak_ocr_rpc_down_half_cl_nodes
```
```

0 comments on commit 2f23364

Please sign in to comment.