test: add describe nodes to dump filed resourses#2042
Merged
universal-itengineer merged 9 commits intomainfrom Mar 2, 2026
Merged
test: add describe nodes to dump filed resourses#2042universal-itengineer merged 9 commits intomainfrom
universal-itengineer merged 9 commits intomainfrom
Conversation
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
…figuration Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
hardcoretime
requested changes
Mar 2, 2026
Co-authored-by: Roman Sysoev <36233932+hardcoretime@users.noreply.github.com> Signed-off-by: Nikita Korolev <141920865+universal-itengineer@users.noreply.github.com>
Co-authored-by: Roman Sysoev <36233932+hardcoretime@users.noreply.github.com> Signed-off-by: Nikita Korolev <141920865+universal-itengineer@users.noreply.github.com>
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
hardcoretime
approved these changes
Mar 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add describe for nodes when test fails.
Also increase timeout for
UntilVMAgentReadyinVirtualMachineConfigurationThe error output for the error in function
UntilVMAgentReadyhas become clearerWhy do we need it, and what problem does it solve?
We need information about the nodes when the test fails.
Sometimes the agent doesn't have time to start within 30 seconds. To achieve this, the timeout for the
UntilVMAgentReadystep was increased to 60 seconds in theVirtual Machine Configurationtest.The message "vm %s is not ready" is not entirely correct, as it should be a message about the agent not being ready.
What is the expected result?
Checklist
Changelog entries