Skip to content

Commit

Permalink
Update docs/contributor/testing-strategy.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tobias Schuhmacher <t.schuhmacher@sap.com>
  • Loading branch information
Disper and tobiscr authored Feb 5, 2024
1 parent 9728b6e commit 2dfa87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributor/testing-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ For each layer, there is a dedicated testing approach used:
4. Test the interaction and integration of your custom resources, controllers, and other components with the Kubernetes API.
5. Ensure test cases cover various aspects such as resource creation, updating, deletion, and handling of edge cases.
6. Validate the correctness of event handling, reconciliation, and other control logic.
7. Unit tests have to be executed as fast as possible to minimize roundtrip times and be applied for each PR. Long running tests should be excluded from requently executed test runs and be triggered periodically (e.g. 4 times a day)
7. Integration tests have to be executed fast to minimize roundtrip times and be applied for each PR. Long-running tests should be excluded from frequently executed test runs and be triggered periodically (e.g. 4 times a day)

### End-to-End Testing
1. Use Helm to create, deploy, and manage test clusters and environments that closely resemble the productive execution context.
Expand Down

0 comments on commit 2dfa87b

Please sign in to comment.