<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Testing Hadoop</title>
	<atom:link href="http://www.cloudera.com/blog/2008/12/testing-hadoop/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cloudera.com/blog/2008/12/testing-hadoop/</link>
	<description>Hadoop and Cloudera&#039;s Products and Services</description>
	<lastBuildDate>Wed, 23 May 2012 10:20:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: tom</title>
		<link>http://www.cloudera.com/blog/2008/12/testing-hadoop/comment-page-1/#comment-55</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 21 Jan 2009 09:43:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudera.com/blog/?p=159#comment-55</guid>
		<description>Nick,

Thanks for the offer. Apache already has a Clover license and we&#039;re trying to (re-)integrate Clover into the Hadoop nightly builds. See https://issues.apache.org/jira/browse/HADOOP-3921

Cheers,
Tom</description>
		<content:encoded><![CDATA[<p>Nick,</p>
<p>Thanks for the offer. Apache already has a Clover license and we&#8217;re trying to (re-)integrate Clover into the Hadoop nightly builds. See <a href="https://issues.apache.org/jira/browse/HADOOP-3921" rel="nofollow">https://issues.apache.org/jira/browse/HADOOP-3921</a></p>
<p>Cheers,<br />
Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Pellow</title>
		<link>http://www.cloudera.com/blog/2008/12/testing-hadoop/comment-page-1/#comment-52</link>
		<dc:creator>Nick Pellow</dc:creator>
		<pubDate>Wed, 21 Jan 2009 01:06:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudera.com/blog/?p=159#comment-52</guid>
		<description>Hi Steve, 

Part of Clover&#039;s Test Optimization is to automatically re-order your tests from fastest to slowest so that the failures are detected as early as possible in the build. This removes the need to manually separate fast and slow tests in Hadoop. 

Being Open Source, Hadoop is eligible for a free Clover2 license. I&#039;ll also have a look at integrating Clover into the Hadoop build.

Cheers,
Nick</description>
		<content:encoded><![CDATA[<p>Hi Steve, </p>
<p>Part of Clover&#8217;s Test Optimization is to automatically re-order your tests from fastest to slowest so that the failures are detected as early as possible in the build. This removes the need to manually separate fast and slow tests in Hadoop. </p>
<p>Being Open Source, Hadoop is eligible for a free Clover2 license. I&#8217;ll also have a look at integrating Clover into the Hadoop build.</p>
<p>Cheers,<br />
Nick</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Loughran</title>
		<link>http://www.cloudera.com/blog/2008/12/testing-hadoop/comment-page-1/#comment-29</link>
		<dc:creator>Steve Loughran</dc:creator>
		<pubDate>Mon, 22 Dec 2008 11:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudera.com/blog/?p=159#comment-29</guid>
		<description>the 3h test cycles really irritate me too. There is some stuff in ant 1.7 for recording which tests fail and rerunning just those, so you could work on the failing tests. But then you need to go back to the big run. Maybe we could split into fast+slow, and so do test runs that run all fast tests and if that works, run the slow set.</description>
		<content:encoded><![CDATA[<p>the 3h test cycles really irritate me too. There is some stuff in ant 1.7 for recording which tests fail and rerunning just those, so you could work on the failing tests. But then you need to go back to the big run. Maybe we could split into fast+slow, and so do test runs that run all fast tests and if that works, run the slow set.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://www.cloudera.com/blog/2008/12/testing-hadoop/comment-page-1/#comment-26</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 17 Dec 2008 13:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudera.com/blog/?p=159#comment-26</guid>
		<description>Nick,

Thanks for the link to the post on Clover&#039;s Test Optimization, very interesting. Lots of Hadoop&#039;s tests launch a new JVM for the mapper and reducer code, but this may not matter too much as Clover will still have a good idea of the tests that run a particular application class&#039;s code. This could be improved by changing the tests to run tasks in the same JVM, see https://issues.apache.org/jira/browse/HADOOP-3675.

Tom</description>
		<content:encoded><![CDATA[<p>Nick,</p>
<p>Thanks for the link to the post on Clover&#8217;s Test Optimization, very interesting. Lots of Hadoop&#8217;s tests launch a new JVM for the mapper and reducer code, but this may not matter too much as Clover will still have a good idea of the tests that run a particular application class&#8217;s code. This could be improved by changing the tests to run tasks in the same JVM, see <a href="https://issues.apache.org/jira/browse/HADOOP-3675" rel="nofollow">https://issues.apache.org/jira/browse/HADOOP-3675</a>.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Pellow</title>
		<link>http://www.cloudera.com/blog/2008/12/testing-hadoop/comment-page-1/#comment-25</link>
		<dc:creator>Nick Pellow</dc:creator>
		<pubDate>Wed, 17 Dec 2008 06:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.cloudera.com/blog/?p=159#comment-25</guid>
		<description>More information on how Clover&#039;s Test Optimization works can be found here: http://blogs.atlassian.com/developer/2008/11/stop_testing_so_much.html .

It will currently only work for tests that run in the same JVM as your application code.

Please don&#039;t hesitate to ask if you have any questions regarding Clover and/or Test Optimization. 

There should be plenty of room to optimize your current 3 hours of tests!

Cheers,
Nick Pellow
Atlassian - Clover.</description>
		<content:encoded><![CDATA[<p>More information on how Clover&#8217;s Test Optimization works can be found here: <a href="http://blogs.atlassian.com/developer/2008/11/stop_testing_so_much.html" rel="nofollow">http://blogs.atlassian.com/developer/2008/11/stop_testing_so_much.html</a> .</p>
<p>It will currently only work for tests that run in the same JVM as your application code.</p>
<p>Please don&#8217;t hesitate to ask if you have any questions regarding Clover and/or Test Optimization. </p>
<p>There should be plenty of room to optimize your current 3 hours of tests!</p>
<p>Cheers,<br />
Nick Pellow<br />
Atlassian &#8211; Clover.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

