Hi Alex,

Great work on CC.rb. Lovely stuff!

> A bit of nagging about tests. I still cannot include the following things in
> the continuous integration loop, because their tests do not pass:
>
> * AR with SQLite
> * AR with SQLite3

The patch I submitted with ticket #7981 [1] reduces the number of
failures and errors of these AR tests by half. I'll be submitting
patches to fix the remaining handful of failures within a week or two,
so you should be able to hook them up fairly soon.

> * ActiveSupport
> * ActiveRecord with MySQL 5
> * ActiveRecord with Postgres 8
> * ActiveResource
> * ActionPack
> * ActionMailer

I wonder -- when I run the current ActiveRecord test suite on MySQL 5
or PostgreSQL 8 locally on an freshly initialized database, I get two
(three?) failures on each of them. The same patch fixes these
failures, but I've been wondering why this wasn't picked up on the CI
build.

The patch simply includes two fixtures that were missing, and so I've
been musing that the CI build isn't picking up the failures because
those fixtures are still lingering in the CI databases from earlier
revisions. It's either that or I've got an issue on my end.

Can anyone confirm if it's the CI build or just me?

- Roderick

[1] http://dev.rubyonrails.org/ticket/7981


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to