Skip to content

Commit dce68d3

Browse files
committed
chore: Add TestFile.retry_tests
This allows languages which merge all test data files into a single TestFile to access the retry tests. Any language which explicitly loads retry_tests.json as a RetryTests message can continue to do so.
1 parent ec2e8c3 commit dce68d3

File tree

1 file changed

+4
-0
lines changed
  • storage/v1/proto/google/cloud/conformance/storage/v1

1 file changed

+4
-0
lines changed

storage/v1/proto/google/cloud/conformance/storage/v1/tests.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ option go_package = "google/cloud/conformance/storage/v1";
2626
message TestFile {
2727
repeated SigningV4Test signing_v4_tests = 1;
2828
repeated PostPolicyV4Test post_policy_v4_tests = 2;
29+
// Note: type is RetryTest rather than RetryTests.
30+
// The data file can be loaded as either a TestFile or
31+
// a RetryTests.
32+
repeated RetryTest retry_tests = 3;
2933
}
3034

3135
enum UrlStyle {

0 commit comments

Comments
 (0)