-
Notifications
You must be signed in to change notification settings - Fork 606
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
Conversation
7656fea
to
26d5e79
Compare
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
🟢
*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): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну вот честно: я всегда против такого (засовывать args в конструктор):
- ты подменяешь сложность класса тем что засовываешь "все на свете" в одну переменную
- это сложнее понимать
- класс нельзя создать например в тесте
Я бы предложил вернуть как было
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А дальше этот класс начнет сувать args в другие классы и потом будет вообще абсолютно непонятно
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
поправил
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Мне кажется можно заливать, но предлагаю посмотреть/поправить комментарии
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ Test history | Ya make output | Test bloat
⚪ Test history | Ya make output | Test bloat | Test bloat
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
Conflicts: ydb/tests/library/harness/kikimr_config.py
Conflicts: ydb/tests/library/harness/kikimr_config.py
Changelog entry
...
Changelog category
Additional information
...