mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
Reduce Test{Json,Unstructured}RoundTripApplyConfigurations fuzz runs from 50 to 3 per type
This commit is contained in:
parent
8306eeab75
commit
7ac882450f
@ -52,7 +52,7 @@ func TestUnstructuredRoundTripApplyConfigurations(t *testing.T) {
|
||||
}
|
||||
|
||||
t.Run(gvk.String(), func(t *testing.T) {
|
||||
for i := 0; i < 50; i++ {
|
||||
for i := 0; i < 3; i++ {
|
||||
item := fuzzObject(t, gvk)
|
||||
builder := applyconfigurations.ForKind(gvk)
|
||||
unstructuredRoundTripApplyConfiguration(t, item, builder)
|
||||
@ -80,7 +80,7 @@ func TestJsonRoundTripApplyConfigurations(t *testing.T) {
|
||||
}
|
||||
|
||||
t.Run(gvk.String(), func(t *testing.T) {
|
||||
for i := 0; i < 50; i++ {
|
||||
for i := 0; i < 3; i++ {
|
||||
item := fuzzObject(t, gvk)
|
||||
builder := applyconfigurations.ForKind(gvk)
|
||||
jsonRoundTripApplyConfiguration(t, item, builder)
|
||||
|
Loading…
Reference in New Issue
Block a user