Skip to content

Commit 82500f0

Browse files
committed
[ICRDMA] Temporary disable verbs device scan and ut (#27957)
1 parent 4c846bc commit 82500f0

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

ydb/core/blobstorage/pdisk/blobstorage_pdisk_ut.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2129,6 +2129,7 @@ Y_UNIT_TEST_SUITE(ShredPDisk) {
21292129
#endif
21302130
}
21312131

2132+
/*
21322133
Y_UNIT_TEST_SUITE(RDMA) {
21332134
void TestChunkReadWithRdmaAllocator(bool plainDataChunks) {
21342135
TActorTestContext testCtx({
@@ -2210,5 +2211,5 @@ Y_UNIT_TEST_SUITE(RDMA) {
22102211
buf2.RawDataPtr(0, totalSize);
22112212
}
22122213
}
2213-
2214+
*/
22142215
} // namespace NKikimr

ydb/core/blobstorage/ut_blobstorage/get.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Y_UNIT_TEST_SUITE(Get) {
111111
SendGet(test, originalBlobId, data, NKikimrProto::BLOCKED, TEvBlobStorage::TEvGet::TReaderTabletData(tabletId, tabletGeneration));
112112
}
113113

114-
Y_UNIT_TEST(TestRdmaRegiseredMemory) {
114+
/* Y_UNIT_TEST(TestRdmaRegiseredMemory) {
115115
TEnvironmentSetup env(true);
116116
TTestInfo test = InitTest(env);
117117
@@ -160,4 +160,5 @@ Y_UNIT_TEST_SUITE(Get) {
160160
161161
SendGet(test, originalBlobId, data, NKikimrProto::OK, TEvBlobStorage::TEvGet::TReaderTabletData(tabletId, tabletGeneration));
162162
}
163+
*/
163164
}

ydb/library/actors/interconnect/rdma/link_manager.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ static class TRdmaLinkManager {
5959
} catch (std::exception& ex) {
6060
return;
6161
}
62-
ScanDevices();
6362
}
6463
private:
6564
TCtxsMap CtxMap;

ydb/library/actors/interconnect/rdma/ya.make

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ RECURSE(
3535
cq_actor
3636
)
3737

38-
RECURSE_FOR_TESTS(
39-
ut
40-
)
38+
#RECURSE_FOR_TESTS(
39+
# ut
40+
#)

0 commit comments

Comments
 (0)