-
-
Notifications
You must be signed in to change notification settings - Fork 88
Make resource validation fail-fast safety #3791
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
Merged
valfirst
merged 1 commit into
vividus-framework:master
from
draker94:fix_resource_checker_thread_execution
Apr 17, 2023
Merged
Make resource validation fail-fast safety #3791
valfirst
merged 1 commit into
vividus-framework:master
from
draker94:fix_resource_checker_thread_execution
Apr 17, 2023
Conversation
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
f7c0d1a
to
ae619a6
Compare
ae619a6
to
99df3bb
Compare
valfirst
requested changes
Apr 4, 2023
vividus-plugin-rest-api/src/main/java/org/vividus/http/validation/ResourceValidator.java
Outdated
Show resolved
Hide resolved
vividus-soft-assert/src/main/java/org/vividus/softassert/FailTestFastManager.java
Outdated
Show resolved
Hide resolved
vividus-soft-assert/src/main/java/org/vividus/softassert/ISoftAssert.java
Outdated
Show resolved
Hide resolved
vividus-soft-assert/src/main/java/org/vividus/softassert/SoftAssert.java
Outdated
Show resolved
Hide resolved
11d7e4a
to
61b772b
Compare
Codecov Report
@@ Coverage Diff @@
## master #3791 +/- ##
=========================================
Coverage 97.06% 97.06%
- Complexity 6108 6111 +3
=========================================
Files 848 848
Lines 17449 17473 +24
Branches 1139 1141 +2
=========================================
+ Hits 16936 16961 +25
Misses 407 407
+ Partials 106 105 -1
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
61b772b
to
dbcaee6
Compare
valfirst
requested changes
Apr 6, 2023
vividus-plugin-rest-api/src/main/java/org/vividus/steps/http/HttpResourceValidationSteps.java
Outdated
Show resolved
Hide resolved
vividus-plugin-rest-api/src/main/java/org/vividus/steps/http/HttpResourceValidationSteps.java
Outdated
Show resolved
Hide resolved
...ugin-web-app-to-rest-api/src/main/java/org/vividus/steps/integration/ResourceCheckSteps.java
Outdated
Show resolved
Hide resolved
...ugin-web-app-to-rest-api/src/main/java/org/vividus/steps/integration/ResourceCheckSteps.java
Outdated
Show resolved
Hide resolved
vividus-soft-assert/src/main/java/org/vividus/softassert/ISoftAssert.java
Outdated
Show resolved
Hide resolved
vividus-soft-assert/src/main/java/org/vividus/softassert/SoftAssertFailableSupplier.java
Outdated
Show resolved
Hide resolved
a59723c
to
5fd6712
Compare
valfirst
reviewed
Apr 13, 2023
vividus-soft-assert/src/main/java/org/vividus/softassert/SoftAssert.java
Outdated
Show resolved
Hide resolved
5fd6712
to
cb3738a
Compare
valfirst
requested changes
Apr 14, 2023
vividus-soft-assert/src/main/java/org/vividus/softassert/FailTestFastManager.java
Outdated
Show resolved
Hide resolved
vividus/src/main/java/org/vividus/softassert/JBehaveFailTestFastManager.java
Outdated
Show resolved
Hide resolved
cb3738a
to
9670c3c
Compare
uarlouski
reviewed
Apr 14, 2023
vividus-soft-assert/src/main/java/org/vividus/softassert/FailableRunnable.java
Show resolved
Hide resolved
uarlouski
approved these changes
Apr 14, 2023
valfirst
approved these changes
Apr 17, 2023
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.
Closes #3780