We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5553965 commit a2b5270Copy full SHA for a2b5270
internal/testing/validation/pgadmin_test.go
@@ -46,6 +46,7 @@ func TestPGAdminInstrumentation(t *testing.T) {
46
{valid: false, batches: `maxDelay: 0m`}, // other zero
47
48
{valid: true, batches: `minRecords: 0, maxDelay: 0m`}, // both zero
49
+ {valid: true, batches: `minRecords: 1, maxDelay: 1s`}, // both non-zero
50
} {
51
pgadmin := base.DeepCopy()
52
require.UnmarshalInto(t, &pgadmin.Spec.Instrumentation, `{
0 commit comments