fight various timeouts at high tenant count

This commit is contained in:
Christian Schwarz
2024-01-09 09:45:37 +00:00
parent 89fe8cb60b
commit 5f4fe8f72a
2 changed files with 4 additions and 2 deletions

View File

@@ -92,4 +92,6 @@ def test_getpage_throughput(
log.info(f"Results:\n{json.dumps(results, sort_keys=True, indent=2)}")
env.pageserver.stop(immediate=True) # with 20k tenants, we hit neon_local's shutdown timeout of 10 seconds
zenbenchmark.record_pagebench_results("get-page-latest-lsn", results, duration)