Skip to content

Commit

Permalink
apply formatter
Browse files Browse the repository at this point in the history
Signed-off-by: Karl W. Schulz <[email protected]>
  • Loading branch information
koomie committed Dec 12, 2024
1 parent 8f021f5 commit 9ea6b61
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/test_job_user_push.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_job_multinode(self):

# verify we see rmsjob_info metric; note that VM can take some time on first startup before it successfully reports
# data via api/v1 queries. Hence, we try multiple times here before giving up...

prometheus = PrometheusConnect(url=config.victoria_url)
wait_interval = 2.0
for i in range(15):
Expand Down Expand Up @@ -117,9 +117,9 @@ def start_victoria_proxy(self, data_path=config.victoria_data_user):
"slurm-controller",
"victoria-metrics",
"-httpListenAddr=:9090",
# "-search.disableCache",
# "-search.maxStalenessInterval=15m",
# "-search.resetRollupResultCacheOnStartup",
# "-search.disableCache",
# "-search.maxStalenessInterval=15m",
# "-search.resetRollupResultCacheOnStartup",
f"--storageDataPath={data_path}",
]
p = subprocess.run(start_cmd)
Expand Down

0 comments on commit 9ea6b61

Please sign in to comment.