Skip to content

Commit

Permalink
[Backport 2.8] [Backport][2.x] fix build #134 (#164)
Browse files Browse the repository at this point in the history
* cherry pick 3704821 (#159)

Signed-off-by: Mingshi Liu <[email protected]>
(cherry picked from commit c16baf0)

* revert the change for ImmutableOpenMap

Signed-off-by: Mingshi Liu <[email protected]>

---------

Signed-off-by: Mingshi Liu <[email protected]>
Co-authored-by: Mingshi Liu <[email protected]>
Co-authored-by: Mingshi Liu <[email protected]>
  • Loading branch information
3 people committed Jul 12, 2023
1 parent 2621536 commit cfcdc91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ sourceSets {


jacocoTestReport {
dependsOn test
reports {
xml.required = true
html.required = true
}
dependsOn test
}

// TODO: Enable these checks
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ private static Client buildMockClient(String indexName, Settings... settings) {
when(client.execute(eq(GetSettingsAction.INSTANCE), any(GetSettingsRequest.class)))
.thenReturn(mockGetSettingsFuture);
return client;

}

/**
Expand Down

0 comments on commit cfcdc91

Please sign in to comment.