zrlw commented on issue #8689:
URL: https://github.com/apache/dubbo/issues/8689#issuecomment-915678672


   我对forkMode的理解有错误,
   forkMode=once 对应的是  forkCount=1 &&  reuseForks=true  创建一个新进程用于每个测试(复用)
   forkMode=always 对应的是 forkCount=1 &&  reuseForks=false 为每一个测试创建一个新进程
   从日志内容看,once 
forkMode方式下AfterEach的reset关闭zk连接的动作竟然在和下一个测试方法并行执行,once都搞不定,always也不可能搞定了。


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

To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org
For additional commands, e-mail: notifications-h...@dubbo.apache.org

Reply via email to