-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into CXXCBC-496-error
* origin/main: CXXCBC-407: allow to use 0 max expiry for new collections (#569) CXXCBC-445: return request_canceled on IO error in HTTP session (#568) CXXCBC-509: Zone-Aware replica reads (#566) CXXCBC-511: Prevent use of HTTP session if idle timer has expired (#565) Improve test stability (#563) Always attempt to extract common query code if error has not been set (#561) Add feature check for scoped analyze_document in tests (#555) CXXCBC-30 Inconsistent behaviour when using subdoc opcodes incorrectly (#559) CXXCBC-503 - Additions for more protection against picking up a config with an empty vbucket map. (#558) CXXCBC-503: Ignore configuration if it contains an empty vBucketMap (#556) CXXCBC-489: Add version_7_2_0 eventing function language compatibility (#554)
- Loading branch information
Showing
68 changed files
with
3,229 additions
and
1,171 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
server: | ||
- 7.2.3 | ||
- 7.6.1 | ||
- 7.2.4 | ||
- 7.1.6 | ||
- 7.0.5 | ||
suite: | ||
|
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
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.