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

cephfs admin: remove test skip in TestCancelClone #684

Merged
merged 2 commits into from Dec 8, 2022

Conversation

phlogistonjohn
Copy link
Collaborator

This will re-enable the test case on ceph quincy.

The test does not seem to be reproducing the error on my local machine with the latest quincy image. Making a PR to see if its more related to my system and can still reproduce on the CI or not.

Checklist

  • Added tests for features and functional changes
  • Public functions and types are documented
  • Standard formatting is applied to Go code
  • Is this a new API? Is this new API marked PREVIEW?

@phlogistonjohn
Copy link
Collaborator Author

Interesting: first run in the CI it reproduced the error. See #679 for updated details.

@mergify
Copy link

mergify bot commented Jun 29, 2022

This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏

@phlogistonjohn phlogistonjohn linked an issue Jul 5, 2022 that may be closed by this pull request
@phlogistonjohn phlogistonjohn added do-not-merge no-API This PR does not include any changes to the public API of a go-ceph package labels Jul 5, 2022
@phlogistonjohn phlogistonjohn force-pushed the jjm-fix-issue679 branch 4 times, most recently from 2114b9f to da327e9 Compare July 11, 2022 21:02
@mergify
Copy link

mergify bot commented Aug 2, 2022

This pull request now has conflicts with the target branch. Could you please resolve conflicts and force push the corrected changes? 🙏

@phlogistonjohn
Copy link
Collaborator Author

@Mergifyio rebase

@mergify
Copy link

mergify bot commented Dec 5, 2022

rebase

✅ Branch has been successfully rebased

@phlogistonjohn phlogistonjohn force-pushed the jjm-fix-issue679 branch 2 times, most recently from c839197 to b91e184 Compare December 5, 2022 15:52
@phlogistonjohn
Copy link
Collaborator Author

O M G.... It's actually passing!? I guess it's time to clean it up and actually propose this.

@anoopcs9
Copy link
Collaborator

anoopcs9 commented Dec 6, 2022

I think commit message should mention that it re-enables the test case on both pacific and quincy.

cephfs admin: remove test skip in TestCancelClone

This will re-enable the test case on ceph quincy.

@phlogistonjohn
Copy link
Collaborator Author

I think commit message should mention that it re-enables the test case on both pacific and quincy.

cephfs admin: remove test skip in TestCancelClone

This will re-enable the test case on ceph quincy.

Done

@phlogistonjohn phlogistonjohn marked this pull request as ready for review December 6, 2022 14:18
@phlogistonjohn
Copy link
Collaborator Author

@Mergifyio rebase

This will re-enable the test case on ceph quincy and pacific.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
There was continued flakiness when the tests that enabled the cephfs
mirroring module were enabled. This change adds another 200 ms delay
to hopefully cover the time that might occur as the mgr has a new
module enabled and restart. But unfortunately this is still a bit of
a wild guess.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
@mergify
Copy link

mergify bot commented Dec 6, 2022

rebase

✅ Branch has been successfully rebased

Copy link
Collaborator

@anoopcs9 anoopcs9 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, thanks.

Copy link
Collaborator

@ansiwen ansiwen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mergify mergify bot merged commit 6f78794 into ceph:master Dec 8, 2022
@phlogistonjohn phlogistonjohn deleted the jjm-fix-issue679 branch January 9, 2023 19:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-API This PR does not include any changes to the public API of a go-ceph package
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cephfs/admin: Fix TestCancelClone in quincy and pacific
3 participants