You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Clark (JIRA)" <ji...@apache.org> on 2009/02/03 19:59:59 UTC

[jira] Commented: (THRIFT-175) Specs in Ruby library should be run during make check

    [ https://issues.apache.org/jira/browse/THRIFT-175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670059#action_12670059 ] 

Kevin Clark commented on THRIFT-175:
------------------------------------

I believe the fixture data is being regenerated every time at this point, but the specs still need to be hooked up to make check.

The issue here was that the specs use rspec, which isn't in a default ruby install, so non-ruby devs wouldn't be able to run the test. The specs were intended to be for the library, while the tests (using Test::Unit) would be for the code generation.

I'm not entirely sure how this should be handled.

> Specs in Ruby library should be run during make check
> -----------------------------------------------------
>
>                 Key: THRIFT-175
>                 URL: https://issues.apache.org/jira/browse/THRIFT-175
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Ruby)
>            Reporter: Kevin Clark
>             Fix For: 0.1
>
>
> We should also make sure that fixtures data is being regenerated _every_ time. There's a Rake task for it, but it looks like it only runs if used explicitly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.