Skip to content

fix ssl error processing for gracefull close #22638

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 1 commit into from
Aug 11, 2025

Conversation

adameat
Copy link
Member

@adameat adameat commented Aug 10, 2025

  • Not for changelog (changelog entry is not required)

@adameat adameat self-assigned this Aug 10, 2025
@adameat adameat enabled auto-merge (squash) August 10, 2025 12:23
Copy link

🟢 2025-08-10 12:25:50 UTC The validation of the Pull Request description is successful.

Copy link

github-actions bot commented Aug 10, 2025

2025-08-10 12:26:29 UTC Pre-commit check linux-x86_64-relwithdebinfo for 4ed78a5 has started.
2025-08-10 12:26:44 UTC Artifacts will be uploaded here
2025-08-10 12:30:05 UTC ya make is running...
🟡 2025-08-10 13:48:02 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?
38578 35756 0 7 2771 44

2025-08-10 13:51:47 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-08-10 14:07:34 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?
1022 (only retried tests) 937 0 1 54 30

2025-08-10 14:07:47 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-08-10 14:21:28 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?
958 (only retried tests) 882 0 1 50 25

🟢 2025-08-10 14:21:38 UTC Build successful.
🟢 2025-08-10 14:22:00 UTC ydbd size 2.2 GiB changed* by +128 Bytes, which is < 100.0 KiB vs main: OK

ydbd size dash main: e1b3b3d merge: 4ed78a5 diff diff %
ydbd size 2 415 122 304 Bytes 2 415 122 432 Bytes +128 Bytes +0.000%
ydbd stripped size 505 007 080 Bytes 505 007 080 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

Copy link

github-actions bot commented Aug 10, 2025

2025-08-10 12:27:07 UTC Pre-commit check linux-x86_64-release-asan for 4ed78a5 has started.
2025-08-10 12:27:22 UTC Artifacts will be uploaded here
2025-08-10 12:30:38 UTC ya make is running...
🟡 2025-08-10 14:21:53 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?
16026 15575 0 110 315 26

🟢 2025-08-10 14:23:16 UTC Build successful.
🟢 2025-08-10 14:23:41 UTC ydbd size 4.0 GiB changed* by +96 Bytes, which is < 100.0 KiB vs main: OK

ydbd size dash main: e1b3b3d merge: 4ed78a5 diff diff %
ydbd size 4 248 999 968 Bytes 4 249 000 064 Bytes +96 Bytes +0.000%
ydbd stripped size 1 470 282 904 Bytes 1 470 282 904 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

@adameat adameat added the rebase-and-check Rebase PR with the current base branch and check label Aug 11, 2025
@github-actions github-actions bot removed the rebase-and-check Rebase PR with the current base branch and check label Aug 11, 2025
Copy link

github-actions bot commented Aug 11, 2025

2025-08-11 05:51:56 UTC Pre-commit check linux-x86_64-relwithdebinfo for abba5d9 has started.
2025-08-11 05:52:10 UTC Artifacts will be uploaded here
2025-08-11 06:21:13 UTC ya make is running...
🟢 2025-08-11 07:40:29 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
38578 35606 0 0 2923 49

🟢 2025-08-11 07:44:07 UTC Build successful.
🟢 2025-08-11 07:44:32 UTC ydbd size 2.2 GiB changed* by +112 Bytes, which is < 100.0 KiB vs main: OK

ydbd size dash main: a87c964 merge: abba5d9 diff diff %
ydbd size 2 415 122 448 Bytes 2 415 122 560 Bytes +112 Bytes +0.000%
ydbd stripped size 505 007 144 Bytes 505 007 144 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

Copy link

github-actions bot commented Aug 11, 2025

2025-08-11 05:52:38 UTC Pre-commit check linux-x86_64-release-asan for abba5d9 has started.
2025-08-11 05:52:54 UTC Artifacts will be uploaded here
2025-08-11 06:21:45 UTC ya make is running...
🟡 2025-08-11 08:06:48 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?
16026 15586 0 123 288 29

🟢 2025-08-11 08:08:11 UTC Build successful.
🟢 2025-08-11 08:08:38 UTC ydbd size 4.0 GiB changed* by +16 Bytes, which is < 100.0 KiB vs main: OK

ydbd size dash main: a87c964 merge: abba5d9 diff diff %
ydbd size 4 249 000 040 Bytes 4 249 000 056 Bytes +16 Bytes +0.000%
ydbd stripped size 1 470 282 968 Bytes 1 470 282 904 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

@adameat adameat merged commit f507667 into ydb-platform:main Aug 11, 2025
17 of 18 checks passed
PavelEfarinov pushed a commit to PavelEfarinov/ydb that referenced this pull request Aug 18, 2025
PavelEfarinov pushed a commit to PavelEfarinov/ydb that referenced this pull request Aug 18, 2025
yumkam pushed a commit to yumkam/ydb that referenced this pull request Aug 21, 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