[ 
https://issues.apache.org/jira/browse/HBASE-27858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17721754#comment-17721754
 ] 

Jonathan Albrecht edited comment on HBASE-27858 at 5/11/23 12:38 PM:
---------------------------------------------------------------------

org.apache.hadoop.hbase.master.TestListTablesByState is currently failing but 
not reported due to a surefire bug in 3.0.0-M6. It should be fixed before 
upgrading to 3.0.0.

I have a PR ready to submit but I will wait until the test is fixed before 
submitting to avoid failed builds.


was (Author: jonathan.albrecht):
org.apache.hadoop.hbase.master.TestListTablesByState is currently failing but 
not reported due to a surefire bug in 3.0.0-M6. It should be fixed before 
upgrading to 3.0.0.

> Update surefire version to 3.0.0 and use the SurefireForkNodeFactory
> --------------------------------------------------------------------
>
>                 Key: HBASE-27858
>                 URL: https://issues.apache.org/jira/browse/HBASE-27858
>             Project: HBase
>          Issue Type: Improvement
>          Components: test
>         Environment: maven unit tests
>            Reporter: Jonathan Albrecht
>            Priority: Minor
>
> The final surefire version 3.0.0 is released so we can update from 3.0.0-M6 
> -> 3.0.0. The final version has several fixes and is more stable.
>  
> SurefireForkNodeFactory is a new strategy to control how the surefire forked 
> nodes communicate with the main maven process. It uses a tcp channel instead 
> of process pipes. It helps to fix some "corrupted channel" messages seen in 
> the s390x build and should be more reliable on all platforms. I have been 
> testing locally on amd64 and s390x and have not had any issues.
>  
> Ref: 
> [https://maven.apache.org/surefire/maven-surefire-plugin/examples/process-communication.html]
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to