From 535ea8508232f5839cb58a9f16f92bc994f2f460 Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Wed, 31 Jan 2024 09:33:57 +0200 Subject: [PATCH] Fix python formatting --- test_runner/regress/test_replication_lag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/regress/test_replication_lag.py b/test_runner/regress/test_replication_lag.py index a1521ee7bc..4ca7b63435 100644 --- a/test_runner/regress/test_replication_lag.py +++ b/test_runner/regress/test_replication_lag.py @@ -11,7 +11,7 @@ def test_replication_lag(neon_simple_env: NeonEnv, pg_bin: PgBin): # Use aggressive GC and checkpoint settings tenant, _ = env.neon_cli.create_tenant( conf={ - "gc_period": "15 s", # should not be smaller than wal_receiver_status_interval + "gc_period": "15 s", # should not be smaller than wal_receiver_status_interval "gc_horizon": f"{1024 ** 2}", "checkpoint_distance": f"{1024 ** 2}", "compaction_target_size": f"{1024 ** 2}",