Skip to content
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 module github.com/onsi/ginkgo/v2 to v2.2.0 #166

Merged
merged 1 commit into from
Sep 21, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 26, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/onsi/ginkgo/v2 require minor v2.1.3 -> v2.2.0

Release Notes

onsi/ginkgo

v2.2.0

Compare Source

2.2.0

Generate real-time Progress Reports [f91377c]

Ginkgo can now generate Progress Reports to point users at the current running line of code (including a preview of the actual source code) and a best guess at the most relevant subroutines.

These Progress Reports allow users to debug stuck or slow tests without exiting the Ginkgo process. A Progress Report can be generated at any time by sending Ginkgo a SIGINFO (^T on MacOS/BSD) or SIGUSR1.

In addition, the user can specify --poll-progress-after and --poll-progress-interval to have Ginkgo start periodically emitting progress reports if a given node takes too long. These can be overriden/set on a per-node basis with the PollProgressAfter and PollProgressInterval decorators.

Progress Reports are emitted to stdout, and also stored in the machine-redable report formats that Ginkgo supports.

Ginkgo also uses this progress reporting infrastructure under the hood when handling timeouts and interrupts. This yields much more focused, useful, and informative stack traces than previously.

Features
  • BeforeSuite, AfterSuite, SynchronizedBeforeSuite, SynchronizedAfterSuite, and ReportAfterSuite now support (the relevant subset of) decorators. These can be passed in after the callback functions that are usually passed into these nodes.

    As a result the signature of these methods has changed and now includes a trailing args ...interface{}. For most users simply using the DSL, this change is transparent. However if you were assigning one of these functions to a custom variable (or passing it around) then your code may need to change to reflect the new signature.

Maintenance
  • Modernize the invocation of Ginkgo in github actions [0ffde58]
  • Update reocmmended CI settings in docs [896bbb9]
  • Speed up unnecessarily slow integration test [6d3a90e]

v2.1.6

Compare Source

2.1.6

Fixes
  • Add SuppressProgressReporting decorator to turn off --progress announcements for a given node [dfef62a]
  • chore: remove duplicate word in comments [7373214]

v2.1.5

Compare Source

2.1.5

Fixes
  • drop -mod=mod instructions; fixes #​1026 [6ad7138]
  • Ensure CurrentSpecReport and AddReportEntry are thread-safe [817c09b]
  • remove stale importmap gcflags flag test [3cd8b93]
  • Always emit spec summary [5cf23e2] - even when only one spec has failed
  • Fix ReportAfterSuite usage in docs [b1864ad]
  • fixed typo (#​997) [219cc00]
  • TrimRight is not designed to trim Suffix [71ebb74]
  • refactor: replace strings.Replace with strings.ReplaceAll (#​978) [143d208]
  • fix syntax in examples (#​975) [b69554f]
Maintenance

v2.1.4

Compare Source

Fixes
  • Numerous documentation typos
  • Prepend when when using When (this behavior was in 1.x but unintentionally lost during the 2.0 rewrite) [efce903]
  • improve error message when a parallel process fails to report back [a7bd1fe]
  • guard against concurrent map writes in DeprecationTracker [0976569]
  • Invoke reporting nodes during dry-run (fixes #​956 and #​935) [aae4480]
  • Fix ginkgo import circle [f779385]

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, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from h3poteto as a code owner April 26, 2022 19:52
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch 2 times, most recently from b8487d4 to ea2dd12 Compare August 29, 2022 18:59
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.1.4 Update module github.com/onsi/ginkgo/v2 to v2.1.5 Aug 29, 2022
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from ea2dd12 to 35ed521 Compare August 30, 2022 18:27
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.1.5 Update module github.com/onsi/ginkgo/v2 to v2.1.6 Aug 30, 2022
@renovate renovate bot changed the title Update module github.com/onsi/ginkgo/v2 to v2.1.6 Update module github.com/onsi/ginkgo/v2 to v2.2.0 Sep 17, 2022
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 35ed521 to 0c0c0a0 Compare September 17, 2022 23:39
@renovate renovate bot force-pushed the renovate/github.com-onsi-ginkgo-v2-2.x branch from 0c0c0a0 to ddb15d1 Compare September 21, 2022 10:08
@h3poteto h3poteto merged commit e7e2d73 into master Sep 21, 2022
@h3poteto h3poteto deleted the renovate/github.com-onsi-ginkgo-v2-2.x branch September 21, 2022 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant