Skip to content

YQ-4317 PQ provider to ydb #18955

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
Jun 27, 2025
Merged

Conversation

kardymonds
Copy link
Collaborator

@kardymonds kardymonds commented May 28, 2025

Changelog entry

Added new external data source to ydb topics.
Example:

  CREATE OBJECT token_secret (TYPE SECRET) WITH (value = "...");

  CREATE EXTERNAL DATA SOURCE `source_name` WITH (
      SOURCE_TYPE="Ydb",
      LOCATION="ydb.serverless.yandexcloud.net:2135",
      DATABASE_NAME="/ru-central1/b1gtl2kg13him37quoo6/etni8pumlo8mo3e0cemr",
      AUTH_METHOD="TOKEN",
      USE_TLS="true",
      TOKEN_SECRET_NAME="token_secret");

   SELECT * FROM `source_name`.`topic_name`
      WITH (
           FORMAT="json_each_row",
           SCHEMA=(cnt UInt64 NOT NULL,  k String NOT NULL))
      LIMIT 1;

...

Changelog category

  • New feature

Description for reviewers

...

Copy link

github-actions bot commented May 28, 2025

2025-05-28 14:42:54 UTC Pre-commit check linux-x86_64-release-asan for c26b378 has started.
2025-05-28 14:43:05 UTC Artifacts will be uploaded here
2025-05-28 14:46:23 UTC ya make is running...
🔴 2025-05-28 15:05:37 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 28, 2025

2025-05-28 14:43:05 UTC Pre-commit check linux-x86_64-relwithdebinfo for c26b378 has started.
2025-05-28 14:43:15 UTC Artifacts will be uploaded here
2025-05-28 14:46:37 UTC ya make is running...
🔴 2025-05-28 15:02:48 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 28, 2025

🟢 2025-06-06 10:14:30 UTC The validation of the Pull Request description is successful.

Copy link

github-actions bot commented May 29, 2025

2025-05-29 07:28:52 UTC Pre-commit check linux-x86_64-release-asan for 9c70ccc has started.
2025-05-29 07:29:03 UTC Artifacts will be uploaded here
2025-05-29 07:32:30 UTC ya make is running...
🔴 2025-05-29 07:52:46 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 29, 2025

2025-05-29 07:29:04 UTC Pre-commit check linux-x86_64-relwithdebinfo for 9c70ccc has started.
2025-05-29 07:29:15 UTC Artifacts will be uploaded here
2025-05-29 07:32:40 UTC ya make is running...
🔴 2025-05-29 07:50:44 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 29, 2025

2025-05-29 13:35:27 UTC Pre-commit check linux-x86_64-release-asan for e571457 has started.
2025-05-29 13:35:37 UTC Artifacts will be uploaded here
2025-05-29 13:38:50 UTC ya make is running...
🔴 2025-05-29 13:45:29 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 29, 2025

2025-05-29 13:35:40 UTC Pre-commit check linux-x86_64-relwithdebinfo for e571457 has started.
2025-05-29 13:35:51 UTC Artifacts will be uploaded here
2025-05-29 13:39:18 UTC ya make is running...
🔴 2025-05-29 13:46:25 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 30, 2025

2025-05-30 08:39:57 UTC Pre-commit check linux-x86_64-release-asan for 33f0744 has started.
2025-05-30 08:40:08 UTC Artifacts will be uploaded here
2025-05-30 08:43:40 UTC ya make is running...
🔴 2025-05-30 08:47:20 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 30, 2025

2025-05-30 08:39:57 UTC Pre-commit check linux-x86_64-relwithdebinfo for 33f0744 has started.
2025-05-30 08:40:08 UTC Artifacts will be uploaded here
2025-05-30 08:43:34 UTC ya make is running...
🔴 2025-05-30 08:46:31 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 30, 2025

2025-05-30 14:00:16 UTC Pre-commit check linux-x86_64-release-asan for 0cf5e0d has started.
2025-05-30 14:00:27 UTC Artifacts will be uploaded here
2025-05-30 14:03:51 UTC ya make is running...
🔴 2025-05-30 14:07:31 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented May 30, 2025

2025-05-30 14:02:27 UTC Pre-commit check linux-x86_64-relwithdebinfo for 0cf5e0d has started.
2025-05-30 14:02:38 UTC Artifacts will be uploaded here
2025-05-30 14:06:05 UTC ya make is running...
🔴 2025-05-30 14:10:47 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jun 2, 2025

