You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "FIPS banner before success string should still be recognized as complete",
4900
4900
},
4901
-
{
4902
-
name: "ConfDeploymentException alone - treated as still in progress",
4903
-
catStdOut: "ConfDeploymentException: Can't start deployment job as one is already running!",
4904
-
catStdErr: "",
4905
-
catErr: nil,
4906
-
expectsRemoval: false,
4907
-
expectedResult: false,
4908
-
expectedError: false,
4909
-
description: "ConfDeploymentException must not reset state to Pending; treat as still in progress to avoid retry storm",
4910
-
},
4911
-
{
4912
-
name: "FIPS banner followed by ConfDeploymentException - treated as still in progress",
4913
-
catStdOut: splunkFIPSProviderBannerStr+"\n"+splunkSSLCertWarnStr+" Hostname Validation is disabled.\nConfDeploymentException: Can't start deployment job as one is already running!",
4914
-
catStdErr: "",
4915
-
catErr: nil,
4916
-
expectsRemoval: false,
4917
-
expectedResult: false,
4918
-
expectedError: false,
4919
-
description: "FIPS banner plus ConfDeploymentException is the primary FIPS retry-storm scenario; must not reset to Pending",
0 commit comments