File tree Expand file tree Collapse file tree 16 files changed +35
-10
lines changed
mind/bscontroller/ut_selfheal Expand file tree Collapse file tree 16 files changed +35
-10
lines changed Original file line number Diff line number Diff line change 1+ #include < ydb/core/driver_lib/version/version.h>
2+
3+ NKikimrConfig::TCurrentCompatibilityInfo NKikimr::TCompatibilityInfo::MakeCurrent () {
4+ using TCurrentConstructor = NKikimr::TCompatibilityInfo::TProtoConstructor::TCurrentCompatibilityInfo;
5+ // using TVersionConstructor = NKikimr::TCompatibilityInfo::TProtoConstructor::TVersion;
6+ // using TCompatibilityRuleConstructor = NKikimr::TCompatibilityInfo::TProtoConstructor::TCompatibilityRule;
7+
8+ return TCurrentConstructor{
9+ .Application = " ydb" ,
10+ }.ToPB ();
11+ }
Original file line number Diff line number Diff line change 1+ LIBRARY(version_definition)
2+
3+ SRCS(
4+ version_definition.cpp
5+ )
6+
7+ PEERDIR(
8+ ydb/core/driver_lib/version
9+ )
10+
11+ END()
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ IF (ARCH_X86_64)
2828ENDIF()
2929
3030PEERDIR(
31+ ydb/apps/version
3132 ydb/core/driver_lib/run
3233 ydb/core/protos
3334 ydb/core/security
Original file line number Diff line number Diff line change 1313ENDIF()
1414
1515PEERDIR(
16+ ydb/apps/version
1617 ydb/library/actors/core
1718 ydb/library/actors/interconnect
1819 library/cpp/getopt
Original file line number Diff line number Diff line change 1212ENDIF()
1313
1414PEERDIR(
15+ ydb/apps/version
1516 ydb/library/actors/protos
1617 ydb/core/blobstorage
1718 ydb/core/blobstorage/incrhuge
Original file line number Diff line number Diff line change 1616PEERDIR(
1717 library/cpp/digest/md5
1818 library/cpp/testing/unittest
19+ ydb/apps/version
1920 ydb/core/base
2021 ydb/core/blob_depot
2122 ydb/core/blobstorage/backpressure
Original file line number Diff line number Diff line change 1616ENDIF()
1717
1818PEERDIR(
19+ ydb/apps/version
1920 ydb/library/actors/interconnect/mock
2021 library/cpp/testing/unittest
2122 ydb/core/blobstorage/crypto
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ SIZE(MEDIUM)
99TIMEOUT(600)
1010
1111PEERDIR(
12+ ydb/apps/version
1213 ydb/library/actors/interconnect/mock
1314 library/cpp/testing/unittest
1415 ydb/core/blobstorage/backpressure
Original file line number Diff line number Diff line change 1818)
1919
2020PEERDIR(
21+ ydb/apps/version
2122 ydb/library/actors/protos
2223 library/cpp/codecs
2324 ydb/core/base
Original file line number Diff line number Diff line change 1616)
1717
1818PEERDIR(
19+ ydb/apps/version
1920 library/cpp/testing/unittest
2021 ydb/core/blobstorage/backpressure
2122 ydb/core/blobstorage/groupinfo
You can’t perform that action at this time.
0 commit comments