fix 6068:Make the test class dependencies fulfill all the tests.#6089
Draft
clebergnu wants to merge 1 commit intoavocado-framework:masterfrom
Draft
fix 6068:Make the test class dependencies fulfill all the tests.#6089clebergnu wants to merge 1 commit intoavocado-framework:masterfrom
clebergnu wants to merge 1 commit intoavocado-framework:masterfrom
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6089 +/- ##
==========================================
+ Coverage 68.93% 69.09% +0.15%
==========================================
Files 203 203
Lines 21999 21999
==========================================
+ Hits 15166 15201 +35
+ Misses 6833 6798 -35 ☔ View full report in Codecov by Sentry. |
1e1b96b to
9334ad4
Compare
Contributor
Author
|
@wangp-h FYI, there is some issue with requirements under the Podman spawner: Also, the test is broken because it does not take into account other spawners (it actually uses process in all but podman) still make it believe that it does that them into account. |
The 'type' field is removed from the dependencies_dict (using
pop('type')), which causes the 'type' field to no longer exist in the
dictionary during subsequent operations.
The test updates are necessary because:
1. tests now get executed because of this fix
2. the JSON format needs to be escaped
3. the number of tests and expected passes is really 1 because the
test path given specifies a single test.
Signed-off-by: wangpeng <wangpengb@uniontech.com>
Signed-off-by: Cleber Rosa <crosa@redhat.com>
9334ad4 to
6a9a136
Compare
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.
Signed-off-by: wangpeng wangpengb@uniontech.com