Skip to content
Snippets Groups Projects
  • Brennon York's avatar
    37fac1dc
    [SPARK-6477][Build]: Run MIMA tests before the Spark test suite · 37fac1dc
    Brennon York authored
    This moves the MIMA checks to before the full Spark test suite such that, if new PR's fail the MIMA check, they will return much faster having not run the entire test suite. This is preferable to the current scenario where a user would have to wait until the entire test suite completes before realizing it failed on a MIMA check in which case, once the MIMA issues are fixed, the user would have to resubmit and rerun the full test suite again.
    
    Author: Brennon York <brennon.york@capitalone.com>
    
    Closes #5145 from brennonyork/SPARK-6477 and squashes the following commits:
    
    12b0aee [Brennon York] updated to put the mima checks before the spark test suite
    37fac1dc
    History
    [SPARK-6477][Build]: Run MIMA tests before the Spark test suite
    Brennon York authored
    This moves the MIMA checks to before the full Spark test suite such that, if new PR's fail the MIMA check, they will return much faster having not run the entire test suite. This is preferable to the current scenario where a user would have to wait until the entire test suite completes before realizing it failed on a MIMA check in which case, once the MIMA issues are fixed, the user would have to resubmit and rerun the full test suite again.
    
    Author: Brennon York <brennon.york@capitalone.com>
    
    Closes #5145 from brennonyork/SPARK-6477 and squashes the following commits:
    
    12b0aee [Brennon York] updated to put the mima checks before the spark test suite