Skip to content

Commit

Permalink
tests: disable pageserver syncfs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcsp committed Nov 7, 2024
1 parent e125125 commit 9e43b43
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test_runner/fixtures/neon_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,9 @@ def __init__(self, config: NeonEnvBuilder):
"http_auth_type": http_auth_type,
# Default which can be overriden with `NeonEnvBuilder.pageserver_config_override`
"availability_zone": "us-east-2a",
# Disable pageserver disk syncs in tests: when running tests concurrently, this avoids
# the pageserver taking a long time to start up due to syncfs flushing other tests' data
"no_sync": True,
}
if self.pageserver_virtual_file_io_engine is not None:
ps_cfg["virtual_file_io_engine"] = self.pageserver_virtual_file_io_engine
Expand Down

0 comments on commit 9e43b43

Please sign in to comment.