The Artima Developer Community
Sponsored Link

Ruby Buzz Forum
Firebrigade: automated, sandboxed testing of RubyGems packages by other developers

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Eigen Class

Posts: 358
Nickname: eigenclass
Registered: Oct, 2005

Eigenclass is a hardcore Ruby blog.
Firebrigade: automated, sandboxed testing of RubyGems packages by other developers Posted: Jan 31, 2007 9:41 AM
Reply to this message Reply

This post originated from an RSS feed registered with Ruby Buzz by Eigen Class.
Original Post: Firebrigade: automated, sandboxed testing of RubyGems packages by other developers
Feed Title: Eigenclass
Feed URL: http://feeds.feedburner.com/eigenclass
Feed Description: Ruby stuff --- trying to stay away from triviality.
Latest Ruby Buzz Posts
Latest Ruby Buzz Posts by Eigen Class
Latest Posts From Eigenclass

Advertisement

Firebrigade tests every gem ever made on every platform under the sun and summarizes the results, enabling developers to see how their packages perform on systems they don't have access to.

This is very good news; it's something many of us had been waiting for*1. If you haven't yet (chances are you haven't since there are only 5 registered users and I'm the first to have submitted a build report), go see firebrigade, take a look at the reports for your software, and submit some.

This is what firebrigade says about FastRI 0.3.0: fastri-report.png

firebrigade allows end-users to test packages by running their tests in a Tinderbox (a sandboxed RubyGems installation directory) and submit the results. So far, only one out of four gems "builds" correctly...

As a developer, firebrigade allows you to see how well your software works on other platforms. For instance, thanks to firebrigade I know that rcodetools' tests need some work.

Tinderbox isn't yet able to test gems with multiple installation candidates, so there are no build results for rcov, but I modified Tinderbox locally to allow it to operate on an existent sandbox created manually*2, and found an error in the Rakefile that breaks the automated, sandboxed testing.

Submitting build results

You can use tinderbox_gem_run to test packages automatically, but I wanted to give Firebrigade::API a try, and used it to submit a report for FastRI 0.3.0 under i686-linux/Ruby 1.8.5 2006-08-25:


Read more...

Read: Firebrigade: automated, sandboxed testing of RubyGems packages by other developers

Topic: Montastically cool Previous Topic   Next Topic Topic: Ruby on Rails: Calculate the number of working days between two dates

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use