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

issue-2404: don't start migration if it is already finished #2890

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

vladstepanyuk
Copy link
Contributor

@vladstepanyuk vladstepanyuk commented Jan 21, 2025

Copy link
Contributor

Hi! Thank you for contributing!
The tests on this PR will run after a maintainer adds an ok-to-test label to this PR manually. Thank you for your patience!

@komarevtsev-d komarevtsev-d added blockstore Add this label to run only cloud/blockstore build and tests on PR large-tests Launch large tests for PR ok-to-test Label to approve test launch for external members labels Jan 21, 2025
@github-actions github-actions bot removed the ok-to-test Label to approve test launch for external members label Jan 21, 2025
@komarevtsev-d komarevtsev-d added the ok-to-test Label to approve test launch for external members label Jan 21, 2025
@github-actions github-actions bot removed the ok-to-test Label to approve test launch for external members label Jan 21, 2025
Copy link
Collaborator

@komarevtsev-d komarevtsev-d left a comment

Choose a reason for hiding this comment

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

Ну и юнит тест нужен в disk_registry_state_ut_migration.cpp

disk.FinishedMigrations,
[&](const auto& el)
{ return el.DeviceId == deviceUUID && !el.IsCanceled; }));
}
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
Contributor Author

Choose a reason for hiding this comment

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

тогда, чтобы объявить функцию, придется объявление TDiskRegistryState::TDiskState публичным делать, мне показалось, что лучше будет сделать статическую приватную функцию.

@komarevtsev-d komarevtsev-d added the ok-to-test Label to approve test launch for external members label Jan 21, 2025
@github-actions github-actions bot removed the ok-to-test Label to approve test launch for external members label Jan 21, 2025
Copy link
Contributor

Note

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

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3778 3774 0 4 0 0

@komarevtsev-d komarevtsev-d added the ok-to-test Label to approve test launch for external members label Jan 22, 2025
@github-actions github-actions bot removed the ok-to-test Label to approve test launch for external members label Jan 22, 2025
Copy link
Contributor

Note

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

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3781 3780 0 1 0 0

@komarevtsev-d komarevtsev-d added the ok-to-test Label to approve test launch for external members label Jan 23, 2025
@github-actions github-actions bot removed the ok-to-test Label to approve test launch for external members label Jan 23, 2025
Copy link
Contributor

Note

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

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3781 3780 0 1 0 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blockstore Add this label to run only cloud/blockstore build and tests on PR large-tests Launch large tests for PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants