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

check colunm tables creation with nullables columns #13061

Merged
merged 4 commits into from
Dec 27, 2024

Conversation

zverevgeny
Copy link
Collaborator

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

Copy link

github-actions bot commented Dec 26, 2024

2024-12-26 19:29:42 UTC Pre-commit check linux-x86_64-release-asan for 90af373 has started.
2024-12-26 19:29:55 UTC Artifacts will be uploaded here
2024-12-26 19:30:23 UTC Check cancelled

Copy link

github-actions bot commented Dec 26, 2024

2024-12-26 19:29:43 UTC Pre-commit check linux-x86_64-relwithdebinfo for 90af373 has started.
2024-12-26 19:29:55 UTC Artifacts will be uploaded here
2024-12-26 19:30:23 UTC Check cancelled

Copy link

github-actions bot commented Dec 26, 2024

2024-12-26 19:33:57 UTC Pre-commit check linux-x86_64-release-asan for 752638f has started.
2024-12-26 19:34:26 UTC Artifacts will be uploaded here
2024-12-26 19:37:35 UTC ya make is running...
🟡 2024-12-26 20:00:10 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?
1932 1906 0 14 5 7

2024-12-26 20:00:25 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-26 20:07:37 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?
33 (only retried tests) 26 0 1 1 5

2024-12-26 20:07:45 UTC ya make is running... (failed tests rerun, try 3)
🟢 2024-12-26 20:10:21 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
12 (only retried tests) 7 0 0 0 5

🟢 2024-12-26 20:10:28 UTC Build successful.
🟢 2024-12-26 20:10:45 UTC ydbd size 3.6 GiB changed* by -96 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: aa12ad5 merge: 752638f diff diff %
ydbd size 3 868 052 712 Bytes 3 868 052 616 Bytes -96 Bytes -0.000%
ydbd stripped size 1 348 730 544 Bytes 1 348 730 480 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 Dec 26, 2024

2024-12-26 19:34:05 UTC Pre-commit check linux-x86_64-relwithdebinfo for 752638f has started.
2024-12-26 19:34:24 UTC Artifacts will be uploaded here
2024-12-26 19:36:52 UTC ya make is running...
🟢 2024-12-26 19:56:04 UTC Tests successful.

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
4731 4615 0 0 36 80

🟢 2024-12-26 19:56:30 UTC Build successful.
🟢 2024-12-26 19:56:40 UTC ydbd size 2.1 GiB changed* by 0 Bytes, which is <= 0 Bytes vs main: OK

ydbd size dash main: aa12ad5 merge: 752638f diff diff %
ydbd size 2 240 804 032 Bytes 2 240 804 032 Bytes 0 Bytes 0.000%
ydbd stripped size 471 822 736 Bytes 471 822 736 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

@@ -273,11 +284,12 @@ def get_workload_thread_funcs(self):


class WorkloadRunner:
def __init__(self, client, name, duration):
def __init__(self, client, args):
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ну вот честно: я всегда против такого (засовывать args в конструктор):

  • ты подменяешь сложность класса тем что засовываешь "все на свете" в одну переменную
  • это сложнее понимать
  • класс нельзя создать например в тесте
    Я бы предложил вернуть как было

Copy link
Collaborator

Choose a reason for hiding this comment

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

А дальше этот класс начнет сувать args в другие классы и потом будет вообще абсолютно непонятно

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

поправил

maximyurchuk
maximyurchuk previously approved these changes Dec 27, 2024
Copy link
Collaborator

@maximyurchuk maximyurchuk left a comment

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 Dec 27, 2024

2024-12-27 13:52:09 UTC Pre-commit check linux-x86_64-release-asan for b09cb1b has started.
2024-12-27 13:52:21 UTC Artifacts will be uploaded here
2024-12-27 13:54:46 UTC ya make is running...
🟡 2024-12-27 14:20:48 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?
1932 1902 0 20 5 5

2024-12-27 14:21:05 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-27 14:28:24 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?
47 (only retried tests) 36 0 5 1 5

2024-12-27 14:28:35 UTC ya make is running... (failed tests rerun, try 3)
🟡 2024-12-27 14:32:19 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?
20 (only retried tests) 13 0 2 0 5

🟢 2024-12-27 14:32:26 UTC Build successful.
🟡 2024-12-27 14:32:44 UTC ydbd size 3.6 GiB changed* by +313.2 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: a61cedc merge: b09cb1b diff diff %
ydbd size 3 869 477 968 Bytes 3 869 798 696 Bytes +313.2 KiB +0.008%
ydbd stripped size 1 349 128 112 Bytes 1 349 237 552 Bytes +106.9 KiB +0.008%

*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 Dec 27, 2024

2024-12-27 13:52:09 UTC Pre-commit check linux-x86_64-relwithdebinfo for b09cb1b has started.
2024-12-27 13:52:20 UTC Artifacts will be uploaded here
2024-12-27 13:54:48 UTC ya make is running...
🟡 2024-12-27 14:23:38 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?
4731 4612 0 3 36 80

2024-12-27 14:24:12 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-12-27 14:28:47 UTC Tests successful.

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
98 (only retried tests) 23 0 0 0 75

🟢 2024-12-27 14:28:54 UTC Build successful.
🟡 2024-12-27 14:29:07 UTC ydbd size 2.1 GiB changed* by +131.6 KiB, which is >= 100.0 KiB vs main: Warning

ydbd size dash main: a61cedc merge: b09cb1b diff diff %
ydbd size 2 241 674 192 Bytes 2 241 808 976 Bytes +131.6 KiB +0.006%
ydbd stripped size 471 948 624 Bytes 471 969 552 Bytes +20.4 KiB +0.004%

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

@zverevgeny zverevgeny merged commit 916503a into ydb-platform:main Dec 27, 2024
12 checks passed
zverevgeny added a commit to zverevgeny/ydb that referenced this pull request Jan 2, 2025
Conflicts:
	ydb/tests/library/harness/kikimr_config.py
zverevgeny added a commit to zverevgeny/ydb that referenced this pull request Jan 5, 2025
Conflicts:
	ydb/tests/library/harness/kikimr_config.py
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