mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 16:40:38 +00:00
Update test_runner/performance/test_unlogged_build.py
Co-authored-by: Heikki Linnakangas <heikki@neon.tech>
This commit is contained in:
committed by
Konstantin Knizhnik
parent
adf103a557
commit
ec89876612
@@ -13,7 +13,6 @@ if TYPE_CHECKING:
|
||||
# We need to create quite large index (more than one gigabyte segment) to reproduce write error caused by this race condition
|
||||
# (backend completed unlogged build removes local files while backend evicting page tries to write to the file).
|
||||
# If index size is smaller than segment size, the problem is avoided by file descriptor cache which prevents file deletion.
|
||||
@pytest.mark.timeout(10000)
|
||||
def test_unlogged_build(neon_env_builder: NeonEnvBuilder):
|
||||
n_connections = 4
|
||||
shared_buffers = 1024
|
||||
|
||||
Reference in New Issue
Block a user