Skip to content

KIKIMR-20714 Удаляем LongTxService в тестах #970

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 8 commits into from
Jan 15, 2024

Conversation

iddqdex
Copy link
Collaborator

@iddqdex iddqdex commented Jan 12, 2024

No description provided.

Copy link

github-actions bot commented Jan 12, 2024

Note

This is an automated comment that will be appended during run.

🔴 linux-x86_64-relwithdebinfo: some tests FAILED for commit dfacff4.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
59875 50649 0 5 9210 11

🔴 linux-x86_64-release-asan: some tests FAILED for commit dfacff4.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
15857 15728 0 22 100 7

@@ -22,7 +22,6 @@ SRCS(
ydb_scripting_ut.cpp
ydb_table_ut.cpp
ydb_stats_ut.cpp
ydb_long_tx_ut.cpp
Copy link
Collaborator

Choose a reason for hiding this comment

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

Давай в рамках того пр не будет вообще service/ydb трогать. Удалим эти тесты вместе с апи.

NYdb::NTable::TSession Session;

public:
TTestHelper(const TKikimrSettings& settings);
TKikimrRunner& GetKikimr();
NYdb::NTable::TSession& GetSession();
void CreateTable(const TColumnTableBase& table);
void InsertData(const TColumnTable& table, TTestHelper::TUpdatesBuilder& updates, const std::function<void()> onBeforeCommit = {}, const NYdb::EStatus opStatus = NYdb::EStatus::SUCCESS);
void InsertData(const TColumnTable& table, TTestHelper::TUpdatesBuilder& updates, const std::function<void()> onBeforeCommit = {}, const Ydb::StatusIds_StatusCode& opStatus = Ydb::StatusIds::SUCCESS);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Давай эту функцию вообще уберем. Потому что UNUSED на параметр как-то неаккуратно выходит. Замени использование на BulkUpsert, чтобы ни у кого не было сомнений. Потом туда попробую какие-то хуки добавить

nsofya
nsofya previously approved these changes Jan 14, 2024
@iddqdex iddqdex marked this pull request as ready for review January 15, 2024 07:57
@starlinskiy starlinskiy mentioned this pull request Feb 12, 2024
@vitstn vitstn mentioned this pull request Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants