-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
update to ginkgo v2 #18163
Merged
Merged
update to ginkgo v2 #18163
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
4458150
update to ginkgo v2
Luap99 666e314
ginkgo v2: remove deprecated flags
Luap99 c564d9d
ginkgo v2: remove CurrentGinkgoTestDescription()
Luap99 fbb7c98
test/e2e: containers.conf tests add missing Wait()
Luap99 b9ba850
Lower e2e timeout to not waste time when it hangs
Luap99 629a6a6
test/e2e: actually check for cleanup errors
Luap99 9bd833b
test/e2e: fix "podman run ipcns ipcmk container test"
Luap99 9c1f713
test/e2e: fix Cleanup()
Luap99 8cc7a36
ginkgo: run on all cores
Luap99 cc19091
test/e2e: unset CONTAINERS_CONF before Cleanup()
Luap99 fb7a966
test/e2e: switch to GinkgoWriter
Luap99 2ce4e93
ginkgo v2: drop localbenchmarks
Luap99 cd46e72
test/e2e: fix pause tests to unpause before cleanup()
Luap99 bc1ed07
ginkgo v2: fix new Skip() behavior
Luap99 c5922cc
test/e2e: fix CleanupVolume/Secrets()
Luap99 054154c
test/e2e: run system reset test serial
Luap99 b3424f3
test/e2e: unshare --rootless-netns cleanup slirp4netns
Luap99 914ff01
WIP: logformatter: handle ginkgo v2 logs
edsantiago 1bff010
logformatter: anchors: link to test summary, not name
edsantiago 5eb99a0
test/e2e: fix custom timing reporting
Luap99 c4b9f4b
ginkgo-v2 cleanup workaround for #18180
Luap99 5af4339
pkg/machine/e2e: switch to GinkgoWriter
Luap99 3858a83
Makefile: do not run machine test in parallel
Luap99 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! I hope this finally fixes #8358