Skip to content

Commit

Permalink
Update docs/docs/adrs/adr-011-improving-test-confidence.md
Browse files Browse the repository at this point in the history
Co-authored-by: Shawn <[email protected]>
  • Loading branch information
MSalopek and shaspitz authored Aug 23, 2023
1 parent 87e719d commit 9e809e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/adrs/adr-011-improving-test-confidence.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ During development and testnet operation the most commonly found types of bugs a
- KV store management and/or how keys are defined
- deserialization issues arising from consumer/provider versioning mismatch

Such bugs can be discovered earlier with better tooling. Some of these bugs can induce increases in block times, chain halts or introduce an attack surface which is difficult to remove if other systems have started depending on that behavior.
Such bugs can be discovered earlier with better tooling. Some of these bugs can induce increases in block times, chain halts, state corruption, or introduce an attack surface which is difficult to remove if other systems have started depending on that behavior.

#### Current state of testing
Our testing suites consist of multiple parts, each with their own trade-offs and benefits with regards to code coverage, complexity and confidence they provide.
Expand Down

0 comments on commit 9e809e0

Please sign in to comment.