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/02/14 12:34:23 UTC

[GitHub] [hadoop-ozone] bshashikant opened a new pull request #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java

bshashikant opened a new pull request #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java
URL: https://github.com/apache/hadoop-ozone/pull/552
 
 
   ## What changes were proposed in this pull request?
   It fixes the unit test TestOzoneClientRetriesOnException#testMaxRetriesByOzoneClient by fixing the exception message in KeyOutputStream.
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-3020
   
   ## How was this patch tested?
   The TestOzoneClientRetriesOnException tests are working successfully.
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on issue #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java
URL: https://github.com/apache/hadoop-ozone/pull/552#issuecomment-588964974
 
 
   > I don't think its happening because of the fix for the test.
   
   I didn't mean the crash was caused by the fix, rather an existing problem, probably affecting other tests, too.

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on issue #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java
URL: https://github.com/apache/hadoop-ozone/pull/552#issuecomment-588292827
 
 
   A different failure on next 20th run:
   
   ```
   [ERROR] Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 84.073 s <<< FAILURE! - in org.apache.hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException
   [ERROR] testMaxRetriesByOzoneClient(org.apache.hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException)  Time elapsed: 39.181 s  <<< FAILURE!
   java.lang.AssertionError: Expected exception not thrown
     ...
     at org.apache.hadoop.ozone.client.rpc.TestOzoneClientRetriesOnException.testMaxRetriesByOzoneClient(TestOzoneClientRetriesOnException.java:218)
   ```
   
   https://github.com/adoroszlai/hadoop-ozone/runs/455545015
   log/output: https://github.com/adoroszlai/hadoop-ozone/suites/468331010/artifacts/2018291

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 merged pull request #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java

Posted by GitBox <gi...@apache.org>.
adoroszlai merged pull request #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java
URL: https://github.com/apache/hadoop-ozone/pull/552
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

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


[GitHub] [hadoop-ozone] bshashikant commented on issue #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java

Posted by GitBox <gi...@apache.org>.
bshashikant commented on issue #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java
URL: https://github.com/apache/hadoop-ozone/pull/552#issuecomment-588963634
 
 
   > Crashed again on merge to `master`: https://github.com/apache/hadoop-ozone/runs/457338931
   > 
   > May need some follow-up fix.
   
   I don't think its happening because of the test.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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


[GitHub] [hadoop-ozone] bshashikant edited a comment on issue #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java

Posted by GitBox <gi...@apache.org>.
bshashikant edited a comment on issue #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java
URL: https://github.com/apache/hadoop-ozone/pull/552#issuecomment-588963634
 
 
   > Crashed again on merge to `master`: https://github.com/apache/hadoop-ozone/runs/457338931
   > 
   > May need some follow-up fix.
   
   I don't think its happening because of the fix for the test. 

----------------------------------------------------------------
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


With regards,
Apache Git Services

---------------------------------------------------------------------
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 #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java

Posted by GitBox <gi...@apache.org>.
adoroszlai commented on issue #552: HDDS-3020. Fix TestOzoneClientRetriesOnException.java
URL: https://github.com/apache/hadoop-ozone/pull/552#issuecomment-588958624
 
 
   Crashed again on merge to `master`: https://github.com/apache/hadoop-ozone/runs/457338931
   
   May need some follow-up fix.

----------------------------------------------------------------
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


With regards,
Apache Git Services

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