onsi/ginkgo
### [`v2.11.0`](https://togithub.com/onsi/ginkgo/releases/tag/v2.11.0)
[Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.10.0...v2.11.0)
##### 2.11.0
In prior versions of Ginkgo specs the CLI filter flags (e.g. `--focus`, `--label-filter`) would *override* any programmatic focus. This behavior has proved surprising and confusing in at least the following ways:
- users cannot combine programmatic filters and CLI filters to more efficiently select subsets of tests
- CLI filters can override programmatic focus on CI systems resulting in an exit code of 0 despite the presence of (incorrectly!) committed focused specs.
Going forward Ginkgo will AND all programmatic and CLI filters. Moreover, the presence of any programmatic focused tests will always result in a non-zero exit code.
This change is technically a change in Ginkgo's external contract and may require some users to make changes to successfully adopt. Specifically: it's possible some users were intentionally using CLI filters to override programmatic focus. If this is you please open an issue so we can explore solutions to the underlying problem you are trying to solve.
##### Fixes
- Programmatic focus is no longer overwrriten by CLI filters \[[`d6bba86`](https://togithub.com/onsi/ginkgo/commit/d6bba86)]
##### Maintenance
- Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 ([#1218](https://togithub.com/onsi/ginkgo/issues/1218)) \[[`4a70a38`](https://togithub.com/onsi/ginkgo/commit/4a70a38)]
- Bump golang.org/x/sys from 0.8.0 to 0.9.0 ([#1219](https://togithub.com/onsi/ginkgo/issues/1219)) \[[`97eda4d`](https://togithub.com/onsi/ginkgo/commit/97eda4d)]
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
v2.10.0
->v2.11.0
Release Notes
onsi/ginkgo
### [`v2.11.0`](https://togithub.com/onsi/ginkgo/releases/tag/v2.11.0) [Compare Source](https://togithub.com/onsi/ginkgo/compare/v2.10.0...v2.11.0) ##### 2.11.0 In prior versions of Ginkgo specs the CLI filter flags (e.g. `--focus`, `--label-filter`) would *override* any programmatic focus. This behavior has proved surprising and confusing in at least the following ways: - users cannot combine programmatic filters and CLI filters to more efficiently select subsets of tests - CLI filters can override programmatic focus on CI systems resulting in an exit code of 0 despite the presence of (incorrectly!) committed focused specs. Going forward Ginkgo will AND all programmatic and CLI filters. Moreover, the presence of any programmatic focused tests will always result in a non-zero exit code. This change is technically a change in Ginkgo's external contract and may require some users to make changes to successfully adopt. Specifically: it's possible some users were intentionally using CLI filters to override programmatic focus. If this is you please open an issue so we can explore solutions to the underlying problem you are trying to solve. ##### Fixes - Programmatic focus is no longer overwrriten by CLI filters \[[`d6bba86`](https://togithub.com/onsi/ginkgo/commit/d6bba86)] ##### Maintenance - Bump github.com/onsi/gomega from 1.27.7 to 1.27.8 ([#1218](https://togithub.com/onsi/ginkgo/issues/1218)) \[[`4a70a38`](https://togithub.com/onsi/ginkgo/commit/4a70a38)] - Bump golang.org/x/sys from 0.8.0 to 0.9.0 ([#1219](https://togithub.com/onsi/ginkgo/issues/1219)) \[[`97eda4d`](https://togithub.com/onsi/ginkgo/commit/97eda4d)]Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.