Skip to content

Commit

Permalink
Fix NodeConfig for Automation tests (#13766)
Browse files Browse the repository at this point in the history
* enable PrometheusPostgresExporter in automation loa test

* remove Database config overrides from automation, keepers BaseConfigTOML
  • Loading branch information
anirudhwarrier authored Jul 5, 2024
1 parent b1c9315 commit 8537fe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
5 changes: 3 additions & 2 deletions integration-tests/load/automationv2_1/automationv2_1_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ Password = '%s'`
"memory": "4Gi",
},
},
"stateful": true,
"capacity": "20Gi",
"stateful": true,
"capacity": "20Gi",
"enablePrometheusPostgresExporter": true,
}

recNodeSpec = map[string]interface{}{
Expand Down
7 changes: 0 additions & 7 deletions integration-tests/testconfig/automation/automation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ Unauthenticated = 1000
[WebServer.TLS]
HTTPSPort = 0
[Database]
MaxIdleConns = 20
MaxOpenConns = 40
MigrateOnStartup = true
[OCR2]
Enabled = true
Expand All @@ -43,8 +38,6 @@ Enabled = true
Enabled = true
ListenAddresses = ['0.0.0.0:6690']
AnnounceAddresses = ['0.0.0.0:6690']
DeltaDial = '500ms'
DeltaReconcile = '5s'
"""

# smoke test specific overrodes
Expand Down
5 changes: 0 additions & 5 deletions integration-tests/testconfig/keeper/keeper.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ Unauthenticated = 1000
[WebServer.TLS]
HTTPSPort = 0
[Database]
MaxIdleConns = 20
MaxOpenConns = 40
MigrateOnStartup = true
[Keeper]
TurnLookBack = 0
"""
Expand Down

0 comments on commit 8537fe0

Please sign in to comment.