mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
Move test_unlogged_build.py from p[erformance to regression tests
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user