You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/04/20 18:32:12 UTC

[GitHub] [hadoop-ozone] elek opened a new pull request #846: HDDS-3464. Use dedicated build partition for acceptance tests

elek opened a new pull request #846:
URL: https://github.com/apache/hadoop-ozone/pull/846


   ## What changes were proposed in this pull request?
   
   Even with HDDS-3456 it seems to be a good idea to run acceptance test from /mnt in the github actions environment where we have dedicated 14GB space.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-3464
   
   ## How was this patch tested?
   
   Tested on my local fork. Test started to run without any problem, but I didn't wait until the end with opening this PR to fix master as soon as possible.
   
   Note: this PR tries to solve the same problem as #844, but there is no conflict between them. We can have both to have additional safety.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] elek commented on issue #846: HDDS-3464. Use dedicated build partition for acceptance tests

Posted by GitBox <gi...@apache.org>.
elek commented on issue #846:
URL: https://github.com/apache/hadoop-ozone/pull/846#issuecomment-617090015


   Seems to be possible to use `/mnt` for integration test, too:
   
   https://github.com/elek/hadoop-ozone/runs/604768716?check_suite_focus=true
   
   If it works I will modify the description of the JIRA/PR and propose to do it in one step.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] adoroszlai commented on issue #846: HDDS-3464. Use dedicated build partition for acceptance tests

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on issue #846:
URL: https://github.com/apache/hadoop-ozone/pull/846#issuecomment-618220876


   Finally a green run.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org


[GitHub] [hadoop-ozone] elek commented on issue #846: HDDS-3464. Use dedicated build partition for acceptance tests

Posted by GitBox <gi...@apache.org>.
elek commented on issue #846:
URL: https://github.com/apache/hadoop-ozone/pull/846#issuecomment-618490370


   > Finally a green run.
   
   Double checked the cause of the previous fails to be sure that we didn't introduce any new flakyness:
   
    1. TestDnRatisLogParser (fixed in HDDS-3373, it could be missing from the build)
    2. TestSCMNodeMetrics (rewritten in HDDS-3480)
    3. topology acceptance test (I saw the same in other builds, so this is not a flakyness which introduced by this patch. Will start to run in on my fork to check the state...)
   
   It seems to be proven that they are not new errors (no new flakyness) and the last build is green.
   
   I am merging it (to have stable results)
   
   Thanks the review @adoroszlai  


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: ozone-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: ozone-issues-help@hadoop.apache.org