-
Notifications
You must be signed in to change notification settings - Fork 257
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
rbd: Remove invalid snap ID test skip #1021
Conversation
One example failure, FWIW:
|
19e53f4
to
7c24797
Compare
Quincy backport is pending a release and thus CI job failed with SIGABRT for test-suite (quincy). I can see that ceph/ceph#55473 is already merged for v17.2.8 milestone. |
a7ec27a
to
d21b1c3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@Mergifyio rebase |
✅ Branch has been successfully rebased |
d21b1c3
to
cb576b8
Compare
@Mergifyio rebase |
✅ Branch has been successfully rebased |
cb576b8
to
905902d
Compare
@Mergifyio rebase |
905902d
to
2a1ca2d
Compare
✅ Branch has been successfully rebased |
@Mergifyio rebase |
Fix for https://tracker.ceph.com/issues/47287 is now available with quincy and above releases. Therefore do not skip GetSnapTimestamp API test for an invalid snap ID. Signed-off-by: Anoop C S <[email protected]>
✅ Branch has been successfully rebased |
2a1ca2d
to
5b83f69
Compare
phew..finally 😓 . |
Fix for https://tracker.ceph.com/issues/47287 is now available with quincy and above releases. Therefore do not skip
GetSnapTimestamp
API test for an invalid snap ID.fixes #440
depends on ceph v17.2.8 GA.