Skip to content

Commit a29b6e7

Browse files
Mark HA integration tests as unstable
1 parent 110b0f7 commit a29b6e7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/integration/ha_tests/test_self_healing.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ async def test_build_and_deploy(ops_test: OpsTest) -> None:
5555
await ops_test.model.wait_for_idle(status="active", timeout=1000)
5656

5757

58+
@pytest.mark.unstable
5859
@pytest.mark.parametrize("process", DB_PROCESSES)
5960
async def test_kill_db_process(
6061
ops_test: OpsTest, process: str, continuous_writes, master_start_timeout
@@ -114,6 +115,7 @@ async def test_kill_db_process(
114115
), "secondary not up to date with the cluster after restarting."
115116

116117

118+
@pytest.mark.unstable
117119
@pytest.mark.parametrize("process", DB_PROCESSES)
118120
async def test_freeze_db_process(
119121
ops_test: OpsTest, process: str, continuous_writes, master_start_timeout
@@ -179,6 +181,7 @@ async def test_freeze_db_process(
179181
), "secondary not up to date with the cluster after restarting."
180182

181183

184+
@pytest.mark.unstable
182185
@pytest.mark.parametrize("process", DB_PROCESSES)
183186
async def test_restart_db_process(
184187
ops_test: OpsTest, process: str, continuous_writes, master_start_timeout
@@ -231,6 +234,7 @@ async def test_restart_db_process(
231234
), "secondary not up to date with the cluster after restarting."
232235

233236

237+
@pytest.mark.unstable
234238
@pytest.mark.parametrize("process", [PATRONI_PROCESS])
235239
@pytest.mark.parametrize("signal", ["SIGTERM", "SIGKILL"])
236240
async def test_full_cluster_restart(
@@ -288,6 +292,7 @@ async def test_full_cluster_restart(
288292
assert total_expected_writes == actual_writes, "writes to the db were missed."
289293

290294

295+
@pytest.mark.unstable
291296
async def test_forceful_restart_without_data_and_transaction_logs(
292297
ops_test: OpsTest,
293298
continuous_writes,

0 commit comments

Comments
 (0)