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

Repair portions and async proto parser #11636

Conversation

ivanmorozov333
Copy link
Collaborator

  • Improvement
  • Performance improvement
  • Bugfix

Copy link

github-actions bot commented Nov 15, 2024

2024-11-15 08:13:31 UTC Pre-commit check linux-x86_64-release-asan for d27dfa8 has started.
2024-11-15 08:13:45 UTC Artifacts will be uploaded here
2024-11-15 08:16:42 UTC ya make is running...
🟡 2024-11-15 09:19:08 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?
8949 8866 0 27 8 48

🟢 2024-11-15 09:19:56 UTC Build successful.
🟡 2024-11-15 09:20:24 UTC ydbd size 4.9 GiB changed* by +319.2 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 0a30799 merge: d27dfa8 diff diff %
ydbd size 5 255 177 312 Bytes 5 255 504 200 Bytes +319.2 KiB +0.006%
ydbd stripped size 1 350 163 920 Bytes 1 350 237 936 Bytes +72.3 KiB +0.005%

*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 Nov 15, 2024

2024-11-15 08:16:42 UTC Pre-commit check linux-x86_64-relwithdebinfo for d27dfa8 has started.
2024-11-15 08:16:53 UTC Artifacts will be uploaded here
2024-11-15 08:19:58 UTC ya make is running...
🟡 2024-11-15 09:12:25 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?
15163 13630 0 14 1405 114

2024-11-15 09:13:45 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-11-15 09:25:30 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?
122 (only retried tests) 11 0 2 0 109

2024-11-15 09:25:39 UTC ya make is running... (failed tests rerun, try 3)
🔴 2024-11-15 09:37:09 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?
111 (only retried tests) 3 0 1 0 107

🟢 2024-11-15 09:37:16 UTC Build successful.
🟡 2024-11-15 09:37:36 UTC ydbd size 2.5 GiB changed* by +167.2 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 0a30799 merge: d27dfa8 diff diff %
ydbd size 2 681 687 976 Bytes 2 681 859 240 Bytes +167.2 KiB +0.006%
ydbd stripped size 480 769 008 Bytes 480 796 080 Bytes +26.4 KiB +0.006%

*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 Nov 15, 2024

2024-11-15 10:20:19 UTC Pre-commit check linux-x86_64-release-asan for 94bd061 has started.
2024-11-15 10:20:31 UTC Artifacts will be uploaded here
2024-11-15 10:23:37 UTC ya make is running...
🟡 2024-11-15 11:28:32 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?
8952 8867 0 31 9 45

🟢 2024-11-15 11:29:18 UTC Build successful.
🟡 2024-11-15 11:29:48 UTC ydbd size 4.9 GiB changed* by +445.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 0a30799 merge: 94bd061 diff diff %
ydbd size 5 255 177 312 Bytes 5 255 633 568 Bytes +445.6 KiB +0.009%
ydbd stripped size 1 350 163 920 Bytes 1 350 254 672 Bytes +88.6 KiB +0.007%

*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 Nov 15, 2024

2024-11-15 10:20:49 UTC Pre-commit check linux-x86_64-relwithdebinfo for 94bd061 has started.
2024-11-15 10:21:01 UTC Artifacts will be uploaded here
2024-11-15 10:24:12 UTC ya make is running...
🟡 2024-11-15 11:15:07 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?
15165 13636 0 10 1406 113

2024-11-15 11:16:36 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-11-15 11:28:18 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
119 (only retried tests) 9 0 0 1 109

🟢 2024-11-15 11:28:25 UTC Build successful.
🟡 2024-11-15 11:28:43 UTC ydbd size 2.5 GiB changed* by +251.0 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: c462979 merge: 94bd061 diff diff %
ydbd size 2 681 685 976 Bytes 2 681 943 008 Bytes +251.0 KiB +0.010%
ydbd stripped size 480 768 752 Bytes 480 804 144 Bytes +34.6 KiB +0.007%

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

@ivanmorozov333 ivanmorozov333 marked this pull request as ready for review November 15, 2024 12:00
@ivanmorozov333 ivanmorozov333 requested a review from a team as a code owner November 15, 2024 12:00
@ivanmorozov333 ivanmorozov333 enabled auto-merge (squash) November 15, 2024 12:00
@ivanmorozov333 ivanmorozov333 merged commit 6bf263a into ydb-platform:main Nov 15, 2024
10 checks passed
zverevgeny pushed a commit to zverevgeny/ydb that referenced this pull request Jan 2, 2025
zverevgeny pushed a commit to zverevgeny/ydb that referenced this pull request Jan 5, 2025
zverevgeny pushed a commit to zverevgeny/ydb that referenced this pull request Jan 5, 2025
zverevgeny pushed a commit to zverevgeny/ydb that referenced this pull request Jan 8, 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.

2 participants