Disable new safekeepers tests as not stable enough.

This commit is contained in:
Arseny Sher
2021-09-26 22:33:58 +03:00
parent c846a824de
commit 70b08923ed
2 changed files with 4 additions and 0 deletions

View File

@@ -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):

View File

@@ -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)