Skip to content

Commit

Permalink
minor formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
raj-prince committed Oct 10, 2024
1 parent 3d795fe commit b464ec9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions cmd/config_validation_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ func TestValidateConfigFile_MetadataCacheConfigSuccessful(t *testing.T) {
}
}

func TestValidateConfigFile_EnableReadReqStallConfigSuccessful(t *testing.T) {
func TestValidateConfigFile_ReadStallConfigSuccessful(t *testing.T) {
testCases := []struct {
name string
configFile string
Expand Down Expand Up @@ -717,8 +717,8 @@ func TestValidateConfigFile_EnableReadReqStallConfigSuccessful(t *testing.T) {
GcsRetries: cfg.GcsRetriesConfig{
ReadStall: cfg.ReadStallGcsRetriesConfig{
Enable: true,
MinReqTimeout: 4 * time.Second,
MaxReqTimeout: 20 * time.Second,
MinReqTimeout: 10 * time.Second,
MaxReqTimeout: 200 * time.Second,
InitialReqTimeout: 20 * time.Second,
ReqTargetPercentile: 0.99,
ReqIncreaseRate: 15,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gcs-retries:
max-req-timeout:20s
initial-req-timeout:30s
req-increase-rate:-15
req-target-percentile:0.99
req-target-percentile:0.99
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gcs-retries:
max-req-timeout:20s
initial-req-timeout:30s
req-increase-rate:0
req-target-percentile:0.99
req-target-percentile:0.99
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gcs-retries:
max-req-timeout:20s
initial-req-timeout:30s
req-increase-rate:15
req-target-percentile:4
req-target-percentile:4
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gcs-retries:
max-req-timeout:20s
initial-req-timeout:30s
req-increase-rate:15
req-target-percentile:-2
req-target-percentile:-2

0 comments on commit b464ec9

Please sign in to comment.