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 failing GitHub tests due to trivial change in output of 'eb' command #3583

Merged
merged 3 commits into from
Feb 19, 2021

Conversation

boegel
Copy link
Member

@boegel boegel commented Feb 19, 2021

Two of the GitHub tests starting failing due to a trivial change in #3472, where the eb command now prints "Temporary log file in case of crash" rather then "temporary log file in case of crash" (capital T).

This went undetected in the PR tests because the GitHub-related tests are skipped for PRs, because the GitHub token is not available then (to avoid that it can be leaked by a malicious PR), but they are still run when the PR is merged to develop.

I'm also limiting the use of the GitHub token a bit here, to avoid hitting the GitHub rate limit now that we're running additional test configurations (cfr. #3565). There's little point in running the GitHub tests with different module tools...

@boegel boegel added the bug fix label Feb 19, 2021
@boegel boegel added this to the 4.3.3 (next release) milestone Feb 19, 2021
@ocaisa ocaisa merged commit 7979cb9 into easybuilders:develop Feb 19, 2021
@boegel boegel deleted the fix_github_tests branch February 19, 2021 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants