raju-balpande commented on PR #5556: URL: https://github.com/apache/ozone/pull/5556#issuecomment-1808453429
> Thanks @raju-balpande for updating the patch. Please also check failure of `TestReconWithDifferentSqlDBs`: > > https://github.com/raju-balpande/apache_ozone/actions/runs/6828560052/job/18573158100#step:5:3023 In order to resolve the problem in TestReconWithDifferentSqlDBs, I noticed that the AbstractReconSqlDBTest is not the abstract class but it's functionality is extended by the subclasses. Under Junit 5 we can parameterize the method but the constructor can not be parameterized and hence, I parameterized the required method and and created the object of AbstractReconSqlDBTest instead of extending it. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
