Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions muted-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,6 @@ tests:
- class: org.elasticsearch.backwards.MixedClusterClientYamlTestSuiteIT
method: test {p0=search/350_point_in_time/point-in-time with index filter}
issue: https://github.com/elastic/elasticsearch/issues/127741
- class: org.elasticsearch.xpack.remotecluster.RemoteClusterSecurityFcActionAuthorizationIT
method: testIndicesPrivilegesAreEnforcedForCcrRestoreSessionActions
issue: https://github.com/elastic/elasticsearch/issues/127782
- class: org.elasticsearch.compute.aggregation.FilteredGroupingAggregatorFunctionTests
method: testSimpleCircuitBreaking
issue: https://github.com/elastic/elasticsearch/issues/127833
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public void testIndicesPrivilegesAreEnforcedForCcrRestoreSessionActions() throws
GetCcrRestoreFileChunkAction.REMOTE_TYPE,
new GetCcrRestoreFileChunkRequest(response2.getNode(), sessionUUID2, leaderIndex2FileName, 1, shardId2)
);
assertFalse(getChunkResponse.getChunk().hasReferences());
assertBusy(() -> assertFalse(getChunkResponse.getChunk().hasReferences()));

// Clear restore session fails if index is unauthorized
final var e4 = expectThrows(
Expand Down