Move test_unlogged_build.py from p[erformance to regression tests

This commit is contained in:
Konstantin Knizhnik
2025-07-28 17:58:17 +03:00
parent d161115b9f
commit b71c609297

View File

@@ -5,12 +5,14 @@ from typing import TYPE_CHECKING
import pytest
from fixtures.log_helper import log
from fixtures.utils import query_scalar
from fixtures.utils import query_scalar, skip_in_debug_build
if TYPE_CHECKING:
from fixtures.neon_fixtures import NeonEnvBuilder
@pytest.mark.timeout(600)
@skip_in_debug_build
def test_unlogged_build(neon_env_builder: NeonEnvBuilder):
"""
Check for race conditions between end of unlogged build and backends