-
Notifications
You must be signed in to change notification settings - Fork 89
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
Rename example test files, and add requirement for new recipes. #181
Conversation
sawsa307
commented
Nov 3, 2023
•
edited
Loading
edited
- Rename test_example and its files to avoid cleanup.sh template being picked up by cleanup_all.sh.
- Add warning on break changes will be reverted.
- Add requirement for new recipe PR, and example for the required output.
583f8bc
to
64d61d2
Compare
… picked up by cleanup_all.sh.
309a573
to
8f1f879
Compare
test/README.md
Outdated
@@ -18,6 +18,8 @@ limitations under the License. | |||
|
|||
The tests here are intended to test the recipes in this repo to make sure it workable and up-to-date. | |||
|
|||
PLEASE NOTE: All recipe tests are run periodically to ensure they are all passed. If a new recipe or changes to an existing recipe causes test failures, it will be REVERTED. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It may be reverted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
test/README.md
Outdated
@@ -75,7 +77,7 @@ To cleanup all tests separately, use the following command from test/: | |||
|
|||
## Adding a new recipe test | |||
|
|||
For a new recipe, in addition to its yaml file and REAME.md, it should also include a set of test files to make sure the recipe is functional and up-to-date. | |||
For a new recipe, in addition to its yaml file and REAME.md, it should also include a set of test files to make sure the recipe is functional and up-to-date. In the description section of the pull request, you should also provide the result of `make test` tp show your test is passing and is not breaking any other existing tests. See example in [output-example.txt](./test_example/output_example.txt). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tp show => to show
any other existing => other tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated.
8f1f879
to
5ae1320
Compare
* Add warning on break changes will be reverted. * Add requirement for new recipe PR, and example for the required output.
5ae1320
to
2b70e0c
Compare
Hi @bowei I've addressed the typos, could you take another look? |