Package: golang-github-onsi-ginkgo-v2 / 2.15.0-1~bpo12+1
Metadata
Package | Version | Patches format |
---|---|---|
golang-github-onsi-ginkgo-v2 | 2.15.0-1~bpo12+1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Increase default test timeout to 30m.patch | (download) |
integration/integration_suite_test.go |
2 1 + 1 - 0 ! |
increase default test timeout to 30m |
0002 Disable sprig template function.patch | (download) |
ginkgo/generators/bootstrap_command.go |
3 1 + 2 - 0 ! |
disable sprig template function github.com/go-task/slim-sprig is not packaged. |
0003 Skip failed tests without Go module.patch | (download) |
integration/run_test.go |
2 1 + 1 - 0 ! |
skip failed tests without go module |
0004 Use context package from std.patch | (download) |
internal/suite.go |
2 1 + 1 - 0 ! |
use context package from std |
0005 Skip slow tests.patch | (download) |
integration/watch_test.go |
2 1 + 1 - 0 ! |
skip slow tests |
0006 Relax profiling result for 32bit arch.patch | (download) |
integration/profiling_test.go |
2 1 + 1 - 0 ! |
relax profiling result for 32bit arch |
0007 Skip race test on unsupported arch.patch | (download) |
integration/verbose_and_succinct_test.go |
3 3 + 0 - 0 ! |
skip race test on unsupported arch |
0008 chore test with Go 1.22 1352.patch | (download) |
.github/workflows/test.yml |
4 2 + 2 - 0 ! |
chore: test with go 1.22 (#1352) - Rather than hard-coding the Go version in the workflow, we will use the `stable` and `oldstable` tags which today resolve to 1.22.0 and 1.21.7, but will float as Go versions change. - Some anonymous function names seem to have changed in Go 1.22 and a test had to be modified as a result |