On Sun, Aug 3, 2014 at 4:35 PM, Nicholas Chammas <nicholas.cham...@gmail.com > wrote:
> Include the commit hash in the "tests have started/completed" messages, so > that it's clear what code exactly is/has been tested for each test cycle. This is now captured in this JIRA issue <https://issues.apache.org/jira/browse/SPARK-2912> and completed in this PR <https://github.com/apache/spark/pull/1816> which has been merged in to master. Example of old style: tests starting <https://github.com/apache/spark/pull/1819#issuecomment-51416510> / tests finished <https://github.com/apache/spark/pull/1819#issuecomment-51417477> (with new classes) Example of new style: tests starting <https://github.com/apache/spark/pull/1816#issuecomment-51855254> / tests finished <https://github.com/apache/spark/pull/1816#issuecomment-51855255> (with new classes) Nick