Skip to content

Commit

Permalink
pool size depends on vCPU
Browse files Browse the repository at this point in the history
  • Loading branch information
Slach committed Oct 11, 2023
1 parent d172ec1 commit 9a109e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/testflows/clickhouse_backup/tests/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def default_config(self):

with Then("I expect snapshot to match"):
with values() as that:
assert that(snapshot(str([e for e in r.split('\n') if not ("concurrency" in e or "max" in e)]), "cli", name="default_config")), error()
assert that(snapshot(str([e for e in r.split('\n') if not ("concurrency" in e or "max" in e or "pool_size" in e)]), "cli", name="default_config")), error()


@TestScenario
Expand Down

0 comments on commit 9a109e9

Please sign in to comment.