-
Notifications
You must be signed in to change notification settings - Fork 588
HDDS-2278. Run S3 test suite on OM HA cluster. #27
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
elek
left a comment
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.
+1 thanks the patch @bharatviswa504
Note: While I am happy to have more and more environments, I feel that it's harder and harder to manage them and some of them are confusing. I am thinking about to merge some of the environments, for example include s3 in the simple ozone (and ozone-om-ha) and delete ozone-s3.
S3 doesn't have huge resource requirement and very core of our provided functionality.
This is not related to this patch (as this patch follows the current practice) but I am very interested about your opinion.
|
UPDATE: it's failing during my local test all the time. the ozones3 is working but not the new tests. Let's try to request a new test run... |
|
/retest |
|
Thank You @elek for the review. |
Yes, I am with you on this, S3 now became core functionality, we don't need a separate environment for it, we can include S3 in Ozone compose. And also this helps in reducing run time of our acceptance test suite. |
|
@elek can we commit this or still some issues you are seeing? |
|
I see a problem locally, which is passed on the server. Don't know what is the exact problem... |
|
@bharatviswa504 @elek I think the problem is with the upgraded Ratis (#26 (review)). Leader election problem affects OM HA.
|
|
Thank You @adoroszlai for the analysis. |
b7525ae to
5265599
Compare
|
Rebased with the latest master(after ratis version upgrade) |
|
/retest |
|
Newly added tests are passing, test failures are not related to this patch. |
dineshchitlangia
left a comment
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.
+1 LGTM, failures are unrelated
|
Thanks @elek and @adoroszlai for reviews. Thanks @bharatviswa504 for this contribution. Committed this change. |
Add a docker compose OM HA cluster with S3.
Run the S3 test suite on the OM HA cluster.
https://issues.apache.org/jira/browse/HDDS-2278