[stable10] Adjust timeout and tests for federated share access#30525
Merged
Conversation
individual-it
approved these changes
Feb 19, 2018
Codecov Report
@@ Coverage Diff @@
## stable10 #30525 +/- ##
===========================================
Coverage 61.3% 61.3%
Complexity 18137 18137
===========================================
Files 1069 1069
Lines 60230 60230
===========================================
Hits 36921 36921
Misses 23309 23309Continue to review full report at Codecov.
|
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Backport from #29319 the changed UI test federatedSharing scenarios. The backported commit also includes a longer timeout in
waitForAjaxCallsToStartAndFinishwhen doinguploadFile.It is handy to have the reorganized/extended test scenarios running in
stable10like they are inmaster, and it avoids getting merge conflicts for other changes/enhancements to this feature file.The extra timeout will do no harm - it was observed to be needed in
masteras the "Preview via DAV" changes (which are not backported tostable10) were causing some extra time lag.