<?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 for lucasjosh.com</title>
	<atom:link href="http://lucasjosh.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucasjosh.com/blog</link>
	<description></description>
	<lastBuildDate>Fri, 07 Jan 2011 13:34:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Testing with Redis by ehcache.net</title>
		<link>http://lucasjosh.com/blog/2009/03/18/testing-with-redis/comment-page-1/#comment-781</link>
		<dc:creator>ehcache.net</dc:creator>
		<pubDate>Fri, 07 Jan 2011 13:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=265#comment-781</guid>
		<description>&lt;strong&gt;Testing with Redis...&lt;/strong&gt;

On the side, I’ve been working on a new aggregator, Aggir, which allows me to test various things. I started off using SQLite and Sequel for storage, put Solr behind the scenes for search and added a very simple Web UI using Sinatra and HAML. Yeah, I t...</description>
		<content:encoded><![CDATA[<p><strong>Testing with Redis&#8230;</strong></p>
<p>On the side, I’ve been working on a new aggregator, Aggir, which allows me to test various things. I started off using SQLite and Sequel for storage, put Solr behind the scenes for search and added a very simple Web UI using Sinatra and HAML. Yeah, I t&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on My Themeword for 2010: (RE)BUILD by Tara Hunt</title>
		<link>http://lucasjosh.com/blog/2010/01/02/my-themeword-for-2010-rebuild/comment-page-1/#comment-756</link>
		<dc:creator>Tara Hunt</dc:creator>
		<pubDate>Sat, 02 Jan 2010 17:56:28 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=276#comment-756</guid>
		<description>That&#039;s awesome! Good luck and here is to a much more positive 2010!! Go rebuild! :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s awesome! Good luck and here is to a much more positive 2010!! Go rebuild! <img src='http://lucasjosh.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Solr&#8217;s AbstractSolrTestCase by josh</title>
		<link>http://lucasjosh.com/blog/2009/06/28/using-solrs-abstractsolrtestcase/comment-page-1/#comment-736</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Tue, 30 Jun 2009 07:10:46 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=270#comment-736</guid>
		<description>Hoss -

Thanks for the comment!  I can totally see that I&#039;m not necessarily using the test case in its most pure form but the good news is that it is helping our developers write more tests and that&#039;s definitely a good thing!

I&#039;ll take a look at the code and see if I can produce a patch that&#039;ll work.  

Thanks again!</description>
		<content:encoded><![CDATA[<p>Hoss -</p>
<p>Thanks for the comment!  I can totally see that I&#8217;m not necessarily using the test case in its most pure form but the good news is that it is helping our developers write more tests and that&#8217;s definitely a good thing!</p>
<p>I&#8217;ll take a look at the code and see if I can produce a patch that&#8217;ll work.  </p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Using Solr&#8217;s AbstractSolrTestCase by Hoss</title>
		<link>http://lucasjosh.com/blog/2009/06/28/using-solrs-abstractsolrtestcase/comment-page-1/#comment-735</link>
		<dc:creator>Hoss</dc:creator>
		<pubDate>Tue, 30 Jun 2009 06:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=270#comment-735</guid>
		<description>The abstract test case was really designed to be a base for *Solr* tests, or Solr plugins -- hence the purity of a clean data dir before every test is run.  As you say: mocking is definitely the way to go if you want to test the interaction of external systems with Solr (no need to even have Solr running, let alone running inside the actual test case, or with a particular index.)

That said: a patch to refactor a new &quot;getDataDir()&quot; method out of setUp so that subclasses could override should be fairly trivial if you&#039;d like to submit one.  I don&#039;t have the code in front of me, but I think it would even be fairly easy to make it so that if a subclass overrides getDataDir() to return null, then the dataDir from the solrconfig.xml file will be used (just like in a production instance)</description>
		<content:encoded><![CDATA[<p>The abstract test case was really designed to be a base for *Solr* tests, or Solr plugins &#8212; hence the purity of a clean data dir before every test is run.  As you say: mocking is definitely the way to go if you want to test the interaction of external systems with Solr (no need to even have Solr running, let alone running inside the actual test case, or with a particular index.)</p>
<p>That said: a patch to refactor a new &#8220;getDataDir()&#8221; method out of setUp so that subclasses could override should be fairly trivial if you&#8217;d like to submit one.  I don&#8217;t have the code in front of me, but I think it would even be fairly easy to make it so that if a subclass overrides getDataDir() to return null, then the dataDir from the solrconfig.xml file will be used (just like in a production instance)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing with Redis by josh</title>
		<link>http://lucasjosh.com/blog/2009/03/18/testing-with-redis/comment-page-1/#comment-719</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Wed, 18 Mar 2009 19:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=265#comment-719</guid>
		<description>Thanks for that, Ezra!  I do admit that I didn&#039;t look really far so I&#039;ll give that a try and it will probably make things much cleaner.

Really appreciate the work you&#039;ve done on the client library.  It&#039;s made things so easy.</description>
		<content:encoded><![CDATA[<p>Thanks for that, Ezra!  I do admit that I didn&#8217;t look really far so I&#8217;ll give that a try and it will probably make things much cleaner.</p>
<p>Really appreciate the work you&#8217;ve done on the client library.  It&#8217;s made things so easy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Testing with Redis by Ezra</title>
		<link>http://lucasjosh.com/blog/2009/03/18/testing-with-redis/comment-page-1/#comment-718</link>
		<dc:creator>Ezra</dc:creator>
		<pubDate>Wed, 18 Mar 2009 19:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=265#comment-718</guid>
		<description>Redis has built in support for multipel databases. So just use the redis.select(5)  api to select a different db then your main one which defaults to 0. See the specs in redis-rb for how I do this to run the specs on db 15. Redis is default compiled with support for 15 database with numeric indexes and you just select which db to use.</description>
		<content:encoded><![CDATA[<p>Redis has built in support for multipel databases. So just use the redis.select(5)  api to select a different db then your main one which defaults to 0. See the specs in redis-rb for how I do this to run the specs on db 15. Redis is default compiled with support for 15 database with numeric indexes and you just select which db to use.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EarthLink, Short Term Profit but Long Term? by josh</title>
		<link>http://lucasjosh.com/blog/2009/02/06/earthlink-short-term-profit-but-long-term/comment-page-1/#comment-711</link>
		<dc:creator>josh</dc:creator>
		<pubDate>Mon, 16 Feb 2009 15:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=260#comment-711</guid>
		<description>Wow, Ben, I might need to setup a &#039;drunk commenting&#039; module with extra preview functionality.

At any rate, I think dial-up dies in about 2 years.  There might be some stragglers but overall the majority of customers leave for broadband.

I think the bailout money + the digital transition is going to do it.</description>
		<content:encoded><![CDATA[<p>Wow, Ben, I might need to setup a &#8216;drunk commenting&#8217; module with extra preview functionality.</p>
<p>At any rate, I think dial-up dies in about 2 years.  There might be some stragglers but overall the majority of customers leave for broadband.</p>
<p>I think the bailout money + the digital transition is going to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EarthLink, Short Term Profit but Long Term? by Ben Welsh</title>
		<link>http://lucasjosh.com/blog/2009/02/06/earthlink-short-term-profit-but-long-term/comment-page-1/#comment-710</link>
		<dc:creator>Ben Welsh</dc:creator>
		<pubDate>Mon, 16 Feb 2009 06:05:26 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=260#comment-710</guid>
		<description>Wait. Is it overwriting my previous comments. Jeebus, this is going poorly.</description>
		<content:encoded><![CDATA[<p>Wait. Is it overwriting my previous comments. Jeebus, this is going poorly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EarthLink, Short Term Profit but Long Term? by Ben Welsh</title>
		<link>http://lucasjosh.com/blog/2009/02/06/earthlink-short-term-profit-but-long-term/comment-page-1/#comment-709</link>
		<dc:creator>Ben Welsh</dc:creator>
		<pubDate>Mon, 16 Feb 2009 06:05:02 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=260#comment-709</guid>
		<description>Err. I accidentally typed your name in the name box. I have no idea why. Can I blame alcohol?</description>
		<content:encoded><![CDATA[<p>Err. I accidentally typed your name in the name box. I have no idea why. Can I blame alcohol?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on EarthLink, Short Term Profit but Long Term? by Josh Lucas</title>
		<link>http://lucasjosh.com/blog/2009/02/06/earthlink-short-term-profit-but-long-term/comment-page-1/#comment-708</link>
		<dc:creator>Josh Lucas</dc:creator>
		<pubDate>Mon, 16 Feb 2009 06:04:35 +0000</pubDate>
		<guid isPermaLink="false">http://lucasjosh.com/blog/?p=260#comment-708</guid>
		<description>How long do you think dialup is going to continue as a viable business? And I wonder if all the money the government is about to pour into such things will affect their market. My parents in rural Iowa, who had never had a cable line as an option, as just getting one back on their gravel road. Translation: Goodbye dial up Internet.</description>
		<content:encoded><![CDATA[<p>How long do you think dialup is going to continue as a viable business? And I wonder if all the money the government is about to pour into such things will affect their market. My parents in rural Iowa, who had never had a cable line as an option, as just getting one back on their gravel road. Translation: Goodbye dial up Internet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

