File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,6 @@ ydb/core/kqp/ut/service KqpQueryService.QueryOnClosedSession
31
31
ydb/core/kqp/ut/service KqpService.CloseSessionsWithLoad
32
32
ydb/core/persqueue/ut [*/*]*
33
33
ydb/core/persqueue/ut TPQTest.*DirectRead*
34
- ydb/core/persqueue/ut/ut_with_sdk [*/*]*
35
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionMerge_PreferedPartition_BeforeAutoscaleAwareSDK
36
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionSplit_ManySession_AutoscaleAwareSDK
37
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionSplit_ManySession_BeforeAutoscaleAwareSDK
38
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionSplit_ManySession_existed_AutoscaleAwareSDK
39
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionSplit_PreferedPartition_AutoscaleAwareSDK
40
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionSplit_ReadNotEmptyPartitions_AutoscaleAwareSDK
41
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.PartitionSplit_ReadNotEmptyPartitions_BeforeAutoscaleAwareSDK
42
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.ReadingAfterSplitTest_AutoscaleAwareSDK_AutoCommit
43
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.ReadingAfterSplitTest_PreferedPartition_AutoscaleAwareSDK
44
- ydb/core/persqueue/ut/ut_with_sdk TopicAutoscaling.ReadingAfterSplitTest_PreferedPartition_BeforeAutoscaleAwareSDK
45
34
ydb/core/quoter/ut QuoterWithKesusTest.PrefetchCoefficient
46
35
ydb/core/tx/coordinator/ut Coordinator.RestoreTenantConfiguration
47
36
ydb/core/tx/datashard/ut_change_exchange Cdc.InitialScanDebezium
Original file line number Diff line number Diff line change @@ -520,7 +520,7 @@ template<SdkVersion Sdk>
520
520
void TTestReadSession<Sdk>::Close() {
521
521
Run ();
522
522
Cerr << " >>>>> " << Impl->Name << " Closing reading session " << Endl << Flush;
523
- Session->Close ();
523
+ Session->Close (TDuration::Seconds ( 5 ) );
524
524
Session.reset ();
525
525
}
526
526
Original file line number Diff line number Diff line change @@ -143,6 +143,9 @@ Y_UNIT_TEST_SUITE(Balancing) {
143
143
UNIT_ASSERT_VALUES_EQUAL (5 , p[TEST_TOPIC].size ());
144
144
UNIT_ASSERT_VALUES_EQUAL (5 , p[" other-test-topic" ].size ());
145
145
}
146
+
147
+ readSession0->Close ();
148
+ readSession1->Close ();
146
149
}
147
150
148
151
Y_UNIT_TEST (Balancing_ManyTopics_TopicApi) {
You can’t perform that action at this time.
0 commit comments