Displaying 3 results from an estimated 3 matches for "test_no_locks_no_wait".
2006 Jul 07
1
Rails AR/Oracle Unit Test: [4578] failed (but getting better)
...s find_every.first instead of find_initial since its primary key constraint obviates find_initial''s :limit => 1. References #5635.
------------------------------------------------------------------------
U activerecord/lib/active_record/base.rb
Updated to revision 4578.
1) Failure:
test_no_locks_no_wait(PessimisticLockingTest) [./test/locking_test.rb:114]:
<false> is not true.
907 tests, 3187 assertions, 1 failures, 0 errors
rake aborted!
Command failed with status (1): [/usr/pkg/ruby184/bin/ruby -Ilib:test:test/...]
(See full trace by running task with --trace)
2006 Nov 24
7
Anyone know whats going on with PostgreSQL async_exec errors?
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Anyone know what''s going on with ActiveRecord Edge and 1.2RC1 unit
tests. I get 13 failures from the "async_exec" method call. ie:
test_callback_rollback_in_save(ConcurrentTransactionTest):
ActiveRecord::StatementInvalid: NoMethodError: undefined method
`async_exec'' for #<PGconn:0xb75a8754>: SET
2008 Jan 16
0
[CruiseControl] RubyOnRails build 8649 failed
...ive_support/testing/setup_and_teardown.rb:117:in `send''
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:117:in `run_callbacks''
./test/../lib/../../activesupport/lib/active_support/testing/setup_and_teardown.rb:88:in `run''
Name: test_no_locks_no_wait(PessimisticLockingTest)
Type: Error
Message: ActiveRecord::StatementInvalid: PGError: ERROR: column "first_name" of relation "people" does not exist
: INSERT INTO "people" ("id", "first_name") VALUES (1, E''Michael'')
./test/.....