-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: bump conformance-tests to ec2e8c3d312e7122e07f65e98639169515449…
…aa8 (#462) googleapis/conformance-tests@ec2e8c3 feat(storage): add retry conf scenarios 7 and 8 ([#67](googleapis/conformance-tests#67)) googleapis/conformance-tests@6196df6 build: use the main branch ([#66](googleapis/conformance-tests#66)) googleapis/conformance-tests@bd5e9f4 chore(all): update all ([#69](googleapis/conformance-tests#69)) googleapis/conformance-tests@dea6e29 chore: update trampoline image to go115 ([#70](googleapis/conformance-tests#70)) googleapis/conformance-tests@d4caa14 chore: update dependencies and fix presubmits ([#65](googleapis/conformance-tests#65)) Full diff: googleapis/conformance-tests@6f88335...ec2e8c3
- Loading branch information
1 parent
af02e0a
commit 3df311e
Showing
7 changed files
with
269 additions
and
17 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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- see http://www.mojohaus.org/clirr-maven-plugin/examples/ignored-differences.html --> | ||
<differences> | ||
<difference> | ||
<differenceType>7012</differenceType> | ||
<className>com/google/cloud/conformance/storage/v1/Method*</className> | ||
<method>* *Group*(*)</method> | ||
</difference> | ||
|
||
</differences> |
Submodule conformance-tests
updated
7 files
+1 −1 | .kokoro/common.cfg | |
+7 −0 | .kokoro/validator.sh | |
+6 −6 | README.md | |
+4 −3 | go.mod | |
+97 −20 | go.sum | |
+1 −0 | storage/v1/proto/google/cloud/conformance/storage/v1/tests.proto | |
+37 −0 | storage/v1/retry_tests.json |
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