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
Make SnapshotInfo and CreateSnapshotResponse parsers lenient for backwards compatibility. Remove extraneous fields from CreateSnapshotRequest toXContent.
Copy file name to clipboardExpand all lines: client/rest-high-level/src/test/java/org/elasticsearch/client/documentation/SnapshotClientDocumentationIT.java
+8-2
Original file line number
Diff line number
Diff line change
@@ -420,14 +420,20 @@ public void testSnapshotCreate() throws IOException {
Copy file name to clipboardExpand all lines: server/src/test/java/org/elasticsearch/action/admin/cluster/snapshots/create/CreateSnapshotRequestTests.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -102,8 +102,8 @@ public void testToXContent() throws IOException {
Copy file name to clipboardExpand all lines: server/src/test/java/org/elasticsearch/action/admin/cluster/snapshots/create/CreateSnapshotResponseTests.java
+2-4
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ protected CreateSnapshotResponse doParseInstance(XContentParser parser) throws I
0 commit comments