Skip to content

Commit 5d0627c

Browse files
authored
YQ-3753 Fix build (#10421)
1 parent a0078aa commit 5d0627c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ydb/tests/fq/pq_async_io/ut/dq_pq_rd_read_actor_ut.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -361,15 +361,16 @@ Y_UNIT_TEST_SUITE(TDqPqRdReadActorTests) {
361361
}
362362

363363
Y_UNIT_TEST_F(IgnoreMessageIfNoSessions, TFixture) {
364-
StartSession();
364+
StartSession(Source1);
365365
MockCoordinatorChanged(Coordinator2Id);
366366
MockSessionError();
367367
}
368368

369-
Y_UNIT_TEST_F(MetadataFields, TFixture) {
369+
Y_UNIT_TEST_F(MetadataFields, TFixture) {
370370
auto source = BuildPqTopicSourceSettings("topicName");
371371
source.AddMetadataFields("_yql_sys_create_time");
372372
StartSession(source);
373373
ProcessSomeJsons(0, {Json1}, RowDispatcher1, UVParserWithMetadatafields);
374374
}
375+
}
375376
} // NYql::NDq

0 commit comments

Comments
 (0)