8000 add more documentation about how tests work by dothebart · Pull Request #14804 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

add more documentation about how tests work #14804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 23, 2021
Prev Previous commit
Next Next commit
Update tests/README.md
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
  • Loading branch information
dothebart and jsteemann authored Sep 20, 2021
commit a3582c28d3a8f29504c2c7c015e625d0f91c9370
4 changes: 2 additions & 2 deletions tests/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Tests
When creating tests, please bear in mind, that every test added will add additional time during the PR-Runs.
When creating tests, please bear in mind, that every test added will add additional time during the PR runs.

So every test added *will* slow down PRs.
So every added test *will* slow down PR runs.

Please also note that tests in the CI share a system with other runs in parallel.
So CI tests are not a place to max out I/O, Memory, or such.
Expand Down
0