Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix remote cluster restore for data stream #10777

Merged
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
minor fix
Signed-off-by: Dhwanil Patel <[email protected]>
dhwanilpatel committed Oct 22, 2023
commit 9ffc943f514dddb27459b11ab443b06e709c19c1
Original file line number Diff line number Diff line change
@@ -218,7 +218,7 @@ private void validateCurrentMetadata() throws Exception {

public void testDataStreamPostRemoteStateRestore() throws Exception {
new DataStreamRolloverIT() {
protected boolean performRemoteStateRestore() {
protected boolean triggerRemoteStateRestore() {
return true;
}
}.testDataStreamRollover();