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

[BUG] flaky test faiure - testNRTReplicaWithRemoteStorePromotedAsPrimaryRefreshRefresh #9624

Closed
tlfeng opened this issue Aug 29, 2023 · 3 comments · Fixed by #9878
Closed
Assignees
Labels
bug Something isn't working distributed framework

Comments

@tlfeng
Copy link
Collaborator

tlfeng commented Aug 29, 2023

Related to #9586, #9589 and #9598
introduced in #8767, all the four sub-tests are flaky.

public void testNRTReplicaWithRemoteStorePromotedAsPrimaryRefreshRefresh() throws Exception {
testNRTReplicaWithRemoteStorePromotedAsPrimary(false, false);
}
public void testNRTReplicaWithRemoteStorePromotedAsPrimaryRefreshCommit() throws Exception {
testNRTReplicaWithRemoteStorePromotedAsPrimary(false, true);
}
public void testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitRefresh() throws Exception {
testNRTReplicaWithRemoteStorePromotedAsPrimary(true, false);
}
public void testNRTReplicaWithRemoteStorePromotedAsPrimaryCommitCommit() throws Exception {
testNRTReplicaWithRemoteStorePromotedAsPrimary(true, true);
}
public void testNRTReplicaWithRemoteStorePromotedAsPrimary(boolean performFlushFirst, boolean performFlushSecond) throws Exception {

I don't know whether it's caused by the commit 22e8494 mentioned in #9620 or not.

@tlfeng
Copy link
Collaborator Author

tlfeng commented Aug 30, 2023

Those tests are being retried in Gradle check task after the PR #9597 merged.

@shwetathareja
Copy link
Member

All the tests failed here again https://build.ci.opensearch.org/job/gradle-check/23917/

@shwetathareja
Copy link
Member

shwetathareja commented Aug 31, 2023

@dreamer-89 Can you look into these failure on urgent priority?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working distributed framework
Projects
None yet
5 participants