2025-06-02 14:14:33 UTC Pre-commit check linux-x86_64-relwithdebinfo for bbbffe3 has started.
2025-06-02 14:15:02 UTC Artifacts will be uploaded here
2025-06-02 14:19:03 UTC ya make is running...
🔴 2025-06-02 14:22:33 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jun 2, 2025

2025-06-02 14:19:35 UTC Pre-commit check linux-x86_64-release-asan for bbbffe3 has started.
2025-06-02 14:20:00 UTC Artifacts will be uploaded here
2025-06-02 14:24:04 UTC ya make is running...
🔴 2025-06-02 14:32:12 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jun 2, 2025

2025-06-02 18:11:27 UTC Pre-commit check linux-x86_64-release-asan for b57a810 has started.
2025-06-02 18:11:38 UTC Artifacts will be uploaded here
2025-06-02 18:15:09 UTC ya make is running...
🔴 2025-06-02 18:34:27 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jun 2, 2025

2025-06-02 18:11:46 UTC Pre-commit check linux-x86_64-relwithdebinfo for b57a810 has started.
2025-06-02 18:12:19 UTC Artifacts will be uploaded here
2025-06-02 18:16:37 UTC ya make is running...
🔴 2025-06-02 18:44:06 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jun 2, 2025

2025-06-02 21:28:06 UTC Pre-commit check linux-x86_64-relwithdebinfo for 106594c has started.
2025-06-02 21:28:36 UTC Artifacts will be uploaded here
2025-06-02 21:32:30 UTC ya make is running...
🔴 2025-06-02 21:53:53 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jun 2, 2025

2025-06-02 21:31:04 UTC Pre-commit check linux-x86_64-release-asan for 106594c has started.
2025-06-02 21:31:15 UTC Artifacts will be uploaded here
2025-06-02 21:34:47 UTC ya make is running...
🔴 2025-06-02 21:57:22 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jun 3, 2025

2025-06-03 13:18:52 UTC Pre-commit check linux-x86_64-relwithdebinfo for e0ed855 has started.
2025-06-03 13:19:03 UTC Artifacts will be uploaded here
2025-06-03 13:22:38 UTC ya make is running...
🔴 2025-06-03 13:39:58 UTC Build failed, see the logs. Also see fail summary

Copy link

github-actions bot commented Jun 3, 2025

2025-06-03 13:19:08 UTC Pre-commit check linux-x86_64-release-asan for e0ed855 has started.
2025-06-03 13:19:19 UTC Artifacts will be uploaded here
2025-06-03 13:22:50 UTC ya make is running...
2025-06-03 13:41:02 UTC Check cancelled

Copy link

🔴 Unable to merge your PR into the base branch. Please rebase or merge it with the base branch.

Copy link

github-actions bot commented Jun 11, 2025

2025-06-11 04:43:06 UTC Pre-commit check linux-x86_64-relwithdebinfo for 43d24bd has started.
2025-06-11 04:43:18 UTC Artifacts will be uploaded here
2025-06-11 04:46:34 UTC ya make is running...
🟢 2025-06-11 06:14:20 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
30895 28208 0 0 2657 30

🟢 2025-06-11 06:16:54 UTC Build successful.
🟡 2025-06-11 06:17:13 UTC ydbd size 2.2 GiB changed* by +517.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: d8e845f merge: 43d24bd diff diff %
ydbd size 2 369 781 816 Bytes 2 370 311 792 Bytes +517.6 KiB +0.022%
ydbd stripped size 497 036 072 Bytes 497 109 704 Bytes +71.9 KiB +0.015%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jun 11, 2025

2025-06-11 04:43:28 UTC Pre-commit check linux-x86_64-release-asan for 43d24bd has started.
2025-06-11 04:43:41 UTC Artifacts will be uploaded here
2025-06-11 04:47:05 UTC ya make is running...
2025-06-11 06:30:37 UTC Check cancelled

Copy link

github-actions bot commented Jun 11, 2025

2025-06-11 06:31:44 UTC Pre-commit check linux-x86_64-relwithdebinfo for d7f2566 has started.
2025-06-11 06:32:06 UTC Artifacts will be uploaded here
2025-06-11 06:35:26 UTC ya make is running...
🟡 2025-06-11 07:47:17 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
30895 28187 0 3 2657 48

2025-06-11 07:49:53 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-06-11 08:01:56 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
477 (only retried tests) 452 0 0 0 25

🟢 2025-06-11 08:02:06 UTC Build successful.
🟡 2025-06-11 08:02:28 UTC ydbd size 2.2 GiB changed* by +524.9 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: d8e845f merge: d7f2566 diff diff %
ydbd size 2 369 781 816 Bytes 2 370 319 304 Bytes +524.9 KiB +0.023%
ydbd stripped size 497 036 072 Bytes 497 110 792 Bytes +73.0 KiB +0.015%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jun 11, 2025

