Displaying 3 results from an estimated 3 matches for "test_mysql".
2005 Nov 26
4
activerecord rake test_mysql
...activerecord\test\fixtures\db_definitions\mysql2.sql
on activerecord_unittest2
modified $RAILS_HOME/activerecord\test\connections\native_mysql/connect.rb
accordingly
I removed all my local changes, so I''m running with a pristine copy of
the current trunk.
cd $RAILS_HOME/activerecord
rake test_mysql
below I posted the output I received. Is this correct or should all tests pass?
Thanks,
Ben
(in C:/ruby/projects/rails/projects/myWardrobe/vendor/rails/activerecord)
Using native MySQL
Loaded suite c:/ruby/ruby-1.8.2-15/ruby/lib/ruby/gems/1.8/gems/rake-0.6.2/lib/rake/rake_test_loader
Started
.....
2010 Jun 11
5
Issues creating tables in mysql tests
...l> use activerecord_unittest2
Database changed
mysql> show tables;
Empty set (0.00 sec)
mysql>
Any ideas what''s going on?
Thanks.
--
J. Pablo Fernández <pupeno@pupeno.com> (http://pupeno.com)
PS: the whole output:
pupeno@lennon:~/Projects/rails/rails/activerecord$ rake test_mysql --trace
(in /Users/pupeno/Projects/rails/rails/activerecord)
** Invoke test_mysql (first_time)
** Execute test_mysql
/Users/pupeno/.rvm/rubies/ruby-1.8.7-p174/bin/ruby -w
-I"lib:test:test/connections/native_mysql"
"/Users/pupeno/.rvm/gems/ruby-1.8.7-p174@global/gems/rake-0.8.7/lib/ra...
2009 Mar 06
2
rake test:functionals -> Task not supported by ''
I have a Rails project in which I''ve been using "rake test" tasks with
great success. At some point (there were a few changes in the interim),
rake started aborting test tasks. Here is the dialog:
===
$ rake test:functionals
(in /Users/fritza/myproject)
rake aborted!
Task not supported by ''''
(See full trace by running task with --trace)
===
The separate