Currently working with revision 3382 of the trunk, a decent number of the Postgres unit tests fail for me. Native Win32 (not Cygwin), postgres-pr 0.4.0, PostgreSQL 8.1 server. Attached is the test log. Are the ''polymorphic'' tests just not passing yet, or are these things I broke? Thanks, --Wilson. _______________________________________________ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core
On 1/5/06, Wilson Bilkovich <wilsonb@gmail.com> wrote:> Currently working with revision 3382 of the trunk, a decent number of > the Postgres unit tests fail for me. Native Win32 (not Cygwin), > postgres-pr 0.4.0, PostgreSQL 8.1 server. > > Attached is the test log. Are the ''polymorphic'' tests just not > passing yet, or are these things I broke? >Quick update; the only test that fails when running against the stable branch is: test_default(BasicsTest): NoMethodError: undefined method `strftime'' for nil:NilClass ./test/base_test.rb:790:in `test_default'' That''s the test method that has the database default column value set to ''now()'' in PostgreSQL. I didn''t think that feature worked? Isn''t that test always going to fail?
On Thu, Jan 05, 2006 at 07:06:20PM -0500, Wilson Bilkovich wrote:> Currently working with revision 3382 of the trunk, a decent number of > the Postgres unit tests fail for me. Native Win32 (not Cygwin), > postgres-pr 0.4.0, PostgreSQL 8.1 server. > > Attached is the test log. Are the ''polymorphic'' tests just not > passing yet, or are these things I broke?try: rake rebuild_postgresql_tables Then run the tests a few times marcel -- Marcel Molina Jr. <marcel@vernix.org>
On 1/5/06, Marcel Molina Jr. <marcel@vernix.org> wrote:> On Thu, Jan 05, 2006 at 07:06:20PM -0500, Wilson Bilkovich wrote: > > Currently working with revision 3382 of the trunk, a decent number of > > the Postgres unit tests fail for me. Native Win32 (not Cygwin), > > postgres-pr 0.4.0, PostgreSQL 8.1 server. > > > > Attached is the test log. Are the ''polymorphic'' tests just not > > passing yet, or are these things I broke? > > try: > > rake rebuild_postgresql_tables > > Then run the tests a few times >Did a rake rebuild_postgresql_databases, and I still get those same 13 errors. Hrm. Is that "test_default" thing passing for anyone else, with the postgres-pr pure Ruby adapter?