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
review
  • Loading branch information
dothebart committed Sep 21, 2021
commit 5009ce2c3bafb6cc4dea93c664e06e304e024cc5
2 changes: 1 addition & 1 deletion README_maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Main sections:
- [Windows Core Dumps](#windows-core-dumps)
- [Unittests](#unittests)
- [invoking driver tests](#driver-tests) via scripts/unittests
- [capturing test communication](#running-tcpdump--windump-for-the-sut) but
- [capturing test HTTP communication](#running-tcpdump--windump-for-the-sut) but
[forcing communication to use plain-text JSON](#forcing-downgrade-from-vpack-to-json)
- [Evaluating previous testruns](#evaluating-json-test-reports-from-previous-testruns)
sorting by setup time etc.
Expand Down
0