-
Notifications
You must be signed in to change notification settings - Fork 691
TESTOWNERS and migration to column shard #7733
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
Conversation
⚪ ⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
c1d9c40
to
e9f8167
Compare
⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
⚪ ⚪
🟢
*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation |
import urllib.parse | ||
|
||
# Функция для декодирования percent-encoded строки | ||
def decode_percent_encoded_string(encoded_string): |
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.
Чет непонятно зачем функция, которая перевызывает другую функцию as is
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.
Файл для удаления, поэтому коммент неактуален
.add_column("branch", ydb.OptionalType(ydb.PrimitiveType.Utf8)) | ||
.add_column("build_type", ydb.OptionalType(ydb.PrimitiveType.Utf8)) | ||
.add_column("commit", ydb.OptionalType(ydb.PrimitiveType.Utf8)) | ||
.add_column("duration", ydb.OptionalType(ydb.PrimitiveType.Double)) |
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.
Вот тут я бы предложил единицы измерения указать, типа duration_sec
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.
к сожалению поздно
Нынешний ydb cli не умеет при ипорте/экспорте менять название столбца (насколько я видел)
|
||
|
||
def main(): | ||
# parser = argparse.ArgumentParser() |
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.
Ну не стоит закомменченный код коммитить
tc_settings = ydb.TableClientSettings().with_native_date_in_result_sets(enabled=True) | ||
table_client = ydb.TableClient(driver, tc_settings) | ||
|
||
#table_path = f'test_results/analytics/flaky_tests_history_{history_for_n_day}_days' |
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.
Тоже стоит почистить
Changelog entry
Changelog category
Additional information
...