Skip to content

Commit

Permalink
Revert unintentional changes for IndexRoutingTableHeader
Browse files Browse the repository at this point in the history
Signed-off-by: Bukhtawar Khan <bukhtawa@amazon.com>
  • Loading branch information
Bukhtawar committed Apr 19, 2024
1 parent b38752c commit f6eda99
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
import java.util.Arrays;

/**
* Utility class to work with arrays.Ø
* Utility class to work with arrays.
*
* @opensearch.api
* */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ public void testHandlePrePublishAndCommitWhenRemoteStateEnabled() throws IOExcep
randomAlphaOfLength(10),
Collections.emptyList(),
randomAlphaOfLength(10),
true,
true
);
Mockito.when(remoteClusterStateService.writeFullMetadata(clusterState, previousClusterUUID)).thenReturn(manifest);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void testClusterMetadataManifestXContentV0() throws IOException {
null,
Collections.singletonList(uploadedIndexMetadata),
"prev-cluster-uuid",
true,
true
);
final XContentBuilder builder = JsonXContent.contentBuilder();
builder.startObject();
Expand All @@ -67,7 +67,7 @@ public void testClusterMetadataManifestXContent() throws IOException {
"test-global-metadata-file",
Collections.singletonList(uploadedIndexMetadata),
"prev-cluster-uuid",
true,
true
);
final XContentBuilder builder = JsonXContent.contentBuilder();
builder.startObject();
Expand All @@ -93,7 +93,7 @@ public void testClusterMetadataManifestSerializationEqualsHashCode() {
"test-global-metadata-file",
randomUploadedIndexMetadataList(),
"yfObdx8KSMKKrXf8UyHhM",
true,
true
);
{ // Mutate Cluster Term
EqualsHashCodeTestUtils.checkEqualsAndHashCode(
Expand Down

0 comments on commit f6eda99

Please sign in to comment.