-
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
Porting fixes from v3 to v4 #6012
Porting fixes from v3 to v4 #6012
Conversation
port from: Azure#5951
port from: Azure#5829
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
LGTM
/azp run Single_Region_Strong_Tcp Strong_Tcp_Fast |
No pipelines are associated with this pull request. |
/azp run Single_Region_Strong_Https |
No pipelines are associated with this pull request. |
/azp run Single_Region_Strong_Https Strong_Https_Fast |
No pipelines are associated with this pull request. |
/azp run java - cosmos - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
1 beforeClass timeout failure, and 1 startBackgroundAddressRefresh failure. Will merge this PR now. |
Porting jsonignore fix
port from: #5951
Removed BadRequestException when FeedOptions.maxItemCount is -1
Port from: #5618
Retry not happening with direct mode - port to v4
Port from: #5806
Resolves issues 275 and 276
port from: #5829