We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993986d commit ffe9028Copy full SHA for ffe9028
pkg/reflector/download_test.go
@@ -22,7 +22,7 @@ import (
22
// Verifies error handling behavior when downloading from s3 fails.
23
// Specifically, the supervisor is allowed to create a new LDB if
24
// a 404 is received from S3, and other errors from S3 are able
25
-// to be retired. These behaviors result from the kind of error
+// to be retried. These behaviors result from the kind of error
26
// that s3Downloader.DownloadTo(writer) returns.
27
func TestS3DownloadErrors(t *testing.T) {
28
for _, test := range []struct {
0 commit comments