2025-06-11 06:33:48 UTC Pre-commit check linux-x86_64-release-asan for d7f2566 has started.
2025-06-11 06:33:53 UTC Artifacts will be uploaded here
2025-06-11 06:37:05 UTC ya make is running...
🟡 2025-06-11 08:17:27 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15725 15532 0 91 78 24

2025-06-11 08:18:47 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-06-11 08:54:00 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1624 (only retried tests) 1423 0 59 119 23

2025-06-11 08:54:19 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-06-11 09:26:23 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1547 (only retried tests) 1397 0 51 78 21

🟢 2025-06-11 09:26:40 UTC Build successful.
🟡 2025-06-11 09:27:14 UTC ydbd size 3.9 GiB changed* by +1012.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: d8e845f merge: d7f2566 diff diff %
ydbd size 4 167 765 024 Bytes 4 168 801 896 Bytes +1012.6 KiB +0.025%
ydbd stripped size 1 445 698 200 Bytes 1 445 989 272 Bytes +284.2 KiB +0.020%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

GrigoriyPA
GrigoriyPA previously approved these changes Jun 11, 2025
rvu1024
rvu1024 previously approved these changes Jun 11, 2025
@@ -274,6 +274,15 @@ Y_UNIT_TEST_SUITE(ConfigProto) {
"/AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Activation/ByHour/Percentage/Percentage",
"/AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Name/Name",
"/AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Value/Value",
"/AppConfig/QueryServiceConfig/Solomon/DefaultSettings/Value/Value",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Во-первых, это копи-паста предыдущей строки.

Comment on lines 278 to 285
"/AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Activation/ByHour/Hour/Hour",
"/AppConfig/QueryServiceConfig/Pq/DefaultSettings/Activation/ByHour/Hour/Hour",
"/AppConfig/QueryServiceConfig/Pq/DefaultSettings/Activation/ByHour/Percentage/Percentage",
"/AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Activation/ByHour/Percentage/Percentage",
"/AppConfig/QueryServiceConfig/Pq/DefaultSettings/Name/Name",
"/AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Name/Name",
"/AppConfig/QueryServiceConfig/Pq/DefaultSettings/Value/Value",
"/AppConfig/QueryServiceConfig/Pq/ClusterMapping/Settings/Value/Value"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Во-вторых, тест называется ForbidNewRequired, а тут добавляются новый required поля.

@kardymonds kardymonds dismissed stale reviews from rvu1024 and GrigoriyPA via a3ade91 June 11, 2025 10:18
Copy link

github-actions bot commented Jun 11, 2025

2025-06-11 10:22:00 UTC Pre-commit check linux-x86_64-relwithdebinfo for 67698c9 has started.
2025-06-11 10:22:12 UTC Artifacts will be uploaded here
2025-06-11 10:25:27 UTC ya make is running...
🟡 2025-06-11 11:34:10 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
30903 28200 0 4 2659 40

2025-06-11 11:36:43 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-06-11 11:50:25 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1064 (only retried tests) 992 0 44 0 28

2025-06-11 11:50:39 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-06-11 12:03:49 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
462 (only retried tests) 437 0 1 0 24

🟢 2025-06-11 12:03:59 UTC Build successful.
🟡 2025-06-11 12:04:23 UTC ydbd size 2.2 GiB changed* by +524.9 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 8e0f901 merge: 67698c9 diff diff %
ydbd size 2 369 789 008 Bytes 2 370 326 472 Bytes +524.9 KiB +0.023%
ydbd stripped size 497 036 584 Bytes 497 111 304 Bytes +73.0 KiB +0.015%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jun 11, 2025

2025-06-11 10:22:01 UTC Pre-commit check linux-x86_64-release-asan for 67698c9 has started.
2025-06-11 10:22:13 UTC Artifacts will be uploaded here
2025-06-11 10:25:35 UTC ya make is running...
🟡 2025-06-11 12:11:19 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15729 15388 0 177 143 21

2025-06-11 12:12:39 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-06-11 12:49:33 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1903 (only retried tests) 1702 0 77 101 23

2025-06-11 12:49:56 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-06-11 13:24:53 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1458 (only retried tests) 1313 0 57 67 21

🟢 2025-06-11 13:25:32 UTC Build successful.
🟡 2025-06-11 13:26:08 UTC ydbd size 3.9 GiB changed* by +1012.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 8e0f901 merge: 67698c9 diff diff %
ydbd size 4 167 775 264 Bytes 4 168 812 120 Bytes +1012.6 KiB +0.025%
ydbd stripped size 1 445 699 288 Bytes 1 445 990 360 Bytes +284.2 KiB +0.020%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jun 23, 2025

2025-06-23 06:55:24 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7bc7026 has started.
2025-06-23 06:55:38 UTC Artifacts will be uploaded here
2025-06-23 06:59:12 UTC ya make is running...
🟡 2025-06-23 08:35:31 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
38062 35347 0 5 2673 37

2025-06-23 08:38:50 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-06-23 08:52:32 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
722 (only retried tests) 695 0 0 0 27

🟢 2025-06-23 08:52:44 UTC Build successful.
🟡 2025-06-23 08:53:06 UTC ydbd size 2.2 GiB changed* by +522.2 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: ec291c2 merge: 7bc7026 diff diff %
ydbd size 2 378 944 328 Bytes 2 379 479 032 Bytes +522.2 KiB +0.022%
ydbd stripped size 498 353 320 Bytes 498 427 496 Bytes +72.4 KiB +0.015%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jun 23, 2025

2025-06-23 06:56:08 UTC Pre-commit check linux-x86_64-release-asan for 7bc7026 has started.
2025-06-23 06:56:21 UTC Artifacts will be uploaded here
2025-06-23 06:59:50 UTC ya make is running...
🟡 2025-06-23 09:15:32 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15799 15378 0 185 205 31

2025-06-23 09:17:03 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-06-23 09:53:06 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1769 (only retried tests) 1457 0 78 212 22

2025-06-23 09:53:27 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-06-23 10:27:25 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1525 (only retried tests) 1250 0 72 182 21

🟢 2025-06-23 10:27:43 UTC Build successful.
🟡 2025-06-23 10:28:22 UTC ydbd size 3.9 GiB changed* by +1006.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: ec291c2 merge: 7bc7026 diff diff %
ydbd size 4 185 150 104 Bytes 4 186 180 824 Bytes +1006.6 KiB +0.025%
ydbd stripped size 1 450 983 192 Bytes 1 451 273 688 Bytes +283.7 KiB +0.020%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@kardymonds kardymonds added the rebase-and-check Rebase PR with the current base branch and check label Jun 27, 2025
@github-actions github-actions bot removed the rebase-and-check Rebase PR with the current base branch and check label Jun 27, 2025
Copy link

github-actions bot commented Jun 27, 2025

2025-06-27 05:48:39 UTC Pre-commit check linux-x86_64-relwithdebinfo for d8956e3 has started.
2025-06-27 05:48:52 UTC Artifacts will be uploaded here
2025-06-27 06:07:26 UTC ya make is running...
🟡 2025-06-27 07:36:11 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
38503 35785 0 9 2669 40

2025-06-27 07:39:27 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-06-27 07:50:10 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
138 (only retried tests) 102 0 0 2 34

🟢 2025-06-27 07:50:18 UTC Build successful.
🟡 2025-06-27 07:50:40 UTC ydbd size 2.2 GiB changed* by +526.0 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 26e438e merge: d8956e3 diff diff %
ydbd size 2 383 680 264 Bytes 2 384 218 936 Bytes +526.0 KiB +0.023%
ydbd stripped size 499 053 352 Bytes 499 131 400 Bytes +76.2 KiB +0.016%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Jun 27, 2025

2025-06-27 05:49:52 UTC Pre-commit check linux-x86_64-release-asan for d8956e3 has started.
2025-06-27 05:50:05 UTC Artifacts will be uploaded here
2025-06-27 06:07:47 UTC ya make is running...
🟡 2025-06-27 08:18:38 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
16116 15694 0 125 270 27

🟢 2025-06-27 08:20:06 UTC Build successful.
🟡 2025-06-27 08:20:34 UTC ydbd size 3.9 GiB changed* by +1010.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 26e438e merge: d8956e3 diff diff %
ydbd size 4 193 756 216 Bytes 4 194 791 064 Bytes +1010.6 KiB +0.025%
ydbd stripped size 1 453 748 792 Bytes 1 454 043 352 Bytes +287.7 KiB +0.020%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link
Collaborator

@Gazizonoki Gazizonoki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SDK - ok

@kardymonds kardymonds merged commit 851d661 into ydb-platform:main Jun 27, 2025
21 checks passed
@Hor911 Hor911 mentioned this pull request Jun 27, 2025
kardymonds added a commit to kardymonds/ydb that referenced this pull request Jul 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants