Skip to content
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

fix nightly script for parallel blog tests, remove hello flag #24826

Merged
merged 2 commits into from
May 24, 2024

Conversation

arezaii
Copy link
Contributor

@arezaii arezaii commented Apr 11, 2024

Fixes a problem when the nightly test-linux64-blog-only is ran when setup for paratest. Also adds better error output to differentiate between blogdir not found and blogdir not set.

Previously the blogonly testing did not play well with paratest because it placed the testdirs after the paratest args instead of in the DIRFILE. This changes that by checking for a paratest file and then writing our test directories to it in blogonly mode, similar to how examples tests do. In normal blog mode, the test dirs should be included by way of being located within the test directory.

While here, noticed that the hello flag is an outlier in this script, and was not being used by any of our testing. After some discussion with @DanilaFe and the dev-ops subteam, we decided to remove this flag.

@arezaii arezaii requested a review from DanilaFe April 11, 2024 19:26
DanilaFe

This comment was marked as resolved.

Signed-off-by: arezaii <ahmad.rezaii@hpe.com>
Signed-off-by: arezaii <ahmad.rezaii@hpe.com>
@arezaii arezaii changed the title fix nightly blog-test for paratests fix nightly script for parallel blog tests, remove hello flag May 2, 2024
@arezaii arezaii merged commit 7ca57b6 into chapel-lang:main May 24, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants