Skip to content

Commit

Permalink
chore(test): disable prometheus in some tests (#12208)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwang28 authored Sep 11, 2023
1 parent b80e13f commit 69dadac
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/config/ci-compaction-test-meta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ data_directory = "hummock_001"
checkpoint_frequency = 99999999
barrier_interval_ms = 250
max_concurrent_creating_streaming_jobs = 0

[server]
metrics_level = "Disabled"
3 changes: 3 additions & 0 deletions src/config/ci-compaction-test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ data_directory = "hummock_001"
checkpoint_frequency = 10
barrier_interval_ms = 250
max_concurrent_creating_streaming_jobs = 0

[server]
metrics_level = "Disabled"
5 changes: 4 additions & 1 deletion src/config/ci-meta-backup-test.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ vacuum_interval_sec = 10

[system]
backup_storage_url = "minio://hummockadmin:[email protected]:9301/hummock001"
backup_storage_directory = "backup"
backup_storage_directory = "backup"

[server]
metrics_level = "Disabled"

0 comments on commit 69dadac

Please sign in to comment.