Skip to content

Commit

Permalink
Mark test_deduplicate_keeps_state_with_regular_persistence as flaky (…
Browse files Browse the repository at this point in the history
…#5533)

GitOrigin-RevId: 3f28328c743bc0c9d35b5947c90be6df17f9d768
  • Loading branch information
embe-pw authored and Manul from Pathway committed Jan 30, 2024
1 parent ca3d808 commit b090506
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/pathway/tests/test_deduplicate.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
import pathlib
from unittest import mock

import pytest

import pathway as pw
from pathway.internals.parse_graph import G
from pathway.tests.utils import assert_stream_equality_wo_index, run
Expand Down Expand Up @@ -362,6 +364,7 @@ def acceptor_2(new_value, old_value) -> bool:
)


@pytest.mark.flaky(reruns=2)
def test_deduplicate_keeps_state_with_regular_persistence(tmp_path: pathlib.Path):
persistence_path = tmp_path / "persistence"
persistence_config = pw.persistence.Config.simple_config(
Expand Down

0 comments on commit b090506

Please sign in to comment.