Skip to content

Commit

Permalink
Merge pull request #29695 from def-/pr-28235
Browse files Browse the repository at this point in the history
cloudtest: Reenable test_crash_clusterd
  • Loading branch information
def- authored Sep 20, 2024
2 parents fbb6104 + 35cdcbb commit 5209ce9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/cloudtest/test_replica_restart.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def verify_cluster_oomed() -> None:

# Test that a crashed (and restarted) cluster replica generates expected notice
# events.
@pytest.mark.skip(reason="Hangs occasionally, see materialize#28235")
def test_crash_clusterd(mz: MaterializeApplication) -> None:
mz.environmentd.sql("DROP TABLE IF EXISTS t1 CASCADE")
mz.environmentd.sql("CREATE TABLE t1 (f1 TEXT)")
Expand Down

0 comments on commit 5209ce9

Please sign in to comment.