integration: organize bundle directory per test#39506
Merged
thaJeztah merged 1 commit intomoby:masterfrom Jul 12, 2019
Merged
Conversation
The test-integration/test=integration-cli directory contains a directory for each daemon that was created during the integration tests, which makes it a long list to browse through. In addition, some tests spin up multiple daemons, and when debugging test-failures, the daemon-logs often have to be looked at together. This patch organizes the bundl directory to group daemon storage locationos per test, making it easier to find information about all the daemons that were used in a specific test. Signed-off-by: Sebastiaan van Stijn <[email protected]>
Member
Author
|
RS5 failure will be fixed by #39168 |
Member
Author
|
Bundle now looks like this; Subtests are also nested: Wondering if that nesting is too deep, but I think it works ok |
Member
Author
|
@cpuguy83 @vdemeester PTAL |
Codecov Report
@@ Coverage Diff @@
## master #39506 +/- ##
=========================================
Coverage ? 37.32%
=========================================
Files ? 609
Lines ? 45224
Branches ? 0
=========================================
Hits ? 16878
Misses ? 26057
Partials ? 2289 |
This was referenced Aug 19, 2019
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.
The test-integration/test=integration-cli directory contains a directory for each daemon that was created during the integration tests, which makes it a long list to browse through. In addition, some tests spin up multiple daemons, and when debugging test-failures, the daemon-logs often have to be looked at together.
This patch organizes the bundle directory to group daemon storage locations per test, making it easier to find information about all the daemons that were used in a specific test.
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)