-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[tests-only][full-ci]Added script to report closed issues in expected failure file #40377
Conversation
25fc548
to
a8ba32c
Compare
Note: this script is not being used in CI (of core, or oCIS or reva...) because it would cause unexpected CI fails if someone closes an issue that is in an expected-failures file, and that is outside the real control of the CI of PRs. We don't want developers to get their PRs "broken" by "external" things like that. We can use this script manually when we want to. In the future, if it seems worthwhile, we could put it in nightly CI - but first lets use it manually. |
a8ba32c
to
084e5f9
Compare
I adjusted the indent to always use tabs. And added a check for invalid issue numbers. I will review and test again later today. |
I added a few more checks for unusual things:
The objective is to also try and find supposed "links to issues" that are "just plain wrong". |
Kudos, SonarCloud Quality Gate passed! |
This will be used to check expected-failures files: owncloud/ocis#4635 |
Description
This PR Adds bash script to report or find the issue that are closed but are still in the expected to failure file (In any Owncloud repository).
Related issue
owncloud/QA#716