mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 22:12:56 +00:00
remporarily disable test_backpressure_received_lsn_lag
This commit is contained in:
committed by
Dmitry Rodionov
parent
05f8e6a050
commit
67b4e38092
@@ -1,6 +1,7 @@
|
||||
from contextlib import closing, contextmanager
|
||||
import psycopg2.extras
|
||||
from fixtures.zenith_fixtures import ZenithEnvBuilder
|
||||
import pytest
|
||||
from fixtures.zenith_fixtures import PgProtocol, ZenithEnvBuilder
|
||||
from fixtures.log_helper import log
|
||||
import os
|
||||
import time
|
||||
@@ -91,6 +92,7 @@ def check_backpressure(pg: Postgres, stop_event: threading.Event, polling_interv
|
||||
# If backpressure is enabled and tuned properly, insertion will be throttled, but the query will not timeout.
|
||||
|
||||
|
||||
@pytest.mark.skip("See https://github.com/neondatabase/neon/issues/1587")
|
||||
def test_backpressure_received_lsn_lag(zenith_env_builder: ZenithEnvBuilder):
|
||||
zenith_env_builder.num_safekeepers = 1
|
||||
env = zenith_env_builder.init_start()
|
||||
|
||||
Reference in New Issue
Block a user