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 file
Patch File delta Description
0001 Increase default test timeout to 30m.patch | (download)

integration/integration_suite_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase default test timeout to 30m

0002 Disable sprig template function.patch | (download)

ginkgo/generators/bootstrap_command.go | 3 1 + 2 - 0 !
ginkgo/generators/generate_command.go | 3 1 + 2 - 0 !
integration/subcommand_test.go | 12 6 + 6 - 0 !
3 files changed, 8 insertions(+), 10 deletions(-)

 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 !
integration/subcommand_test.go | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 skip failed tests without go module

0004 Use context package from std.patch | (download)

internal/suite.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use context package from std


0005 Skip slow tests.patch | (download)

integration/watch_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 skip slow tests

0006 Relax profiling result for 32bit arch.patch | (download)

integration/profiling_test.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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 !
1 file changed, 3 insertions(+)

 skip race test on unsupported arch


0008 chore test with Go 1.22 1352.patch | (download)

.github/workflows/test.yml | 4 2 + 2 - 0 !
integration/profiling_go1.21_test.go | 6 6 + 0 - 0 !
integration/profiling_go1.22_test.go | 6 6 + 0 - 0 !
integration/profiling_test.go | 9 5 + 4 - 0 !
4 files changed, 19 insertions(+), 6 deletions(-)

 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