Skip to content

Conversation

@ydbot
Copy link
Collaborator

@ydbot ydbot commented Dec 8, 2025

Changelog entry

Fix check enabled EvWrites for BATCH operations

Changelog category

  • Not for changelog (changelog entry is not required)

Description for reviewers

Original PR(s)

Metadata

Git Cherry-Pick Log

=== Cherry-picking 046b398 ===
Auto-merging ydb/core/kqp/compile_service/kqp_compile_actor.cpp
Auto-merging ydb/core/kqp/opt/kqp_opt_kql.cpp
Auto-merging ydb/core/kqp/provider/yql_kikimr_settings.h
Auto-merging ydb/core/kqp/session_actor/kqp_session_actor.cpp
[cherry-pick-stable-25-3-251208-200134 f74abcb91c2] Fix check enabled EvWrites for BATCH operations (#30326)
 Author: Daniil Timižev <ditimizhev@ydb.tech>
 Date: Mon Dec 8 22:48:41 2025 +0300
 6 files changed, 76 insertions(+), 15 deletions(-)

PR was created by cherry-pick workflow run

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

2025-12-08 20:03:39 UTC Pre-commit check linux-x86_64-relwithdebinfo for aacdc83 has started.
2025-12-08 20:07:51 UTC Artifacts will be uploaded here
2025-12-08 20:12:40 UTC ya make is running...
🟡 2025-12-08 22:06:51 UTC Some tests failed, follow the links below. Going to retry failed tests...

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
38880 36178 0 12 2662 28

2025-12-08 22:07:03 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-12-08 22:37:42 UTC Some tests failed, follow the links below. Going to retry failed tests...

Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
957 (only retried tests) 913 0 9 11 24

2025-12-08 22:37:45 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-12-08 23:00:10 UTC Some tests failed, follow the links below.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
634 (only retried tests) 603 0 1 11 19

🟢 2025-12-08 23:00:13 UTC Build successful.
🟢 2025-12-08 23:00:35 UTC ydbd size 2.3 GiB changed* by -21.5 MiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 046b398 merge: aacdc83 diff diff %
ydbd size 2 466 168 688 Bytes 2 443 650 504 Bytes -21.5 MiB -0.913%
ydbd stripped size 524 847 488 Bytes 522 984 296 Bytes -1.8 MiB -0.355%

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

@ydbot
Copy link
Collaborator Author

ydbot commented Dec 8, 2025

Run Extra Tests

Run additional tests for this PR. You can customize:

  • Test Size: small, medium, large (default: all)
  • Test Targets: any directory path (default: ydb/)
  • Sanitizers: ASAN, MSAN, TSAN
  • Coredumps: enable for debugging (default: off)
  • Additional args: custom ya make arguments

▶  Run tests

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

🟢 2025-12-08 20:04:43 UTC The validation of the Pull Request description is successful.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

2025-12-08 20:05:25 UTC Pre-commit check linux-x86_64-release-asan for aacdc83 has started.
2025-12-08 20:05:40 UTC Artifacts will be uploaded here
2025-12-08 20:09:22 UTC ya make is running...
🟡 2025-12-08 22:31:15 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
16007 15355 0 316 315 21

🟢 2025-12-08 22:31:23 UTC Build successful.
🟢 2025-12-08 22:31:48 UTC ydbd size 3.8 GiB changed* by -60.0 MiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 046b398 merge: aacdc83 diff diff %
ydbd size 4 130 059 240 Bytes 4 067 103 848 Bytes -60.0 MiB -1.524%
ydbd stripped size 1 533 187 352 Bytes 1 515 153 120 Bytes -17.2 MiB -1.176%

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

@dahbka-lis dahbka-lis added the rebase-and-check Rebase PR with the current base branch and check label Dec 9, 2025
@github-actions github-actions bot removed the rebase-and-check Rebase PR with the current base branch and check label Dec 9, 2025
@github-actions
Copy link

github-actions bot commented Dec 9, 2025

2025-12-09 08:53:11 UTC Pre-commit check linux-x86_64-release-asan for aacdc83 has started.
2025-12-09 08:53:26 UTC Artifacts will be uploaded here
2025-12-09 08:56:58 UTC ya make is running...
🟡 2025-12-09 11:08:13 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
16007 15426 0 269 289 23

🟢 2025-12-09 11:08:18 UTC Build successful.
🟢 2025-12-09 11:08:44 UTC ydbd size 3.8 GiB changed* by -60.0 MiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 046b398 merge: aacdc83 diff diff %
ydbd size 4 130 059 240 Bytes 4 067 103 848 Bytes -60.0 MiB -1.524%
ydbd stripped size 1 533 187 352 Bytes 1 515 153 120 Bytes -17.2 MiB -1.176%

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

@github-actions
Copy link

github-actions bot commented Dec 9, 2025

2025-12-09 08:53:37 UTC Pre-commit check linux-x86_64-relwithdebinfo for aacdc83 has started.
2025-12-09 08:53:53 UTC Artifacts will be uploaded here
2025-12-09 08:57:43 UTC ya make is running...
🟡 2025-12-09 10:33:20 UTC Some tests failed, follow the links below. Going to retry failed tests...

Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
38882 36194 0 4 2662 22

2025-12-09 10:33:31 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-12-09 11:01:48 UTC Some tests failed, follow the links below. Going to retry failed tests...

Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
1002 (only retried tests) 976 0 3 5 18

2025-12-09 11:01:51 UTC ya make is running... (failed tests rerun, try 3)
🟢 2025-12-09 11:21:50 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
550 (only retried tests) 531 0 0 0 19

🟢 2025-12-09 11:21:53 UTC Build successful.
🟢 2025-12-09 11:22:17 UTC ydbd size 2.3 GiB changed* by -21.5 MiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 046b398 merge: aacdc83 diff diff %
ydbd size 2 466 168 688 Bytes 2 443 650 504 Bytes -21.5 MiB -0.913%
ydbd stripped size 524 847 488 Bytes 522 984 296 Bytes -1.8 MiB -0.355%

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

@ydbot ydbot merged commit 175ddd9 into stable-25-3 Dec 9, 2025
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

BATCH operations without EnableOltpSink are executing as basic UPDATE/DELETE operations

4 participants