Skip to content

Commit

Permalink
test: remove the unnecessary logging error
Browse files Browse the repository at this point in the history
  • Loading branch information
duguorong009 committed Nov 6, 2023
1 parent 20b8bba commit 14f3f4f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ def test_pageserver_restarts_under_worload(neon_simple_env: NeonEnv, pg_bin: PgB
n_restarts = 10
scale = 10

# Pageserver currently logs requests on non-active tenants at error level
# https://github.com/neondatabase/neon/issues/5784
env.pageserver.allowed_errors.append(".* will not become active. Current state: Stopping.*")

def run_pgbench(connstr: str):
log.info(f"Start a pgbench workload on pg {connstr}")
pg_bin.run_capture(["pgbench", "-i", f"-s{scale}", connstr])
Expand Down

0 comments on commit 14f3f4f

Please sign in to comment.