aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexv-smirnov <alex@ydb.tech>2022-11-25 19:37:15 +0300
committeralexv-smirnov <alex@ydb.tech>2022-11-25 19:37:15 +0300
commit95407ff011acff532494021bae4e90947a7fe472 (patch)
tree2d2e092cba94526fac3a79f142c8662780211ed9
parentffb5ad09d39d36cf1d323c39fcb28dc9a8c76830 (diff)
downloadydb-95407ff011acff532494021bae4e90947a7fe472.tar.gz
remove internal links from ticket references
-rw-r--r--ydb/core/blobstorage/backpressure/queue_backpressure_client_ut.cpp2
-rw-r--r--ydb/core/blobstorage/dsproxy/ut_fat/dsproxy_ut.cpp2
-rw-r--r--ydb/core/blobstorage/incrhuge/ut/incrhuge_basic_ut.cpp6
-rw-r--r--ydb/core/blobstorage/ut_vdisk/vdisk_test.cpp2
-rw-r--r--ydb/core/client/flat_ut.cpp4
-rw-r--r--ydb/core/kqp/opt/peephole/kqp_opt_peephole.cpp2
-rw-r--r--ydb/core/kqp/ut/kqp_ne_ut.cpp2
-rw-r--r--ydb/core/kqp/ut/kqp_sort_ut.cpp2
-rw-r--r--ydb/core/protos/sqs.proto2
-rw-r--r--ydb/core/quoter/kesus_quoter_proxy.cpp2
-rw-r--r--ydb/core/tx/scheme_board/replica_ut.cpp2
-rw-r--r--ydb/core/tx/schemeshard/schemeshard__operation_create_kesus.cpp2
-rw-r--r--ydb/core/tx/schemeshard/ut_base.cpp2
-rw-r--r--ydb/core/tx/tx_proxy/schemereq.cpp2
-rw-r--r--ydb/core/ymq/actor/events.h2
-rw-r--r--ydb/core/ymq/actor/service.cpp2
-rw-r--r--ydb/library/yql/utils/fp_bits_ut.cpp2
-rw-r--r--ydb/tests/functional/api/test_crud.py2
-rwxr-xr-xydb/tests/functional/blobstorage/pdisk_format_info.py2
-rw-r--r--ydb/tests/functional/suite_tests/postgres/case.test6
-rw-r--r--ydb/tests/functional/suite_tests/postgres/jointest/coalesce-and-join.test4
-rw-r--r--ydb/tests/library/sqs/test_base.py2
22 files changed, 28 insertions, 28 deletions
diff --git a/ydb/core/blobstorage/backpressure/queue_backpressure_client_ut.cpp b/ydb/core/blobstorage/backpressure/queue_backpressure_client_ut.cpp
index c74015e50a..ef24faa173 100644
--- a/ydb/core/blobstorage/backpressure/queue_backpressure_client_ut.cpp
+++ b/ydb/core/blobstorage/backpressure/queue_backpressure_client_ut.cpp
@@ -286,7 +286,7 @@ public:
Y_UNIT_TEST_SUITE(TBlobStorageQueueTest) {
Y_UNIT_TEST(TMessageLost) {
- // https://st.yandex-team.ru/KIKIMR-9570 this test not is incorrect because we don't allow 'lost messages'
+ // KIKIMR-9570 this test not is incorrect because we don't allow 'lost messages'
// without proper interconnect notification; local messages can't be just lost while VDisk is operational
return; // TODO(alexvru)
diff --git a/ydb/core/blobstorage/dsproxy/ut_fat/dsproxy_ut.cpp b/ydb/core/blobstorage/dsproxy/ut_fat/dsproxy_ut.cpp
index 1d881f19f0..fbb213f272 100644
--- a/ydb/core/blobstorage/dsproxy/ut_fat/dsproxy_ut.cpp
+++ b/ydb/core/blobstorage/dsproxy/ut_fat/dsproxy_ut.cpp
@@ -3977,7 +3977,7 @@ public:
}
void TestCompactedGetMultipart() {
- return; // TODO https://st.yandex-team.ru/KIKIMR-2244
+ return; // TODO KIKIMR-2244
TTempDir tempDir;
TestBlobStorage<TTestBlobStorageProxyPut>(0, TBlobStorageGroupType::Erasure3Plus1Block, tempDir().data());
TestBlobStorage<TTestVDiskCompacted<0>>(0, TBlobStorageGroupType::Erasure3Plus1Block, tempDir().data());
diff --git a/ydb/core/blobstorage/incrhuge/ut/incrhuge_basic_ut.cpp b/ydb/core/blobstorage/incrhuge/ut/incrhuge_basic_ut.cpp
index a4f8b3e15f..026c9918f5 100644
--- a/ydb/core/blobstorage/incrhuge/ut/incrhuge_basic_ut.cpp
+++ b/ydb/core/blobstorage/incrhuge/ut/incrhuge_basic_ut.cpp
@@ -135,7 +135,7 @@ public:
Y_UNIT_TEST_SUITE(TIncrHugeBasicTest) {
Y_UNIT_TEST(WriteReadDeleteEnum) {
- return; /* TODO(alexvru): https://st.yandex-team.ru/KIKIMR-7588 */
+ return; /* TODO(alexvru): KIKIMR-7588 */
TTestEnv env;
env.Setup();
@@ -153,7 +153,7 @@ Y_UNIT_TEST_SUITE(TIncrHugeBasicTest) {
}
Y_UNIT_TEST(WriteReadDeleteEnumRecover) {
- return; /* TODO(alexvru): https://st.yandex-team.ru/KIKIMR-7588 */
+ return; /* TODO(alexvru): KIKIMR-7588 */
TTestActorConcurrent::TTestActorState state;
TManualEvent event;
@@ -210,7 +210,7 @@ Y_UNIT_TEST_SUITE(TIncrHugeBasicTest) {
}
Y_UNIT_TEST(Recovery) {
- return; // TODO https://st.yandex-team.ru/KIKIMR-3065
+ return; // TODO KIKIMR-3065
TTestEnv env;
env.Setup(true, 0, nullptr, 2000, 128 << 20);
env.Start();
diff --git a/ydb/core/blobstorage/ut_vdisk/vdisk_test.cpp b/ydb/core/blobstorage/ut_vdisk/vdisk_test.cpp
index 694828c9f8..26a159f879 100644
--- a/ydb/core/blobstorage/ut_vdisk/vdisk_test.cpp
+++ b/ydb/core/blobstorage/ut_vdisk/vdisk_test.cpp
@@ -537,7 +537,7 @@ Y_UNIT_TEST_SUITE(TBsLocalRecovery) {
}
Y_UNIT_TEST(ChaoticWriteRestartHuge) {
- return; // https://st.yandex-team.ru/KIKIMR-5314
+ return; // KIKIMR-5314
auto vdiskSetup = std::make_shared<TFastVDiskSetup>();
TChaoticWriteRestartWriteSettings settings(
TWriteRestartReadSettings::OneSetup(100000, 65u << 10u, HUGEB, vdiskSetup),
diff --git a/ydb/core/client/flat_ut.cpp b/ydb/core/client/flat_ut.cpp
index 4a4baba554..b1f36136cc 100644
--- a/ydb/core/client/flat_ut.cpp
+++ b/ydb/core/client/flat_ut.cpp
@@ -253,7 +253,7 @@ Y_UNIT_TEST_SUITE(TFlatTest) {
}
Y_UNIT_TEST(SelectBigRangePerf) {
- // Scenario from https://st.yandex-team.ru/KIKIMR-2715
+ // Scenario from KIKIMR-2715
// Increase N_ROWS and N_REQS for profiling
const int N_ROWS = 100; // 10000
const int N_REQS = 10; // 100500
@@ -1413,7 +1413,7 @@ Y_UNIT_TEST_SUITE(TFlatTest) {
}
Y_UNIT_TEST(OutOfDiskSpace) {
- return; // TODO https://st.yandex-team.ru/KIKIMR-2279
+ return; // TODO KIKIMR-2279
TPortManager pm;
ui16 port = pm.GetPort(2134);
diff --git a/ydb/core/kqp/opt/peephole/kqp_opt_peephole.cpp b/ydb/core/kqp/opt/peephole/kqp_opt_peephole.cpp
index 266d34f9c2..69db4a3026 100644
--- a/ydb/core/kqp/opt/peephole/kqp_opt_peephole.cpp
+++ b/ydb/core/kqp/opt/peephole/kqp_opt_peephole.cpp
@@ -207,7 +207,7 @@ TMaybeNode<TKqpPhysicalTx> PeepholeOptimize(const TKqpPhysicalTx& tx, TExprConte
argTypes.push_back(arg.Ref().GetTypeAnn());
}
- // TODO: get rid of TKqpProgram-callable (https://st.yandex-team.ru/YQL-10078)
+ // TODO: get rid of TKqpProgram-callable (YQL-10078)
TNodeOnNodeOwnedMap tmp;
auto program = Build<TKqpProgram>(ctx, stage.Pos())
//.Lambda(ctx.DeepCopy(stage.Program().Ref(), ctx, tmp, true /* internStrings */, false /* copyTypes */))
diff --git a/ydb/core/kqp/ut/kqp_ne_ut.cpp b/ydb/core/kqp/ut/kqp_ne_ut.cpp
index ba0b6b28fa..6bfb075bc6 100644
--- a/ydb/core/kqp/ut/kqp_ne_ut.cpp
+++ b/ydb/core/kqp/ut/kqp_ne_ut.cpp
@@ -2792,7 +2792,7 @@ Y_UNIT_TEST_SUITE(KqpNewEngine) {
])", FormatResultSetYson(result.GetResultSet(0)));
}
- // https://st.yandex-team.ru/KIKIMR-14022
+ // KIKIMR-14022
Y_UNIT_TEST(JoinSameKey) {
auto kikimr = DefaultKikimrRunner();
auto db = kikimr.GetTableClient();
diff --git a/ydb/core/kqp/ut/kqp_sort_ut.cpp b/ydb/core/kqp/ut/kqp_sort_ut.cpp
index 285b52bda4..25825aab10 100644
--- a/ydb/core/kqp/ut/kqp_sort_ut.cpp
+++ b/ydb/core/kqp/ut/kqp_sort_ut.cpp
@@ -975,7 +975,7 @@ Y_UNIT_TEST_SUITE(KqpSort) {
}
}
- // https://st.yandex-team.ru/KIKIMR-11523
+ // KIKIMR-11523
Y_UNIT_TEST(PassLimit) {
TKikimrRunner kikimr;
auto db = kikimr.GetTableClient();
diff --git a/ydb/core/protos/sqs.proto b/ydb/core/protos/sqs.proto
index 45dee72b1a..89281bf315 100644
--- a/ydb/core/protos/sqs.proto
+++ b/ydb/core/protos/sqs.proto
@@ -470,7 +470,7 @@ message TSetQueueAttributesResponse {
message TPermissions {
optional string Subject = 1;
- repeated string PermissionNames = 2; // https://st.yandex-team.ru/SQS-3
+ repeated string PermissionNames = 2; // SQS-3
}
message TPermissionsAction {
diff --git a/ydb/core/quoter/kesus_quoter_proxy.cpp b/ydb/core/quoter/kesus_quoter_proxy.cpp
index cc4a854e99..e13d46ddf1 100644
--- a/ydb/core/quoter/kesus_quoter_proxy.cpp
+++ b/ydb/core/quoter/kesus_quoter_proxy.cpp
@@ -174,7 +174,7 @@ class TKesusQuoterProxy : public TActorBootstrapped<TKesusQuoterProxy> {
Y_VERIFY(ResourceBucketMinSize <= ResourceBucketMaxSize);
// Decrease available resource if speed or prefetch settings have been changed.
- if (prefetch > 0.0) { // https://st.yandex-team.ru/RTMR-3774
+ if (prefetch > 0.0) { // RTMR-3774
if (InitedProps && ResourceBucketMaxSize < prevBucketMaxSize) {
if (const double maxAvailable = ResourceBucketMaxSize + QueueWeight; Available > maxAvailable) {
if (Counters.Dropped) {
diff --git a/ydb/core/tx/scheme_board/replica_ut.cpp b/ydb/core/tx/scheme_board/replica_ut.cpp
index 10113c7bcc..b74672959b 100644
--- a/ydb/core/tx/scheme_board/replica_ut.cpp
+++ b/ydb/core/tx/scheme_board/replica_ut.cpp
@@ -612,7 +612,7 @@ void TReplicaCombinationTest::UpdatesCombinationsDomainRoot() {
Cerr << "=========== " << argsLeft.GenerateDescribe().ShortDebugString()
<< "\n=========== " << argsRight.GenerateDescribe().ShortDebugString() << Endl;
- // https://st.yandex-team.ru/KIKIMR-9236#5e70e0b141a0f221ddada730
+ // KIKIMR-9236#5e70e0b141a0f221ddada730
if (argsLeft.PathId == TPathId(800, 2) && !argsLeft.IsDeletion && argsLeft.DomainId == TPathId(800, 2)
&& argsRight.PathId == TPathId(800, 3) && argsRight.IsDeletion && argsRight.DomainId == TPathId(800, 3))
{
diff --git a/ydb/core/tx/schemeshard/schemeshard__operation_create_kesus.cpp b/ydb/core/tx/schemeshard/schemeshard__operation_create_kesus.cpp
index 84a6120289..e5de243751 100644
--- a/ydb/core/tx/schemeshard/schemeshard__operation_create_kesus.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard__operation_create_kesus.cpp
@@ -212,7 +212,7 @@ public:
path->StepCreated = step;
context.SS->PersistCreateStep(db, pathId, step);
- // https://st.yandex-team.ru/KIKIMR-9036
+ // KIKIMR-9036
// usually we make creation over alter, alter as null -> first version
// but now kesus allready has been persisted as first version at propose stage
// so we bump version to be sure that actual description pass over caches correctly
diff --git a/ydb/core/tx/schemeshard/ut_base.cpp b/ydb/core/tx/schemeshard/ut_base.cpp
index d08639c5d5..b7b7c8d256 100644
--- a/ydb/core/tx/schemeshard/ut_base.cpp
+++ b/ydb/core/tx/schemeshard/ut_base.cpp
@@ -5024,7 +5024,7 @@ Y_UNIT_TEST_SUITE(TSchemeShardTest) {
Columns { Name: "Value" Family: 0 FamilyName: "default" }
)", {NKikimrScheme::StatusInvalidParameter});
-// https://st.yandex-team.ru/KIKIMR-10458
+// KIKIMR-10458
TestAlterTable(runtime, ++txId, "/MyRoot", R"(
Name: "Table1"
Columns { Name: "key" Family: 0 FamilyName: "ExtBlobsOnHDD" }
diff --git a/ydb/core/tx/tx_proxy/schemereq.cpp b/ydb/core/tx/tx_proxy/schemereq.cpp
index fed030ed50..1ef0d210b6 100644
--- a/ydb/core/tx/tx_proxy/schemereq.cpp
+++ b/ydb/core/tx/tx_proxy/schemereq.cpp
@@ -450,7 +450,7 @@ struct TBaseSchemeReq: public TActorBootstrapped<TDerived> {
TBase::Die(ctx);
}
- // https://st.yandex-team.ru/KIKIMR-12624 move that logic to the schemeshard
+ // KIKIMR-12624 move that logic to the schemeshard
bool CheckTablePrereqs(const NKikimrSchemeOp::TTableDescription &desc, const TString &path, const TActorContext& ctx) {
// check ad-hoc prereqs for table alter/creation
diff --git a/ydb/core/ymq/actor/events.h b/ydb/core/ymq/actor/events.h
index e79221fd52..540b314b3e 100644
--- a/ydb/core/ymq/actor/events.h
+++ b/ydb/core/ymq/actor/events.h
@@ -178,7 +178,7 @@ struct TSqsEvents {
THashMap<EAction, TResourceDescription> ActionsResources;
TResourceDescription OtherActions;
- TResourceDescription CreateQueueAction; // Separate action for create queue. Quota is requested only when actor knows that there is no such queue. https://st.yandex-team.ru/SQS-620
+ TResourceDescription CreateQueueAction; // Separate action for create queue. Quota is requested only when actor knows that there is no such queue. SQS-620
};
struct TEvConfiguration : public NActors::TEventLocal<TEvConfiguration, EvConfiguration> {
diff --git a/ydb/core/ymq/actor/service.cpp b/ydb/core/ymq/actor/service.cpp
index 06c5fc049c..8dcb612216 100644
--- a/ydb/core/ymq/actor/service.cpp
+++ b/ydb/core/ymq/actor/service.cpp
@@ -212,7 +212,7 @@ struct TSqsService::TUserInfo : public TAtomicRefCount<TUserInfo> {
TSqsEvents::TQuoterResourcesForActions::TResourceDescription res{TEvQuota::TResourceLeaf::QuoterSystem, CreateObjectsQuoterResource_};
QuoterResources_->ActionsResources.emplace(EAction::CreateUser, res);
- // https://st.yandex-team.ru/SQS-620
+ // SQS-620
QuoterResources_->CreateQueueAction = res;
}
{
diff --git a/ydb/library/yql/utils/fp_bits_ut.cpp b/ydb/library/yql/utils/fp_bits_ut.cpp
index c93e848a66..d6d94b56f4 100644
--- a/ydb/library/yql/utils/fp_bits_ut.cpp
+++ b/ydb/library/yql/utils/fp_bits_ut.cpp
@@ -96,7 +96,7 @@ Y_UNIT_TEST_SUITE(TFpBits) {
Y_UNIT_TEST(CanonizeLongDouble) {
if (NValgrind::ValgrindIsOn()) {
- return; // TODO https://st.yandex-team.ru/KIKIMR-3431
+ return; // TODO KIKIMR-3431
}
CanonizeFpBitsTest<long double>();
}
diff --git a/ydb/tests/functional/api/test_crud.py b/ydb/tests/functional/api/test_crud.py
index 5fae5e1dd3..3768a9f934 100644
--- a/ydb/tests/functional/api/test_crud.py
+++ b/ydb/tests/functional/api/test_crud.py
@@ -238,7 +238,7 @@ class TestClientTimeouts(object):
class TestManySelectsInRow(object):
"""
- Test for bug https://st.yandex-team.ru/KIKIMR-3109
+ Test for bug KIKIMR-3109
"""
@classmethod
def setup_class(cls):
diff --git a/ydb/tests/functional/blobstorage/pdisk_format_info.py b/ydb/tests/functional/blobstorage/pdisk_format_info.py
index cc22e52eec..6f6ee7ed27 100755
--- a/ydb/tests/functional/blobstorage/pdisk_format_info.py
+++ b/ydb/tests/functional/blobstorage/pdisk_format_info.py
@@ -8,7 +8,7 @@ from ydb.tests.library.common import msgbus_types
class TestPDiskInfo(object):
"""
- See ticket https://st.yandex-team.ru/KIKIMR-1831
+ See ticket KIKIMR-1831
"""
@classmethod
def setup_class(cls):
diff --git a/ydb/tests/functional/suite_tests/postgres/case.test b/ydb/tests/functional/suite_tests/postgres/case.test
index c4c7302c53..1460b5a667 100644
--- a/ydb/tests/functional/suite_tests/postgres/case.test
+++ b/ydb/tests/functional/suite_tests/postgres/case.test
@@ -51,7 +51,7 @@ INSERT INTO CASE2_TBL (i, j) VALUES (NULL, -6);
-- Simplest examples without tables
--
-statement skipped https://st.yandex-team.ru/YQL-2961
+statement skipped YQL-2961
SELECT '3' AS "One",
CASE
WHEN 1 < 2 THEN 3
@@ -61,7 +61,7 @@ SELECT '3' AS "One",
-----+-------------
3 | 3
-statement skipped https://st.yandex-team.ru/YQL-2961
+statement skipped YQL-2961
SELECT '<NULL>' AS "One",
CASE
WHEN 1 > 2 THEN 3
@@ -93,7 +93,7 @@ SELECT 6 AS `One`,
ELSE 7
END AS `Two_WHEN_with_default`;
-statement skipped https://st.yandex-team.ru/YQL-2961
+statement skipped YQL-2961
SELECT '7' AS "NonR",
CASE WHEN random() < 0 THEN 1
END AS "NULL_on_no_matches";
diff --git a/ydb/tests/functional/suite_tests/postgres/jointest/coalesce-and-join.test b/ydb/tests/functional/suite_tests/postgres/jointest/coalesce-and-join.test
index d7d0285781..d7865e2cad 100644
--- a/ydb/tests/functional/suite_tests/postgres/jointest/coalesce-and-join.test
+++ b/ydb/tests/functional/suite_tests/postgres/jointest/coalesce-and-join.test
@@ -28,7 +28,7 @@ upsert into b (x) values
(2);
-statement skipped query https://st.yandex-team.ru/YQL-2986
+statement skipped query YQL-2986
select pv.x as pv_x, a.y as a_y
from
a left join b as qt ON a.x = qt.x
@@ -70,7 +70,7 @@ select xx.pkxx as xx_pkxx from
(select yy.pkxx as yt from yy) as Q
on coalesce(Q.yt, 3) = xx.pkxx
-statement skipped query https://st.yandex-team.ru/YQL-2986
+statement skipped query YQL-2986
select yy.pkyy as yy_pkyy, yy.pkxx as yy_pkxx, yya.pkyy as yya_pkyy,
xxa.pkxx as xxa_pkxx, xxb.pkxx as xxb_pkxx
from yy
diff --git a/ydb/tests/library/sqs/test_base.py b/ydb/tests/library/sqs/test_base.py
index 9468280880..bd8bd87a1c 100644
--- a/ydb/tests/library/sqs/test_base.py
+++ b/ydb/tests/library/sqs/test_base.py
@@ -376,7 +376,7 @@ class KikimrSqsTestBase(object):
return data_result_sets
except (ydb.ConnectionError, ydb.Timeout, ydb.BadSession, ydb.Unavailable, ydb.InternalError) as ex:
logging.warning('Kikimr driver exception: {}'.format(ex))
- # https://st.yandex-team.ru/SQS-307
+ # SQS-307
if retries_left:
logging.info('Retrying query')
time.sleep(1)