-
Notifications
You must be signed in to change notification settings - Fork 53
Fix archiver for issue #358 #396
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
Conversation
This test should cover issue OPMDG#358
yeah, I suppose we need the actual fix to keep thee checks green :) |
t/01-archiver.t
Outdated
| skip "checking with non superuser role is not supported before v10", 4 | ||
| if $node->version < '9.4'; |
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.
Should be < '10' according to the message.
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.
Good catch, thanks !
|
I took a look at the code, and except the test, it looks fine to me. |
Per report from Guillaume Lelarge.
|
Thanks for the review. |
|
@ioguix do you want to take a look or can I merge this PR ? |
This test should cover issue #358
Please wait a bit before applying this PR.