-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Enhance Blob Test Reliability #6566
Merged
sima-zhu
merged 28 commits into
Azure:master
from
alzimmermsft:AzStorage_EnhanceTestReliability
Dec 11, 2019
Merged
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
897eb39
Updating tests to enhance reliability
alzimmermsft 1a137c1
Merge branch 'master' into AzStorage_EnhanceTestReliability
alzimmermsft ca90f15
Add hook to prevent additional logging
alzimmermsft 752d21b
Merge branch 'master' into AzStorage_EnhanceTestReliability
alzimmermsft 1f73dab
Print statement to help with reliability debugging
alzimmermsft 984a5f2
Remove some blocking calls
alzimmermsft 668e717
Removing more blocking calls in favor of StepVerifier
alzimmermsft e23ea12
Updating playback records
alzimmermsft 081f419
Merge branch 'master' into AzStorage_EnhanceTestReliability
alzimmermsft a091a56
Revert on error resume and fixed linting issue
alzimmermsft fed3c6a
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-java …
sima-zhu 064bd0f
Added retry limits and concurrency limits
sima-zhu af55be6
change log level back to error
sima-zhu e525d06
change log level back to error
sima-zhu d5c4c88
Remove extra retry
sima-zhu e907330
Make small changes to detect the issue
sima-zhu dfcbf8a
Added some message
sima-zhu 2f981ab
Print the system value
sima-zhu 7c98879
Added sys value into commandline
sima-zhu b283463
literally setup
sima-zhu b9a323b
Remove invalid commands
sima-zhu 455c694
Added retry back
sima-zhu ace585a
Remove the one failed at local
sima-zhu 49b3d42
Remove debug
sima-zhu ad9e6b6
Remove logging info
sima-zhu 426e70c
Merge branch 'master' of https://github.com/Azure/azure-sdk-for-java …
sima-zhu 7619f5e
Make some changes to settings and pull mainline
sima-zhu 1d5609d
Revert back the comment tests
sima-zhu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We definitely want to have this using
fail-at-end
given that we have many multi module services and this would result in latter modules never reporting tests until earlier ones pass.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, will revert it back.