summaryrefslogtreecommitdiffstats
path: root/.github/TESTOWNERS
blob: 505bfd33472788b5121f88bd0c47a092a9c3b01d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
#Docs @blinkov TEAM:@ydb-platform/docs
/*.md @ydb-platform/docs
/ydb/docs/ @ydb-platform/docs

#YQL @vitstn @ydb-platform/yql
/ydb/library/yql/ @ydb-platform/yql
/ydb/library/yql/dq @ydb-platform/yql @ydb-platform/qp
/ydb/library/yql/yt @Krock21 @Krisha11 @zlobober @gritukan

#Row Tables Development Team @azevaykin TEAM:@ydb-platform/datashard
/ydb/core/scheme @ydb-platform/datashard
/ydb/core/tablet_flat @ydb-platform/datashard
/ydb/core/tx/datashard @ydb-platform/datashard
/ydb/core/mon_alloc @ydb-platform/datashard
/ydb/core/tx/coordinator @ydb-platform/datashard
/ydb/core/statistics @ydb-platform/datashard
/ydb/tests/datashard @ydb-platform/datashard
/ydb/tests/stress/oltp_workload @ydb-platform/datashard
/ydb/tests/datashard/vector_index/large @ydb-platform/datashard
/ydb/core/kqp/ut/tli @ydb-platform/datashard

#Column Tables Development Team @zverevgeny TEAM:@ydb-platform/cs
/ydb/core/tx/columnshard @ydb-platform/cs
/ydb/tests/olap @ydb-platform/cs
/ydb/tests/stress/olap_workload  @ydb-platform/cs
/ydb/core/kqp/ut/olap @ydb-platform/cs
/ydb/tests/stress/olap_workload @ydb-platform/cs
/ydb/tests/functional/tpc @ydb-platform/cs
/ydb/tests/compatibility/olap @ydb-platform/cs

#Distributed System Infrastructure Team @ijon TEAM:@ydb-platform/system-infra
/ydb/core/mind/hive @ydb-platform/system-infra
/ydb/core/tx/schemeshard @ydb-platform/system-infra
/ydb/core/util @ydb-platform/system-infra
/ydb/core/client @ydb-platform/system-infra
/ydb/core/engine @ydb-platform/system-infra
/ydb/tests/functional/hive @ydb-platform/system-infra
/ydb/core/tx/scheme_board @ydb-platform/system-infra
/ydb/core/tx/scheme_cache @ydb-platform/system-infra
/ydb/core/audit @ydb-platform/system-infra
/ydb/core/health_check @ydb-platform/system-infra
/ydb/library/aclib @ydb-platform/system-infra
/ydb/mvp/oidc_proxy @ydb-platform/system-infra
/ydb/tests/functional/audit @ydb-platform/system-infra
/ydb/tests/functional/limits @ydb-platform/system-infra
/ydb/tests/functional/scheme_shard @ydb-platform/system-infra
/ydb/tests/functional/tenants @ydb-platform/system-infra
/ydb/services/ydb/table_split_ut @ydb-platform/system-infra

/ydb/core/tx/schemeshard/olap @ydb-platform/cs
/ydb/core/tx/schemeshard/ut_olap_reboots @ydb-platform/cs
/ydb/core/tx/schemeshard/ut_olap @ydb-platform/cs
/ydb/core/tx/schemeshard/ut_index_build_reboots @ydb-platform/datashard
/ydb/core/tx/schemeshard/ut_shred @ydb-platform/datashard
/ydb/core/tx/schemeshard/ut_shred_reboots @ydb-platform/datashard
/ydb/core/tx/schemeshard/ut_vector_index_build_reboots @ydb-platform/datashard

#Security Team @azevaykin TEAM:@ydb-platform/security
/ydb/core/security @ydb-platform/security
/ydb/core/tx/tx_proxy/ut_schemereq @ydb-platform/security
/ydb/core/tx/schemeshard/ut_login* @ydb-platform/Security
/ydb/core/tx/schemeshard/ut_login_large @ydb-platform/Security
/ydb/tests/functional/secrets @ydb-platform/Security
/ydb/tests/functional/security @ydb-platform/Security

#YDB Query Execution Team @gridnevvvit TEAM:@ydb-platform/qp
/ydb/core/kqp @ydb-platform/qp
#YDB Query Optimizer Team @pavelvelikhov TEAM:@ydb-platform/qp
/ydb/tests/functional/canonical @ydb-platform/qp
/ydb/tests/functional/suite_tests @ydb-platform/qp
/ydb/tests/functional/clickbench @ydb-platform/qp
/ydb/tests/functional/postgresql @ydb-platform/qp
/ydb/tests/functional/kqp @ydb-platform/qp
/ydb/tests/functional/query_cache @ydb-platform/qp

#YDB Application Team @asmyasnikov TEAM:@ydb-platform/appteam
/ydb/public/sdk @ydb-platform/appteam
/ydb/tests/functional/ydb_cli @ydb-platform/appteam
/ydb/public/lib/ydb_cli @ydb-platform/appteam
/ydb/apps/ydb @ydb-platform/appteam

#YDB Postgres Compatibility @rekby TEAM:@ydb-platform/postgres-compatibility
/ydb/tests/postgres_integrations @ydb-platform/postgres-compatibility

#YDB Engineering Team @maximyurchuk TEAM:@ydb-platform/engineering
/ydb/tests/functional/tpc @ydb-platform/engineering
/ydb/tests/compatibility @ydb-platform/engineering
/ydb/tests/stress @ydb-platform/engineering

#Distributed Storage Team @the-ancient-1 TEAM:@ydb-platform/blobstorage
/ydb/core/blobstorage @ydb-platform/blobstorage
/ydb/core/mind/bscontroller @ydb-platform/blobstorage
/ydb/library/actors @ydb-platform/blobstorage
/ydb/core/actorlib_impl @ydb-platform/blobstorage
/ydb/core/keyvalue @ydb-platform/blobstorage
/ydb/core/test_tablet @ydb-platform/blobstorage
/ydb/core/blob_depot @ydb-platform/blobstorage
/ydb/core/erasure @ydb-platform/blobstorage
/ydb/tests/functional/config @ydb-platform/blobstorage
/ydb/services/keyvalue/ut @ydb-platform/blobstorage
/ydb/tests/functional/bridge @ydb-platform/blobstorage
/ydb/tests/functional/dstool @ydb-platform/blobstorage
/ydb/tests/compatibility/distconf @ydb-platform/blobstorage
/ydb/tests/stress/testshard_workload @ydb-platform/blobstorage
/ydb/tools/stress_tool @ydb-platform/blobstorage
/ydb/core/load_test @ydb-platform/blobstorage
/ydb/tests/stress/reconfig_state_storage_workload @ydb-platform/blobstorage

#Core Functionality Team @CyberROFL TEAM:@ydb-platform/core
/ydb/core/config/ut @ydb-platform/core
/ydb/core/cms @ydb-platform/core
/ydb/core/quoter @ydb-platform/core
/ydb/core/tx/datashard/ut_incremental_backup @ydb-platform/core
/ydb/library/yaml_config/ut_transform @ydb-platform/core
/ydb/services/ydb/backup_ut @ydb-platform/core
/ydb/tests/functional/backup_collection @ydb-platform/core
/ydb/tests/functional/cms @ydb-platform/core
/ydb/tests/functional/serverless @ydb-platform/core
/ydb/tests/functional/replication @ydb-platform/core
/ydb/tests/stress/scheme_board @ydb-platform/core

#Data Delivery Systems Team / LogBroker @alexnick88 TEAM:@ydb-platform/topics
/ydb/tests/functional/sqs @ydb-platform/Topics
/ydb/core/kafka_proxy @ydb-platform/Topics
/ydb/core/persqueue @ydb-platform/Topics
/ydb/services/datastreams @ydb-platform/Topics
/ydb/services/deprecated/persqueue_v0 @ydb-platform/Topics
/ydb/services/persqueue_v1 @ydb-platform/Topics
/ydb/core/ymq @ydb-platform/Topics
/ydb/core/http_proxy @ydb-platform/Topics
/ydb/core/tx/schemeshard/ut_pq_reboots @ydb-platform/Topics
/ydb/core/transfer @ydb-platform/Topics
/ydb/tests/stress/kafka @ydb-platform/Topics
/ydb/public/sdk/cpp/src/client/topic/ @ydb-platform/Topics
/ydb/public/sdk/cpp/tests/integration/topic @ydb-platform/Topics
/ydb/public/sdk/cpp/src/client/federated_topic/ @ydb-platform/Topics
/ydb/tests/stress/topic/ @ydb-platform/Topics
/ydb/tests/stress/topic_kafka/ @ydb-platform/Topics
/ydb/tests/stress/topic_sqs/ @ydb-platform/Topics
/ydb/tests/stress/transfer/ @ydb-platform/Topics

#YDB Analytics TEAM:???

#Federative query @uzhastik TEAM:@ydb-platform/fq
/ydb/tests/fq @ydb-platform/fq
/ydb/tests/solomon @ydb-platform/fq
/ydb/core/fq/ @ydb-platform/fq
/ydb/services/fq/ @ydb-platform/fq
/ydb/library/yql/providers/common/http_gateway @ydb-platform/fq
/ydb/library/yql/providers/common/db_id_async_resolver @ydb-platform/fq
/ydb/library/yql/providers/generic @ydb-platform/fq
/ydb/library/yql/providers/pq @ydb-platform/fq
/ydb/library/yql/providers/s3 @ydb-platform/fq
/ydb/library/yql/providers/solomon @ydb-platform/fq
/ydb/core/public_http/ @ydb-platform/fq
/ydb/core/kqp/ut/federated_query @ydb-platform/fq
/ydb/tests/compatibility/streaming @ydb-platform/fq
/ydb/core/external_sources/s3 @ydb-platform/fq

#@ydb-platform/ui-backend
/ydb/core/viewer @ydb-platform/ui-backend
/ydb/core/protos/node_whiteboard.proto @ydb-platform/ui-backend

#NBS / Network Blockstore TEAM:@ydb-platform/nbs
/ydb/core/nbs @ydb-platform/nbs
/ydb/tests/functional/nbs @ydb-platform/nbs

/ydb/tests/sql @slonn