[Backport 2.16] [Remote Routing Table] Add integration tests for Remote Routing Table#14865
[Backport 2.16] [Remote Routing Table] Add integration tests for Remote Routing Table#14865opensearch-trigger-bot[bot] wants to merge 1 commit into2.16from
Conversation
Signed-off-by: Shailendra Singh <singhlhs@amazon.com> (cherry picked from commit b9d5804) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
|
❌ Gradle check result for db2f322: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
dbwiddis
left a comment
There was a problem hiding this comment.
Task :server:compileInternalClusterTestJava
/home/runner/work/OpenSearch/OpenSearch/server/src/internalClusterTest/java/org/opensearch/gateway/remote/RemoteRoutingTableServiceIT.java:60: error: package RemoteRoutingTableBlobStore does not exist
RemoteRoutingTableBlobStore.REMOTE_ROUTING_TABLE_PATH_TYPE_SETTING.getKey(),
^
/home/runner/work/OpenSearch/OpenSearch/server/src/internalClusterTest/java/org/opensearch/gateway/remote/RemoteRoutingTableServiceIT.java:181: error: cannot find symbol
indexRoutingPath = getIndexRoutingPath(baseMetadataPath.add(INDEX_ROUTING_TABLE), indexRoutingTables.get(0).getIndex().getUUID());
^
symbol: variable INDEX_ROUTING_TABLE
location: class RemoteRoutingTableServiceIT
|
❌ Gradle check result for db2f322: null Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
❌ Gradle check result for db2f322: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
@shailendra0811 this is not expected I believe, can you please take a look? |
|
This backport PR is failing as PR is not backported yet. |
|
❌ Gradle check result for db2f322: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
|
Looks like #14862 was merged. I think you'll need to manually backport this one because it's out of order? |
Backport b9d5804 from #14631.