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

Use Negative Lookhead for /nothing provides/ #10523

Merged
merged 1 commit into from Jun 16, 2020

Conversation

b10n1k
Copy link
Contributor

@b10n1k b10n1k commented Jun 16, 2020

Use of Negative Lookahead in the regex to
filter /nothing provides/ and match all but not the one in the bug report.
Then move it to be catched in the %y2log_known_errors which gives us
a softfail report.

Copy link
Contributor

@jknphy jknphy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could we also soft-fail in the badlist?

lib/opensusebasetest.pm Outdated Show resolved Hide resolved
@b10n1k
Copy link
Contributor Author

b10n1k commented Jun 16, 2020

@OleksandrOrlov could you be my second reviewer?

Copy link
Member

@rwx788 rwx788 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, could you please adjust commit message and PR header as per https://chris.beams.io/posts/git-commit/ ? And we can merge.

@OleksandrOrlov
Copy link
Contributor

LGTM. Could you please, change the commit message as Rodion suggested.

Use of Negative Lookahead in the regex to
filter /nothing provides/ and match all but not the one in the bug report.
Then move it to be catched in the %y2log_known_errors which gives us
a softfail report.
@b10n1k
Copy link
Contributor Author

b10n1k commented Jun 16, 2020

LGTM, could you please adjust commit message and PR header as per https://chris.beams.io/posts/git-commit/ ? And we can merge.

Done. If applied, this commit will Use Negative Lookhead for /nothing provides/
Still not sure if this is good enough tho. let me know

@OleksandrOrlov OleksandrOrlov changed the title Makes bsc#1170322 to have a softfail Use Negative Lookhead for /nothing provides/ Jun 16, 2020
@OleksandrOrlov OleksandrOrlov merged commit 2cf6eb9 into os-autoinst:master Jun 16, 2020
@b10n1k b10n1k deleted the 67708_whitelist_log branch August 24, 2023 14:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants