julianhyde commented on PR #3145: URL: https://github.com/apache/calcite/pull/3145#issuecomment-1563491610
Rather than checking that the number of failures doesn't change, it's better to check that there are no failures other than the list of 'expected failures' You don't want the situation where you fix one test and introduce a new failure. It's much better to have a list of known failures rather than just a count. -- 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]
