mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-18 20:34:14 +00:00
fix(smoke-test): fix stateful ingestion test regression (#6753)
This commit is contained in:
parent
7080c3e605
commit
b8560abd5a
@ -114,7 +114,7 @@ def test_stateful_ingestion(wait_for_healthchecks):
|
|||||||
state1 = cast(BaseSQLAlchemyCheckpointState, checkpoint1.state)
|
state1 = cast(BaseSQLAlchemyCheckpointState, checkpoint1.state)
|
||||||
state2 = cast(BaseSQLAlchemyCheckpointState, checkpoint2.state)
|
state2 = cast(BaseSQLAlchemyCheckpointState, checkpoint2.state)
|
||||||
difference_urns = list(
|
difference_urns = list(
|
||||||
state1.get_urns_not_in(type="table", other_checkpoint_state=state2)
|
state1.get_urns_not_in(type="*", other_checkpoint_state=state2)
|
||||||
)
|
)
|
||||||
assert len(difference_urns) == 1
|
assert len(difference_urns) == 1
|
||||||
assert (
|
assert (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user