Skip to content

Conversation

@vporyadke
Copy link
Collaborator

Changelog entry

...

Changelog category

  • Not for changelog (changelog entry is not required)

Additional information

...

@github-actions
Copy link

github-actions bot commented May 24, 2024

2024-05-24 16:24:16 UTC Pre-commit check for c5dc3bb has started.
2024-05-24 16:26:36 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-24 16:29:04 UTC Build successful.
2024-05-24 16:29:17 UTC Tests are running...
🔴 2024-05-24 18:14:33 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9456 9374 0 21 44 17

@github-actions
Copy link

github-actions bot commented May 24, 2024

2024-05-24 16:27:45 UTC Pre-commit check for c5dc3bb has started.
2024-05-24 16:30:16 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-24 16:32:52 UTC Build successful.
2024-05-24 16:33:01 UTC Tests are running...
🔴 2024-05-24 17:51:17 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13580 12266 0 2 1303 9

@github-actions
Copy link

github-actions bot commented May 24, 2024

2024-05-24 16:28:48 UTC Pre-commit check for c5dc3bb has started.
2024-05-24 16:31:07 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-24 16:33:16 UTC Build successful.

@github-actions
Copy link

github-actions bot commented May 26, 2024

2024-05-26 22:14:20 UTC Pre-commit check for adaafdd has started.
2024-05-26 22:16:48 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-26 22:19:15 UTC Build successful.

@github-actions
Copy link

github-actions bot commented May 26, 2024

2024-05-26 22:14:35 UTC Pre-commit check for adaafdd has started.
2024-05-26 22:17:04 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-26 22:19:35 UTC Build successful.
2024-05-26 22:19:52 UTC Tests are running...
🔴 2024-05-26 23:29:33 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13580 12268 0 4 1300 8

@github-actions
Copy link

github-actions bot commented May 26, 2024

2024-05-26 22:14:35 UTC Pre-commit check for adaafdd has started.
2024-05-26 22:17:02 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-26 22:19:44 UTC Build successful.
2024-05-26 22:19:56 UTC Tests are running...
🔴 2024-05-27 00:06:15 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9454 9404 0 18 23 9

@vporyadke vporyadke self-assigned this May 27, 2024
@adameat adameat requested review from StekPerepolnen and adameat May 28, 2024 04:53
adameat
adameat previously approved these changes May 28, 2024
@github-actions
Copy link

github-actions bot commented May 28, 2024

2024-05-28 18:45:40 UTC Pre-commit check for 5f0df7c has started.
2024-05-28 18:48:10 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-28 18:51:03 UTC Build successful.

@github-actions
Copy link

github-actions bot commented May 28, 2024

2024-05-28 18:45:44 UTC Pre-commit check for 5f0df7c has started.
2024-05-28 18:48:11 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-28 18:50:43 UTC Build successful.
2024-05-28 18:50:59 UTC Tests are running...
🟢 2024-05-28 20:02:00 UTC Tests successful.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13613 12309 0 0 1299 5

@github-actions
Copy link

github-actions bot commented May 28, 2024

2024-05-28 18:45:50 UTC Pre-commit check for 5f0df7c has started.
2024-05-28 18:48:30 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-28 18:52:00 UTC Build successful.
2024-05-28 18:52:24 UTC Tests are running...
🔴 2024-05-28 20:47:08 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9459 9406 0 18 24 11

}
context.Location.mutable_storage()->mutable_pool()->mutable_group()->mutable_vdisk()->mutable_pdisk()->begin()->set_path(pDisk.GetPath());
const auto& status = pDisk.GetStatusV2();
if (status == "ACTIVE") {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would recommend avoiding direct comparisons with strings and instead converting string values to enum, as this reduces the likelihood of errors.

{ETags::PDiskSpace});
break;
}*/
if (spaceStatus != Ydb::Monitoring::StatusFlag::GREEN) {
Copy link
Collaborator

@StekPerepolnen StekPerepolnen May 29, 2024

Choose a reason for hiding this comment

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

I'm not sure the first record will have the necessary PDiskSpace tag; it could be PDiskState as well

There is well hidden ReportWithMaxChildStatus method
I think you can use it like
ReportWithMaxChildStatus("VDisk have space issue", ETags::VDiskState, ETags::PDiskSpace});
instead

@github-actions
Copy link

github-actions bot commented May 29, 2024

2024-05-29 15:42:40 UTC Pre-commit check for 682aa90 has started.
2024-05-29 15:45:07 UTC Build linux-x86_64-release-asan is running...
🟢 2024-05-29 15:49:16 UTC Build successful.
2024-05-29 15:49:28 UTC Tests are running...
🔴 2024-05-29 17:40:47 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
9471 9411 0 26 23 11

@github-actions
Copy link

github-actions bot commented May 29, 2024

2024-05-29 15:56:09 UTC Pre-commit check for 682aa90 has started.
2024-05-29 15:58:43 UTC Build linux-x86_64-release-clang14 is running...
🟢 2024-05-29 16:02:38 UTC Build successful.

@github-actions
Copy link

github-actions bot commented May 29, 2024

2024-05-29 16:02:28 UTC Pre-commit check for 682aa90 has started.
2024-05-29 16:04:56 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-05-29 16:07:25 UTC Build successful.
2024-05-29 16:07:39 UTC Tests are running...
🟢 2024-05-29 17:17:11 UTC Tests successful.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
13625 12320 0 0 1299 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants