bharathv commented on issue #954: HBASE-23305: Master based registry 
implementation
URL: https://github.com/apache/hbase/pull/954#issuecomment-571830020
 
 
   > [ERROR] 
org.apache.hadoop.hbase.client.TestFromClientSideWithCoprocessor.testCheckAndDeleteWithCompareOp[0]
  Time elapsed: 0.142 s  <<< ERROR!
   
   @ndimiduk I think I figured out the flaky test problem. I pushed another 
commit that deflakes the test and all of these TestClient* now pass in my IDE 
too. To summarize, JUnit parameterization (with test class hiearchy) is a PITA. 
Without my last commit, *every* unit test of *every parameterized test* run was 
reseting the cluster state. JUnit does not yet provide of a way to execute a 
hook at the end of each parameterized test run. So, I hacked my way around it. 
I'm hoping it should pass now.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to