c8d61ffef6
Signed-off-by: Anu Engineer <aengineer@apache.org> Co-Authored-By: Doroszlai, Attila <6454655+adoroszlai@users.noreply.github.com>
28 lines
1.3 KiB
Markdown
Executable File
28 lines
1.3 KiB
Markdown
Executable File
<!---
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License. See accompanying LICENSE file.
|
|
-->
|
|
|
|
# Ozone checks
|
|
|
|
This directory contains a collection of easy-to-use helper scripts to execute various type of tests on the ozone/hdds codebase.
|
|
|
|
The contract of the scripts are very simple:
|
|
|
|
1. Executing the scripts without any parameter will check the hdds/ozone project
|
|
2. Shell exit code represents the result of the check (if failed, exits with non-zero code)
|
|
3. Detailed information may be saved to the $OUTPUT_DIR (if it's not set, root level ./target will be used).
|
|
4. The standard output should contain all the log about the build AND the results.
|
|
5. The content of the $OUTPUT_DIR can be:
|
|
* `summary.html`/`summary.md`/`summary.txt`: contains a human readable overview about the failed tests (used by reporting)
|
|
* `failures`: contains a simple number (used by reporting)
|