alamb commented on issue #23839:
URL: https://github.com/apache/datafusion/issues/23839#issuecomment-5195180094

   > Something like, cargo mutants --in-diff <diff> --package <crate> keeps the 
scope to just the local change set so it can be run before a PR.
   
   I am a big fan of "ablation testing" -- where you remove the new code that 
is added and run the tests and the tests should fail.
   
   This ensures:
   1. the tests cover the change
   2. The change is reachable other than programatically


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

Reply via email to