You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/repository-gcs/src/main/java/org/elasticsearch/repositories/gcs/GoogleCloudStorageRetryingInputStream.java
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -155,10 +155,14 @@ private Long parseGenerationHeader(HttpResponse response) {
155
155
try {
156
156
returnLong.parseLong(generationHeader);
157
157
} catch (NumberFormatExceptione) {
158
-
assertfalse : "Unexpected value for x-goog-generation header: " + generationHeader;
158
+
finalStringmessage = "Unexpected value for x-goog-generation header: " + generationHeader;
0 commit comments