Merge pull request #638 from kubernetes-csi/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.17.1
chore(deps): bump github.com/onsi/ginkgo/v2 from 2.17.0 to 2.17.1
This commit is contained in:
commit
0a235fb0f0
2
go.mod
2
go.mod
@ -5,7 +5,7 @@ go 1.21
|
|||||||
require (
|
require (
|
||||||
github.com/container-storage-interface/spec v1.8.0
|
github.com/container-storage-interface/spec v1.8.0
|
||||||
github.com/kubernetes-csi/csi-lib-utils v0.9.0
|
github.com/kubernetes-csi/csi-lib-utils v0.9.0
|
||||||
github.com/onsi/ginkgo/v2 v2.17.0
|
github.com/onsi/ginkgo/v2 v2.17.1
|
||||||
github.com/onsi/gomega v1.32.0
|
github.com/onsi/gomega v1.32.0
|
||||||
github.com/pborman/uuid v1.2.1
|
github.com/pborman/uuid v1.2.1
|
||||||
github.com/stretchr/testify v1.9.0
|
github.com/stretchr/testify v1.9.0
|
||||||
|
|||||||
4
go.sum
4
go.sum
@ -293,8 +293,8 @@ github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+
|
|||||||
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
|
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
|
||||||
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
|
github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
|
||||||
github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
|
github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
|
||||||
github.com/onsi/ginkgo/v2 v2.17.0 h1:kdnunFXpBjbzN56hcJHrXZ8M+LOkenKA7NnBzTNigTI=
|
github.com/onsi/ginkgo/v2 v2.17.1 h1:V++EzdbhI4ZV4ev0UTIj0PzhzOcReJFyJaLjtSF55M8=
|
||||||
github.com/onsi/ginkgo/v2 v2.17.0/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs=
|
github.com/onsi/ginkgo/v2 v2.17.1/go.mod h1:llBI3WDLL9Z6taip6f33H76YcWtJv+7R3HigUjbIBOs=
|
||||||
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
|
github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
|
||||||
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
|
||||||
github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk=
|
github.com/onsi/gomega v1.32.0 h1:JRYU78fJ1LPxlckP6Txi/EYqJvjtMrDC04/MM5XRHPk=
|
||||||
|
|||||||
5
vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md
generated
vendored
5
vendor/github.com/onsi/ginkgo/v2/CHANGELOG.md
generated
vendored
@ -1,3 +1,8 @@
|
|||||||
|
## 2.17.1
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
- If the user sets --seed=0, make sure all parallel nodes get the same seed [af0330d]
|
||||||
|
|
||||||
## 2.17.0
|
## 2.17.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
2
vendor/github.com/onsi/ginkgo/v2/types/config.go
generated
vendored
2
vendor/github.com/onsi/ginkgo/v2/types/config.go
generated
vendored
@ -265,7 +265,7 @@ var FlagSections = GinkgoFlagSections{
|
|||||||
// SuiteConfigFlags provides flags for the Ginkgo test process, and CLI
|
// SuiteConfigFlags provides flags for the Ginkgo test process, and CLI
|
||||||
var SuiteConfigFlags = GinkgoFlags{
|
var SuiteConfigFlags = GinkgoFlags{
|
||||||
{KeyPath: "S.RandomSeed", Name: "seed", SectionKey: "order", UsageDefaultValue: "randomly generated by Ginkgo",
|
{KeyPath: "S.RandomSeed", Name: "seed", SectionKey: "order", UsageDefaultValue: "randomly generated by Ginkgo",
|
||||||
Usage: "The seed used to randomize the spec suite."},
|
Usage: "The seed used to randomize the spec suite.", AlwaysExport: true},
|
||||||
{KeyPath: "S.RandomizeAllSpecs", Name: "randomize-all", SectionKey: "order", DeprecatedName: "randomizeAllSpecs", DeprecatedDocLink: "changed-command-line-flags",
|
{KeyPath: "S.RandomizeAllSpecs", Name: "randomize-all", SectionKey: "order", DeprecatedName: "randomizeAllSpecs", DeprecatedDocLink: "changed-command-line-flags",
|
||||||
Usage: "If set, ginkgo will randomize all specs together. By default, ginkgo only randomizes the top level Describe, Context and When containers."},
|
Usage: "If set, ginkgo will randomize all specs together. By default, ginkgo only randomizes the top level Describe, Context and When containers."},
|
||||||
|
|
||||||
|
|||||||
11
vendor/github.com/onsi/ginkgo/v2/types/flags.go
generated
vendored
11
vendor/github.com/onsi/ginkgo/v2/types/flags.go
generated
vendored
@ -25,6 +25,7 @@ type GinkgoFlag struct {
|
|||||||
DeprecatedVersion string
|
DeprecatedVersion string
|
||||||
|
|
||||||
ExportAs string
|
ExportAs string
|
||||||
|
AlwaysExport bool
|
||||||
}
|
}
|
||||||
|
|
||||||
type GinkgoFlags []GinkgoFlag
|
type GinkgoFlags []GinkgoFlag
|
||||||
@ -451,19 +452,19 @@ func GenerateFlagArgs(flags GinkgoFlags, bindings interface{}) ([]string, error)
|
|||||||
iface := value.Interface()
|
iface := value.Interface()
|
||||||
switch value.Type() {
|
switch value.Type() {
|
||||||
case reflect.TypeOf(string("")):
|
case reflect.TypeOf(string("")):
|
||||||
if iface.(string) != "" {
|
if iface.(string) != "" || flag.AlwaysExport {
|
||||||
result = append(result, fmt.Sprintf("--%s=%s", name, iface))
|
result = append(result, fmt.Sprintf("--%s=%s", name, iface))
|
||||||
}
|
}
|
||||||
case reflect.TypeOf(int64(0)):
|
case reflect.TypeOf(int64(0)):
|
||||||
if iface.(int64) != 0 {
|
if iface.(int64) != 0 || flag.AlwaysExport {
|
||||||
result = append(result, fmt.Sprintf("--%s=%d", name, iface))
|
result = append(result, fmt.Sprintf("--%s=%d", name, iface))
|
||||||
}
|
}
|
||||||
case reflect.TypeOf(float64(0)):
|
case reflect.TypeOf(float64(0)):
|
||||||
if iface.(float64) != 0 {
|
if iface.(float64) != 0 || flag.AlwaysExport {
|
||||||
result = append(result, fmt.Sprintf("--%s=%f", name, iface))
|
result = append(result, fmt.Sprintf("--%s=%f", name, iface))
|
||||||
}
|
}
|
||||||
case reflect.TypeOf(int(0)):
|
case reflect.TypeOf(int(0)):
|
||||||
if iface.(int) != 0 {
|
if iface.(int) != 0 || flag.AlwaysExport {
|
||||||
result = append(result, fmt.Sprintf("--%s=%d", name, iface))
|
result = append(result, fmt.Sprintf("--%s=%d", name, iface))
|
||||||
}
|
}
|
||||||
case reflect.TypeOf(bool(true)):
|
case reflect.TypeOf(bool(true)):
|
||||||
@ -471,7 +472,7 @@ func GenerateFlagArgs(flags GinkgoFlags, bindings interface{}) ([]string, error)
|
|||||||
result = append(result, fmt.Sprintf("--%s", name))
|
result = append(result, fmt.Sprintf("--%s", name))
|
||||||
}
|
}
|
||||||
case reflect.TypeOf(time.Duration(0)):
|
case reflect.TypeOf(time.Duration(0)):
|
||||||
if iface.(time.Duration) != time.Duration(0) {
|
if iface.(time.Duration) != time.Duration(0) || flag.AlwaysExport {
|
||||||
result = append(result, fmt.Sprintf("--%s=%s", name, iface))
|
result = append(result, fmt.Sprintf("--%s=%s", name, iface))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
2
vendor/github.com/onsi/ginkgo/v2/types/version.go
generated
vendored
2
vendor/github.com/onsi/ginkgo/v2/types/version.go
generated
vendored
@ -1,3 +1,3 @@
|
|||||||
package types
|
package types
|
||||||
|
|
||||||
const VERSION = "2.17.0"
|
const VERSION = "2.17.1"
|
||||||
|
|||||||
2
vendor/modules.txt
vendored
2
vendor/modules.txt
vendored
@ -179,7 +179,7 @@ github.com/modern-go/reflect2
|
|||||||
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
|
# github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
|
||||||
## explicit
|
## explicit
|
||||||
github.com/munnerz/goautoneg
|
github.com/munnerz/goautoneg
|
||||||
# github.com/onsi/ginkgo/v2 v2.17.0
|
# github.com/onsi/ginkgo/v2 v2.17.1
|
||||||
## explicit; go 1.20
|
## explicit; go 1.20
|
||||||
github.com/onsi/ginkgo/v2
|
github.com/onsi/ginkgo/v2
|
||||||
github.com/onsi/ginkgo/v2/config
|
github.com/onsi/ginkgo/v2/config
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user