Skip to content

Ginkgo: Simplify all --focus regexes#12089

Merged
aanm merged 1 commit intomasterfrom
pr/jrajahalme/ginkgo-fix-focus
Jun 17, 2020
Merged

Ginkgo: Simplify all --focus regexes#12089
aanm merged 1 commit intomasterfrom
pr/jrajahalme/ginkgo-fix-focus

Conversation

@jrajahalme
Copy link
Copy Markdown
Member

Ginkgo --focus option is a regular expression that matches a substring
without any trailing wildcarding. Simplify all --focus parameters
accordingly. The --focus parameter is also not repeatable, the last
one takes the effect if multiple ones are given. Fix the docs for
this.

Update the document to the current default K8S_VERSION (1.18).

Signed-off-by: Jarno Rajahalme jarno@covalent.io

@jrajahalme jrajahalme added area/documentation Impacts the documentation, including textual changes, sphinx, or other doc generation code. area/CI-improvement Topic or proposal to improve the Continuous Integration workflow release-note/misc This PR makes changes that have no direct user impact. needs-backport/1.8 labels Jun 16, 2020
@jrajahalme jrajahalme requested a review from nebril June 16, 2020 01:03
@jrajahalme jrajahalme requested review from a team as code owners June 16, 2020 01:03
@jrajahalme
Copy link
Copy Markdown
Member Author

test-me-please

@coveralls
Copy link
Copy Markdown

coveralls commented Jun 16, 2020

Coverage Status

Coverage decreased (-0.01%) to 37.058% when pulling e295283 on pr/jrajahalme/ginkgo-fix-focus into 331aab4 on master.

Copy link
Copy Markdown
Member

@pchaigno pchaigno left a comment

Choose a reason for hiding this comment

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

One nit below. LGTM otherwise!

Thanks for fixing this Jarno! 🎉 It was really confusing when I started.

Comment thread Documentation/contributing/testing/e2e.rst Outdated
Copy link
Copy Markdown
Member

@tklauser tklauser left a comment

Choose a reason for hiding this comment

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

Some small nits, otherwise LGTM.

Comment thread Documentation/contributing/testing/e2e.rst Outdated
Comment thread Documentation/contributing/testing/e2e.rst Outdated
Comment thread Documentation/contributing/testing/e2e.rst Outdated
@nebril
Copy link
Copy Markdown
Member

nebril commented Jun 16, 2020

Looks good, I would apply changes suggested by @tklauser though.

Ginkgo --focus option is a regular expression that matches a substring
without any trailing wildcarding. Simplify all --focus parameters
accordingly.  The --focus parameter is also not repeatable, the last
one takes the effect if multiple ones are given. Fix the docs for
this.

Update the document to the current default K8S_VERSION (1.18).

Signed-off-by: Jarno Rajahalme <jarno@covalent.io>
@jrajahalme jrajahalme force-pushed the pr/jrajahalme/ginkgo-fix-focus branch from 464905b to e295283 Compare June 16, 2020 18:14
@jrajahalme
Copy link
Copy Markdown
Member Author

test-me-please

@aanm aanm merged commit 0eab60d into master Jun 17, 2020
@aanm aanm deleted the pr/jrajahalme/ginkgo-fix-focus branch June 17, 2020 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/CI-improvement Topic or proposal to improve the Continuous Integration workflow area/documentation Impacts the documentation, including textual changes, sphinx, or other doc generation code. release-note/misc This PR makes changes that have no direct user impact.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants