Skip to content

Test checking that data are deleted from tiers after delete sql query #13662

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 10 commits into from
Feb 28, 2025

Conversation

aavdonkin
Copy link
Contributor

@aavdonkin aavdonkin commented Jan 21, 2025

Changelog entry

This test checks that data are deleted from tiers if delete sql query removes all rows which are in tiers

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

Copy link

github-actions bot commented Jan 21, 2025

2025-01-21 13:37:56 UTC Pre-commit check linux-x86_64-relwithdebinfo for c654224 has started.
2025-01-21 13:38:01 UTC Artifacts will be uploaded here
2025-01-21 13:40:26 UTC ya make is running...
🟡 2025-01-21 13:46:29 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?
8 7 0 1 0 0

2025-01-21 13:46:36 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-21 13:52:54 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?
2 (only retried tests) 1 0 1 0 0

2025-01-21 13:53:02 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-21 13:55:13 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?
2 (only retried tests) 1 0 1 0 0

🟢 2025-01-21 13:55:20 UTC Build successful.
🟢 2025-01-21 13:55:30 UTC ydbd size 2.1 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: fd31a6a merge: c654224 diff diff %
ydbd size 2 216 956 600 Bytes 2 216 956 600 Bytes 0 Bytes 0.000%
ydbd stripped size 468 691 280 Bytes 468 691 280 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 Jan 21, 2025

2025-01-21 13:40:03 UTC Pre-commit check linux-x86_64-release-asan for c654224 has started.
2025-01-21 13:40:37 UTC Artifacts will be uploaded here
2025-01-21 13:43:33 UTC ya make is running...
🟡 2025-01-21 13:56: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?
6 4 0 2 0 0

2025-01-21 13:56:27 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-01-21 14:06:24 UTC Tests successful.

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

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

🟢 2025-01-21 14:06:31 UTC Build successful.
🟢 2025-01-21 14:06:45 UTC ydbd size 3.6 GiB changed* by +3.9 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: fd31a6a merge: c654224 diff diff %
ydbd size 3 853 560 184 Bytes 3 853 564 184 Bytes +3.9 KiB +0.000%
ydbd stripped size 1 346 385 168 Bytes 1 346 389 200 Bytes +3.9 KiB +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

# raise Exception("not all data deleted") TODO FIXME after https://github.com/ydb-platform/ydb/issues/13535
pass

def test_delete_s3_tiering(self):
Copy link
Collaborator

Choose a reason for hiding this comment

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

названия тестов нужно развести. сейчас они звучат одинаково

Copy link

github-actions bot commented Jan 24, 2025

2025-01-24 17:12:07 UTC Pre-commit check linux-x86_64-release-asan for 480465b has started.
2025-01-24 17:17:42 UTC Artifacts will be uploaded here
2025-01-24 17:20:07 UTC ya make is running...
🟡 2025-01-24 17:33:20 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?
43 28 0 4 7 4

2025-01-24 17:33:28 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-24 17:44:57 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?
16 (only retried tests) 8 0 4 0 4

2025-01-24 17:45:08 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-01-24 17:58:28 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?
10 (only retried tests) 2 0 4 0 4

🟢 2025-01-24 17:58:35 UTC Build successful.
🔴 2025-01-24 17:58:49 UTC ydbd size 3.6 GiB changed* by +2.9 MiB, which is >= 2.0 MiB vs main: Alert

ydbd size dash main: 7d1c29a merge: 480465b diff diff %
ydbd size 3 860 442 152 Bytes 3 863 446 264 Bytes +2.9 MiB +0.078%
ydbd stripped size 1 350 179 984 Bytes 1 351 270 928 Bytes +1.0 MiB +0.081%

*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 Jan 24, 2025

2025-01-24 17:12:07 UTC Pre-commit check linux-x86_64-relwithdebinfo for 480465b has started.
2025-01-24 17:12:45 UTC Artifacts will be uploaded here
2025-01-24 17:15:10 UTC ya make is running...
🟡 2025-01-24 17:29:53 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?
55 48 0 5 0 2

2025-01-24 17:30:02 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-24 17:34:07 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?
9 (only retried tests) 3 0 5 0 1

2025-01-24 17:34:15 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-24 17:38:25 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?
9 (only retried tests) 3 0 5 0 1

🟢 2025-01-24 17:38:32 UTC Build successful.
🟡 2025-01-24 17:38:41 UTC ydbd size 2.1 GiB changed* by +1.7 MiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 7d1c29a merge: 480465b diff diff %
ydbd size 2 221 638 928 Bytes 2 223 371 360 Bytes +1.7 MiB +0.078%
ydbd stripped size 469 852 176 Bytes 470 141 712 Bytes +282.8 KiB +0.062%

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

@aavdonkin aavdonkin linked an issue Jan 27, 2025 that may be closed by this pull request
Copy link

github-actions bot commented Jan 27, 2025

2025-01-27 14:22:09 UTC Pre-commit check linux-x86_64-release-asan for 8160dfe has started.
2025-01-27 14:23:40 UTC Artifacts will be uploaded here
2025-01-27 14:26:05 UTC ya make is running...
🟡 2025-01-27 14:38:13 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?
42 34 0 1 2 5

2025-01-27 14:38:23 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-01-27 14:49:25 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
8 (only retried tests) 0 0 0 2 6

🟢 2025-01-27 14:49:32 UTC Build successful.
🟢 2025-01-27 14:49:45 UTC ydbd size 3.6 GiB changed* by -48 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: 1135440 merge: 8160dfe diff diff %
ydbd size 3 864 156 976 Bytes 3 864 156 928 Bytes -48 Bytes -0.000%
ydbd stripped size 1 351 468 880 Bytes 1 351 468 816 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 Jan 27, 2025

2025-01-27 14:22:14 UTC Pre-commit check linux-x86_64-relwithdebinfo for 8160dfe has started.
2025-01-27 14:23:59 UTC Artifacts will be uploaded here
2025-01-27 14:26:27 UTC ya make is running...
🟡 2025-01-27 14:38: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?
54 50 0 2 0 2

2025-01-27 14:38:40 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-27 14:45:04 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?
5 (only retried tests) 3 0 1 0 1

2025-01-27 14:45:12 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-27 14:49:15 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?
4 (only retried tests) 2 0 1 0 1

🟢 2025-01-27 14:49:22 UTC Build successful.
🟢 2025-01-27 14:49:32 UTC ydbd size 2.1 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: 81ace6a merge: 8160dfe diff diff %
ydbd size 2 223 845 560 Bytes 2 223 845 560 Bytes 0 Bytes 0.000%
ydbd stripped size 470 207 824 Bytes 470 207 824 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 Jan 28, 2025

2025-01-28 16:25:11 UTC Pre-commit check linux-x86_64-release-asan for 37ca21e has started.
2025-01-28 16:25:51 UTC Artifacts will be uploaded here
2025-01-28 16:28:17 UTC ya make is running...
🟢 2025-01-28 16:42:24 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
42 27 0 0 9 6

🟢 2025-01-28 16:42:34 UTC Build successful.
🟢 2025-01-28 16:42:46 UTC ydbd size 3.6 GiB changed* by +31.2 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 0d933fd merge: 37ca21e diff diff %
ydbd size 3 865 984 584 Bytes 3 866 016 496 Bytes +31.2 KiB +0.001%
ydbd stripped size 1 351 954 096 Bytes 1 351 968 240 Bytes +13.8 KiB +0.001%

*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 Jan 28, 2025

2025-01-28 16:26:09 UTC Pre-commit check linux-x86_64-relwithdebinfo for 37ca21e has started.
2025-01-28 16:27:19 UTC Artifacts will be uploaded here
2025-01-28 16:29:50 UTC ya make is running...
🟡 2025-01-28 16:43:18 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?
54 47 0 1 1 5

2025-01-28 16:43:30 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-01-28 16:54:42 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?
8 (only retried tests) 3 0 1 0 4

2025-01-28 17:24:57 UTC ya make is running... (failed tests rerun, try 3)
🔴 2025-01-28 17:36:50 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?
6 (only retried tests) 1 0 1 0 4

🟢 2025-01-28 17:36:59 UTC Build successful.
🟢 2025-01-28 17:37:09 UTC ydbd size 2.1 GiB changed* by +18.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 0d933fd merge: 37ca21e diff diff %
ydbd size 2 224 838 968 Bytes 2 224 858 256 Bytes +18.8 KiB +0.001%
ydbd stripped size 470 365 616 Bytes 470 371 824 Bytes +6.1 KiB +0.001%

*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 Jan 28, 2025

2025-01-28 17:50:43 UTC Pre-commit check linux-x86_64-release-asan for cd12fcc has started.
2025-01-28 18:00:20 UTC Artifacts will be uploaded here
2025-01-28 18:02:50 UTC ya make is running...
🟢 2025-01-28 18:14:44 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
42 28 0 0 10 4

🟢 2025-01-28 18:14:54 UTC Build successful.
🟢 2025-01-28 18:15:07 UTC ydbd size 3.6 GiB changed* by -96 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: faa5f83 merge: cd12fcc diff diff %
ydbd size 3 866 016 592 Bytes 3 866 016 496 Bytes -96 Bytes -0.000%
ydbd stripped size 1 351 968 304 Bytes 1 351 968 240 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 Jan 28, 2025

2025-01-28 17:53:34 UTC Pre-commit check linux-x86_64-relwithdebinfo for cd12fcc has started.
2025-01-28 18:03:19 UTC Artifacts will be uploaded here
2025-01-28 18:05:43 UTC ya make is running...
🟢 2025-01-28 18:17:18 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
54 49 0 0 0 5

🟢 2025-01-28 18:17:27 UTC Build successful.
🟠 2025-01-28 18:17:37 UTC Muted new 1 tests
🟢 2025-01-28 18:17:45 UTC ydbd size 2.1 GiB changed* by +18.8 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 0d933fd merge: cd12fcc diff diff %
ydbd size 2 224 838 968 Bytes 2 224 858 256 Bytes +18.8 KiB +0.001%
ydbd stripped size 470 365 616 Bytes 470 371 824 Bytes +6.1 KiB +0.001%

*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 Jan 29, 2025

2025-01-29 13:30:48 UTC Pre-commit check linux-x86_64-release-asan for 9806724 has started.
2025-01-29 13:30:53 UTC Artifacts will be uploaded here
2025-01-29 13:33:25 UTC ya make is running...
🟡 2025-01-29 13:45:38 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?
42 28 0 1 10 3

2025-01-29 13:45:49 UTC ya make is running... (failed tests rerun, try 2)
🟢 2025-01-29 13:56:45 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
14 (only retried tests) 7 0 0 3 4

🟢 2025-01-29 13:56:58 UTC Build successful.
🟡 2025-01-29 13:57:12 UTC ydbd size 3.6 GiB changed* by +947.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 8d83d4e merge: 9806724 diff diff %
ydbd size 3 866 604 208 Bytes 3 867 574 576 Bytes +947.6 KiB +0.025%
ydbd stripped size 1 352 114 896 Bytes 1 352 432 656 Bytes +310.3 KiB +0.024%

*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 Jan 29, 2025

2025-01-29 13:35:09 UTC Pre-commit check linux-x86_64-relwithdebinfo for 9806724 has started.
2025-01-29 13:35:22 UTC Artifacts will be uploaded here
2025-01-29 13:37:52 UTC ya make is running...
🟢 2025-01-29 13:49:50 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
54 47 0 0 2 5

🟢 2025-01-29 13:49:58 UTC Build successful.
🟠 2025-01-29 13:50:19 UTC Muted new 1 tests
🟡 2025-01-29 13:50:27 UTC ydbd size 2.1 GiB changed* by +582.9 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: 8d83d4e merge: 9806724 diff diff %
ydbd size 2 225 203 784 Bytes 2 225 800 664 Bytes +582.9 KiB +0.027%
ydbd stripped size 470 429 744 Bytes 470 518 256 Bytes +86.4 KiB +0.019%

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

@aavdonkin aavdonkin self-assigned this Jan 31, 2025
@zverevgeny zverevgeny requested a review from avevad January 31, 2025 07:15
Copy link

github-actions bot commented Feb 6, 2025

2025-02-06 16:48:07 UTC Pre-commit check linux-x86_64-release-asan for 8bb8807 has started.
2025-02-06 16:48:19 UTC Artifacts will be uploaded here
2025-02-06 16:50:54 UTC ya make is running...
🟢 2025-02-06 17:23:38 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
42 29 0 0 9 4

🟢 2025-02-06 17:23:45 UTC Build successful.
🟢 2025-02-06 17:23:59 UTC ydbd size 3.6 GiB changed* by +38.9 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 0b3d29b merge: 8bb8807 diff diff %
ydbd size 3 868 758 512 Bytes 3 868 798 304 Bytes +38.9 KiB +0.001%
ydbd stripped size 1 355 564 656 Bytes 1 355 569 264 Bytes +4.5 KiB +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 Feb 6, 2025

2025-02-06 16:48:54 UTC Pre-commit check linux-x86_64-relwithdebinfo for 8bb8807 has started.
2025-02-06 16:51:11 UTC Artifacts will be uploaded here
2025-02-06 16:53:45 UTC ya make is running...
🟢 2025-02-06 17:25:01 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
54 49 0 0 2 3

🟢 2025-02-06 17:25:08 UTC Build successful.
🟠 2025-02-06 17:25:15 UTC Muted new 1 tests
🟢 2025-02-06 17:25:24 UTC ydbd size 2.1 GiB changed* by +21.5 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 0b3d29b merge: 8bb8807 diff diff %
ydbd size 2 224 860 368 Bytes 2 224 882 344 Bytes +21.5 KiB +0.001%
ydbd stripped size 472 779 704 Bytes 472 782 840 Bytes +3.1 KiB +0.001%

*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 Feb 26, 2025

2025-02-26 16:26:45 UTC Pre-commit check linux-x86_64-release-asan for 7286a41 has started.
2025-02-26 16:27:02 UTC Artifacts will be uploaded here
2025-02-26 16:29:21 UTC ya make is running...
🟡 2025-02-26 16:42:40 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?
45 41 0 2 0 2

2025-02-26 16:42:49 UTC ya make is running... (failed tests rerun, try 2)
🟡 2025-02-26 16:53:39 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?
2 (only retried tests) 1 0 1 0 0

2025-02-26 16:53:49 UTC ya make is running... (failed tests rerun, try 3)
🟡 2025-02-26 16:58:20 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?
2 (only retried tests) 1 0 1 0 0

🟢 2025-02-26 16:58:27 UTC Build successful.
🟢 2025-02-26 16:58:40 UTC ydbd size 3.7 GiB changed* by +13.5 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: e0f8b20 merge: 7286a41 diff diff %
ydbd size 3 982 265 248 Bytes 3 982 279 040 Bytes +13.5 KiB +0.000%
ydbd stripped size 1 387 038 472 Bytes 1 387 041 384 Bytes +2.8 KiB +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 Feb 26, 2025

2025-02-26 16:34:44 UTC Pre-commit check linux-x86_64-relwithdebinfo for 7286a41 has started.
2025-02-26 16:35:00 UTC Artifacts will be uploaded here
2025-02-26 16:37:22 UTC ya make is running...
🟢 2025-02-26 16:53:48 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60 56 0 0 0 4

🟢 2025-02-26 16:53:55 UTC Build successful.
🟢 2025-02-26 16:54:13 UTC ydbd size 2.1 GiB changed* by +5.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: e0f8b20 merge: 7286a41 diff diff %
ydbd size 2 284 785 120 Bytes 2 284 790 840 Bytes +5.6 KiB +0.000%
ydbd stripped size 479 196 384 Bytes 479 196 832 Bytes +448 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

@aavdonkin aavdonkin merged commit f6ab1b9 into ydb-platform:main Feb 28, 2025
12 checks passed
@aavdonkin aavdonkin added the rebase-and-check Rebase PR with the current base branch and check label Feb 28, 2025
@github-actions github-actions bot removed the rebase-and-check Rebase PR with the current base branch and check label Feb 28, 2025
Copy link

github-actions bot commented Feb 28, 2025

🟢 2025-02-28 15:55:51 UTC The validation of the Pull Request description is successful.

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.

3 participants