conmon
conmon copied to clipboard
fix(deps): update module github.com/onsi/ginkgo/v2 to v2.23.4
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| github.com/onsi/ginkgo/v2 | v2.15.0 -> v2.23.4 |
Release Notes
onsi/ginkgo (github.com/onsi/ginkgo/v2)
v2.23.4
2.23.4
Prior to this release Ginkgo would compute the incorrect number of available CPUs when running with -p in a linux container. Thanks to @βemirot for the fix!
Features
- Add automaxprocs for using CPUQuota [
2b9c428]
Fixes
- clarify gotchas about -vet flag [
1f59d07]
Maintenance
- bump dependencies [
2d134d5]
v2.23.3
2.23.3
Fixes
- allow
-as a standalone argument [cfcc1a5] - Bug Fix: Add GinkoTBWrapper.Chdir() and GinkoTBWrapper.Context() [
feaf292] - ignore exit code for symbol test on linux [
88e2282]
v2.23.2
2.23.2
πππ
At long last, some long-standing performance gaps between ginkgo and go test have been resolved!
Ginkgo operates by running go test -c to generate test binaries, and then running those binaries. It turns out that the compilation step of go test -c is slower than go test's compilation step because go test strips out debug symbols (ldflags=-w) whereas go test -c does not.
Ginkgo now passes the appropriate ldflags to go test -c when running specs to strip out symbols. This is only done when it is safe to do so and symbols are preferred when profiling is enabled and when ginkgo build is called explicitly.
This, coupled, with the instructions for disabling XProtect on MacOS yields a much better performance experience with Ginkgo.
v2.23.1
2.23.1
π¨ For users on MacOS π¨
A long-standing Ginkgo performance issue on MacOS seems to be due to mac's antimalware XProtect. You can follow the instructions here to disable it in your terminal. Doing so sped up Ginkgo's own test suite from 1m8s to 47s.
Fixes
Ginkgo's CLI is now a bit clearer if you pass flags in incorrectly:
- make it clearer that you need to pass a filename to the various profile flags, not an absolute directory [
a0e52ff] - emit an error and exit if the ginkgo invocation includes flags after positional arguments [
b799d8d]
This might cause existing CI builds to fail. If so then it's likely that your CI build was misconfigured and should be corrected. Open an issue if you need help.
v2.23.0
2.23.0
Ginkgo 2.23.0 adds a handful of methods to GinkgoT() to make it compatible with the testing.TB interface in Go 1.24. GinkgoT().Context(), in particular, is a useful shorthand for generating a new context that will clean itself up in a DeferCleanup(). This has subtle behavior differences from the golang implementation but should make sense in a Ginkgo... um... context.
Features
- bump to go 1.24.0 - support new testing.TB methods and add a test to cover testing.TB regressions [
37a511b]
Fixes
- fix edge case where build -o is pointing at an explicit file, not a directory [
7556a86] - Fix binary paths when precompiling multiple suites. [
4df06c6]
Maintenance
- Fix: Correct Markdown list rendering in MIGRATING_TO_V2.md [
cbcf39a] - docs: fix test workflow badge (#β1512) [
9b261ff] - Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#β1516) [
00f19c8] - Bump golang.org/x/tools from 0.28.0 to 0.30.0 (#β1515) [
e98a4df] - Bump activesupport from 6.0.6.1 to 6.1.7.5 in /docs (#β1504) [
60cc4e2] - Bump github-pages from 231 to 232 in /docs (#β1447) [
fea6f2d] - Bump rexml from 3.2.8 to 3.3.9 in /docs (#β1497) [
31d7813] - Bump webrick from 1.8.1 to 1.9.1 in /docs (#β1501) [
fc3bbd6] - Code linting (#β1500) [
aee0d56] - change interface{} to any (#β1502) [
809a710]
v2.22.2
What's Changed
- Bump golang.org/x/net from 0.32.0 to 0.33.0 by @βdependabot in https://github.com/onsi/ginkgo/pull/1496
- Bump golang.org/x/crypto from 0.17.0 to 0.31.0 in /ginkgo/performance/_fixtures/performance_fixture by @βdependabot in https://github.com/onsi/ginkgo/pull/1498
- Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 by @βdependabot in https://github.com/onsi/ginkgo/pull/1499
Full Changelog: https://github.com/onsi/ginkgo/compare/v2.22.1...v2.22.2
v2.22.1
2.22.1
Fixes
Fix CSV encoding
- Update tests [
aab3da6] - Properly encode CSV rows [
c09df39] - Add test case for proper csv escaping [
96a80fc] - Add meta-test [
43dad69]
Maintenance
- ensure *.test files are gitignored so we don't accidentally commit compiled tests again [
c88c634] - remove golang.org/x/net/context in favour of stdlib context [
4df44bf]
v2.22.0
2.22.0
Features
- Add label to serial nodes [
0fcaa08]
This allows serial tests to be filtered using the label-filter
Maintenance
Various doc fixes
v2.21.0
2.21.0
Features
- add support for GINKGO_TIME_FORMAT [
a69eb39] - add GINKGO_NO_COLOR to disable colors via environment variables [
bcab9c8]
Fixes
- increase threshold in timeline matcher [
e548367] - Fix the document by replacing
SpecsThatWillBeRunwithSpecsThatWillRun[c2c4d3c]
Maintenance
- bump various dependencies [
7e65a00]
v2.20.2
2.20.2
Require Go 1.22+
Maintenance
- bump go to v1.22 [
a671816]
v2.20.1
2.20.1
Fixes
- make BeSpecEvent duration matcher more forgiving [
d6f9640]
v2.20.0
2.20.0
Features
- Add buildvcs flag [
be5ab95]
Maintenance
v2.19.1
2.19.1
Fixes
- update supported platforms for race conditions [
63c8c30] - [build] Allow custom name for binaries. [
ff41e27]
Maintenance
- bump gomega [
76f4e0c] - Bump rexml from 3.2.6 to 3.2.8 in /docs (#β1417) [
b69c00d] - Bump golang.org/x/sys from 0.20.0 to 0.21.0 (#β1425) [
f097741]
v2.19.0
2.19.0
Features
Label Sets allow for more expressive and flexible label filtering.
v2.18.0
2.18.0
Features
- Add --slience-skips and --force-newlines [
f010b65] - fail when no tests were run and --fail-on-empty was set [
d80eebe]
Fixes
- Fix table entry context edge case [
42013d6]
Maintenance
- Bump golang.org/x/tools from 0.20.0 to 0.21.0 (#β1406) [
fcf1fd7] - Bump github.com/onsi/gomega from 1.33.0 to 1.33.1 (#β1399) [
8bb14fd] - Bump golang.org/x/net from 0.24.0 to 0.25.0 (#β1407) [
04bfad7]
v2.17.3
2.17.3
Fixes
ginkgo watch now ignores hidden files [bde6e00]
v2.17.2
2.17.2
Fixes
Maintenance
- Bump github.com/google/pprof [
d91fe4e] - Bump github.com/go-task/slim-sprig to v3 [
8cb662e] - Bump golang.org/x/net in /integration/_fixtures/version_mismatch_fixture (#β1391) [
3134422] - Bump github-pages from 230 to 231 in /docs (#β1384) [
eca81b4] - Bump golang.org/x/tools from 0.19.0 to 0.20.0 (#β1383) [
760def8] - Bump golang.org/x/net from 0.23.0 to 0.24.0 (#β1381) [
4ce33f4] - Fix test for gomega version bump [
f2fcd97] - Bump github.com/onsi/gomega from 1.30.0 to 1.33.0 (#β1390) [
fd622d2] - Bump golang.org/x/tools from 0.17.0 to 0.19.0 (#β1368) [
5474a26] - Bump github-pages from 229 to 230 in /docs (#β1359) [
e6d1170] - Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 (#β1374) [
7f447b2] - Bump golang.org/x/net from 0.20.0 to 0.23.0 (#β1380) [
f15239a]
v2.17.1
2.17.1
Fixes
- If the user sets --seed=0, make sure all parallel nodes get the same seed [
af0330d]
v2.17.0
2.17.0
Features
- add
--github-outputfor nicer output in github actions [e8a2056]
Maintenance
v2.16.0
2.16.0
Features
- add SpecContext to reporting nodes
Fixes
- merge coverages instead of combining them (#β1329) (#β1340) [
23f0cc5] - core_dsl: disable Getwd() with environment variable (#β1357) [
cd418b7]
Maintenance
- docs/index.md: Typo [
2cebe8d] - fix docs [
06de431] - chore: test with Go 1.22 (#β1352) [
898cba9] - Bump golang.org/x/tools from 0.16.1 to 0.17.0 (#β1336) [
17ae120] - Bump golang.org/x/sys from 0.15.0 to 0.16.0 (#β1327) [
5a179ed] - Bump github.com/go-logr/logr from 1.3.0 to 1.4.1 (#β1321) [
a1e6b69] - Bump github-pages and jekyll-feed in /docs (#β1351) [
d52951d] - Fix docs for handling failures in goroutines (#β1339) [
4471b2e]
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 is behind base branch, 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 was generated by Mend Renovate. View the repository job log.