-
Notifications
You must be signed in to change notification settings - Fork 95
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
build(deps): Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 #142
build(deps): Bump github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0 #142
Conversation
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/onsi/ginkgo/releases) - [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md) - [Commits](onsi/ginkgo@v2.6.1...v2.7.0) --- updated-dependencies: - dependency-name: github.com/onsi/ginkgo/v2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
e6cb50e
to
1626c07
Compare
Likely the tests are not failing due to flakiness. Need some investigation. |
The tests are failing because they are not run in the order they are defined, while they must be:
To be specific,
Why? By default, Ginkgo does not guarantee the order in which specs run, which means that we have been depending on an implementation detail, and I guess they changed the order from definition order to something else. |
This might be issue for the intermittent failures - |
## Summary PR fixes #142 (comment) by splitting container tests and vm tests into different binaries (i.e., different packages) to make sure that the former is run before the latter. The package-level comment of the `e2e` package provides more details, so reading it first may make reviewing this PR easier. ## License Acceptance By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Signed-off-by: Hsing-Yu (David) Chen <[email protected]>
Bumps github.com/onsi/ginkgo/v2 from 2.6.1 to 2.7.0.
Release notes
Sourced from github.com/onsi/ginkgo/v2's releases.
Changelog
Sourced from github.com/onsi/ginkgo/v2's changelog.
Commits
310a73f
v2.7.0e0123ca
Introduce ContinueOnFailure for Ordered containers89dda20
correctly ensure deterministic spec order, even if specs are generated by ite...7a2b242
Support for bootstrap commands to use custom data for templates (#1110)62fff95
ensure deterministic order even if specs are generated by iterating over a mape6e3b98
Support for labels and pending decorator in ginkgo outline output (#1113)b0bd77b
Ensure go test coverprofile outputs to the expected location (#1105)49fab7a
Color aliases for custom color support (#1101)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)