Skip to content
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

YQL-19520: Enable i128 <-> UnboxedValuePod proxy for codegen #16306

Merged
merged 1 commit into from
Mar 27, 2025

Conversation

Artemonchik
Copy link
Collaborator

@Artemonchik Artemonchik commented Mar 27, 2025

Changelog entry

Fix false positive MSAN triggers for functions invoked from generated code.

Changelog category

  • Not for changelog

@Artemonchik Artemonchik added the area/yql YQL query language issues label Mar 27, 2025
@Artemonchik Artemonchik requested a review from vitstn March 27, 2025 07:47
@Artemonchik Artemonchik requested a review from a team as a code owner March 27, 2025 07:47
@Artemonchik Artemonchik requested a review from igormunkin March 27, 2025 07:47
Copy link

github-actions bot commented Mar 27, 2025

🟢 2025-03-27 07:52:23 UTC The validation of the Pull Request description is successful.

Copy link

github-actions bot commented Mar 27, 2025

2025-03-27 07:48:29 UTC Pre-commit check linux-x86_64-release-asan for 6ab85f6 has started.
2025-03-27 07:48:43 UTC Artifacts will be uploaded here
2025-03-27 07:49:35 UTC Check cancelled

Copy link

github-actions bot commented Mar 27, 2025

2025-03-27 07:54:25 UTC Pre-commit check linux-x86_64-release-asan for 6ab85f6 has started.
2025-03-27 07:54:40 UTC Artifacts will be uploaded here
2025-03-27 07:57:30 UTC ya make is running...
🟡 2025-03-27 09:13:50 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?
12177 12067 0 57 19 34

2025-03-27 09:15:14 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-03-27 09:28:14 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?
163 (only retried tests) 118 0 8 7 30

2025-03-27 09:28:22 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-03-27 09:41:18 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?
67 (only retried tests) 34 0 4 1 28

🟢 2025-03-27 09:41:25 UTC Build successful.
🟢 2025-03-27 09:42:00 UTC ydbd size 3.8 GiB changed* by -96 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: 9323dd4 merge: 6ab85f6 diff diff %
ydbd size 4 111 917 488 Bytes 4 111 917 392 Bytes -96 Bytes -0.000%
ydbd stripped size 1 420 950 248 Bytes 1 420 950 184 Bytes -64 Bytes -0.000%

*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 Mar 27, 2025

2025-03-27 07:55:21 UTC Pre-commit check linux-x86_64-relwithdebinfo for 6ab85f6 has started.
2025-03-27 07:55:36 UTC Artifacts will be uploaded here
2025-03-27 07:58:27 UTC ya make is running...
🟡 2025-03-27 08:57:23 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?
19710 18350 0 2 1242 116

2025-03-27 08:59:03 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-03-27 09:11:03 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
162 (only retried tests) 59 0 0 0 103

🟢 2025-03-27 09:11:10 UTC Build successful.
🟢 2025-03-27 09:11:35 UTC ydbd size 2.2 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: 9323dd4 merge: 6ab85f6 diff diff %
ydbd size 2 343 292 816 Bytes 2 343 292 816 Bytes 0 Bytes 0.000%
ydbd stripped size 490 037 664 Bytes 490 037 664 Bytes 0 Bytes 0.000%

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

@Artemonchik Artemonchik merged commit 57b1005 into ydb-platform:main Mar 27, 2025
20 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/yql YQL query language issues not-for-changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants