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

avoid reconnecting live nbd sockets; resolves #3138 #3172

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tpashkin
Copy link
Collaborator

No description provided.

@tpashkin tpashkin added the blockstore Add this label to run only cloud/blockstore build and tests on PR label Mar 11, 2025
.Handler1T<TString>([this] (const auto& s) {
NbdReconnectDelay = TDuration::Parse(s);
});

Opts.AddLongOption("without-libnl")
.NoArgument()
.SetFlag(&WithoutLibnl);

Opts.AddLongOption(
"restart-events",
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

К сожалению без этого не получилось надежно воспроизвести проблему в тесте

Copy link
Contributor

Note

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

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

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3679 3678 0 1 0 0

@tpashkin tpashkin added the tsan Launch builds with thread sanitizer along with regular build label Mar 11, 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 bb29497.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3679 3678 0 1 0 0

Copy link
Contributor

Note

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

🔴 linux-x86_64-release-tsan: some tests FAILED for commit bb29497.

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
3529 3519 0 6 4 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 tsan Launch builds with thread sanitizer along with regular build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant