mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-06 04:52:55 +00:00
Disable new safekeepers tests as not stable enough.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import asyncio
|
||||
import asyncpg
|
||||
import pytest
|
||||
import random
|
||||
|
||||
from fixtures.zenith_fixtures import WalAcceptor, WalAcceptorFactory, ZenithPageserver, PostgresFactory, Postgres
|
||||
@@ -139,6 +140,7 @@ async def run_restarts_under_load(pg: Postgres, acceptors: List[WalAcceptor], n_
|
||||
|
||||
|
||||
# restart acceptors one by one, while executing and validating bank transactions
|
||||
@pytest.mark.skip(reason="not stable enough")
|
||||
def test_restarts_under_load(zenith_cli, pageserver: ZenithPageserver, postgres: PostgresFactory,
|
||||
wa_factory: WalAcceptorFactory):
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import os
|
||||
import pytest
|
||||
import subprocess
|
||||
import uuid
|
||||
|
||||
@@ -54,6 +55,7 @@ class ProposerPostgres:
|
||||
return res.stdout.strip("\n ")
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="not stable enough")
|
||||
# insert wal in all safekeepers and run sync on proposer
|
||||
def test_sync_safekeepers(repo_dir: str, pg_bin: PgBin, wa_factory: WalAcceptorFactory):
|
||||
wa_factory.start_n_new(3)
|
||||
|
||||
Reference in New Issue
Block a user