Skip to content

Commit d2cec5a

Browse files
authored
Merge 9db4eae into b7cfb36
2 parents b7cfb36 + 9db4eae commit d2cec5a

File tree

71 files changed

+337
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+337
-243
lines changed

.github/actions/test_ya/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ runs:
385385
CURRENT_JUNIT_XML_PATH=$CURRENT_PUBLIC_DIR/junit.xml
386386
CURRENT_REPORT=$CURRENT_PUBLIC_DIR/report.json
387387
set +e
388-
(./ya make $YA_MAKE_TARGET "${params[@]}" \
388+
(./ya make -k $YA_MAKE_TARGET "${params[@]}" \
389389
$RERUN_FAILED_OPT --log-file "$PUBLIC_DIR/ya_log.txt" \
390390
--evlog-file "$CURRENT_PUBLIC_DIR/ya_evlog.jsonl" \
391391
--junit "$CURRENT_JUNIT_XML_PATH" --build-results-report "$CURRENT_REPORT" --output "$YA_MAKE_OUT_DIR"; echo $? > exit_code) |& cat >> $YA_MAKE_OUTPUT
@@ -663,4 +663,4 @@ runs:
663663
env:
664664
BUILD_PRESET: ${{ inputs.build_preset }}
665665
GITHUB_TOKEN: ${{ github.token }}
666-
run: echo "Check cancelled" | .github/scripts/tests/comment-pr.py --color black
666+
run: echo "Check cancelled" | .github/scripts/tests/comment-pr.py --color black

ydb/core/client/flat_ut_client.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#pragma once
22

33
#include <ydb/core/base/tablet_resolver.h>
4+
#include <ydb/core/protos/schemeshard/operations.pb.h>
45
#include <ydb/core/testlib/test_client.h>
56
#include <ydb/core/tx/tx_proxy/proxy.h>
67
#include <ydb/public/lib/deprecated/kicli/kicli.h>

ydb/core/client/server/msgbus_server_scheme_request.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
#include <ydb/core/base/ticket_parser.h>
21
#include "msgbus_server.h"
32
#include "msgbus_server_request.h"
43
#include "msgbus_server_proxy.h"
54
#include "msgbus_server_persqueue.h"
65
#include "msgbus_securereq.h"
76

7+
#include <ydb/core/base/ticket_parser.h>
8+
#include <ydb/core/protos/schemeshard/operations.pb.h>
9+
810
namespace NKikimr {
911
namespace NMsgBusProxy {
1012

ydb/core/cms/console/console_tenants_manager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <ydb/core/base/path.h>
77
#include <ydb/core/blobstorage/base/blobstorage_events.h>
88
#include <ydb/core/protos/msgbus.pb.h>
9+
#include <ydb/core/protos/schemeshard/operations.pb.h>
910
#include <ydb/core/util/pb.h>
1011
#include <ydb/public/lib/operation_id/operation_id.h>
1112

ydb/core/driver_lib/cli_base/cli_cmds_db.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include <ydb/core/tx/schemeshard/schemeshard_user_attr_limits.h>
55
#include <ydb/core/protos/bind_channel_storage_pool.pb.h>
6+
#include <ydb/core/protos/schemeshard/operations.pb.h>
67

78
#include <ydb/library/aclib/aclib.h>
89

ydb/core/grpc_services/rpc_alter_coordination_node.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "service_coordination.h"
22
#include <ydb/core/grpc_services/base/base.h>
3+
#include <ydb/core/protos/schemeshard/operations.pb.h>
34

45
#include <ydb/public/api/protos/ydb_coordination.pb.h>
56

ydb/core/grpc_services/rpc_copy_table.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "service_table.h"
22
#include <ydb/core/grpc_services/base/base.h>
3+
#include <ydb/core/protos/schemeshard/operations.pb.h>
34

45
#include "rpc_calls.h"
56
#include "rpc_scheme_base.h"

ydb/core/grpc_services/rpc_copy_tables.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "service_table.h"
22
#include <ydb/core/grpc_services/base/base.h>
3+
#include <ydb/core/protos/schemeshard/operations.pb.h>
34

45
#include "rpc_calls.h"
56
#include "rpc_scheme_base.h"

ydb/core/grpc_services/rpc_create_coordination_node.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "service_coordination.h"
22
#include <ydb/core/grpc_services/base/base.h>
3+
#include <ydb/core/protos/schemeshard/operations.pb.h>
34

45
#include "rpc_scheme_base.h"
56
#include "rpc_common/rpc_common.h"

ydb/core/grpc_services/rpc_create_table.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <ydb/core/cms/console/configs_dispatcher.h>
99
#include <ydb/core/engine/mkql_proto.h>
1010
#include <ydb/core/protos/console_config.pb.h>
11+
#include <ydb/core/protos/schemeshard/operations.pb.h>
1112
#include <ydb/core/ydb_convert/column_families.h>
1213
#include <ydb/core/ydb_convert/table_description.h>
1314
#include <ydb/core/ydb_convert/table_profiles.h>

0 commit comments

Comments
 (0)