Skip to content

YDB FQ: fix streaming tests after refactoring #12800

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ydb/tests/fq/generic/streaming/test_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from ydb.tests.tools.datastreams_helpers.test_yds_base import TestYdsBase

from ydb.library.yql.providers.generic.connector.tests.utils.one_time_waiter import OneTimeWaiter
from ydb.library.yql.providers.generic.connector.api.common.data_source_pb2 import EDataSourceKind
from yql.essentials.providers.common.proto.gateways_config_pb2 import EGenericDataSourceKind

import conftest

Expand Down Expand Up @@ -410,7 +410,7 @@ def freeze(json):


one_time_waiter = OneTimeWaiter(
data_source_kind=EDataSourceKind.YDB,
data_source_kind=EGenericDataSourceKind.YDB,
docker_compose_file_path=conftest.docker_compose_file_path,
expected_tables=["simple_table", "join_table", "dummy_table"],
)
Expand Down
Loading