Skip to content

Instantly share code, notes, and snippets.

@markiz
Created February 3, 2012 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save markiz/1731114 to your computer and use it in GitHub Desktop.
Save markiz/1731114 to your computer and use it in GitHub Desktop.
sequel % rake spec_mysql
/Users/mark/.rvm/gems/ruby-1.9.3-p0@global/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use RbConfig instead of obsolete and deprecated Config.
(in /Users/mark/Code/OpenSource/sequel)
/Users/mark/.rvm/rubies/ruby-1.9.3-p0/bin/ruby -S rspec spec/adapters/mysql_spec.rb spec/integration/associations_test.rb spec/integration/database_test.rb spec/integration/dataset_test.rb spec/integration/eager_loader_test.rb spec/integration/migrator_test.rb spec/integration/model_test.rb spec/integration/plugin_test.rb spec/integration/prepared_statement_test.rb spec/integration/schema_test.rb spec/integration/timezone_test.rb spec/integration/transaction_test.rb spec/integration/type_test.rb
..........................................................................................................................................................................................*...................................*F
Pending:
Simple Dataset operations should have update return the number of matched rows
# Not yet working on mysql2
# ./spec/integration/spec_helper.rb:71
Sequel::SQL::Constants should have working CURRENT_TIME
# Not yet working on mysql2
# ./spec/integration/spec_helper.rb:71
Failures:
1) Sequel::SQL::Constants should have working CURRENT_TIMESTAMP
Failure/Error: Unable to find matching line from backtrace
expected 3601.191464 to be within 2 of 0
# ./spec/integration/dataset_test.rb:675:in `block (2 levels) in <top (required)>'
Finished in 25.72 seconds
224 examples, 1 failure, 2 pending
Failed examples:
rspec ./spec/integration/spec_helper.rb:73 # Sequel::SQL::Constants should have working CURRENT_TIMESTAMP
rake aborted!
/Users/mark/.rvm/rubies/ruby-1.9.3-p0/bin/ruby -S rspec spec/adapters/mysql_spec.rb spec/integration/associations_test.rb spec/integration/database_test.rb spec/integration/dataset_test.rb spec/integration/eager_loader_test.rb spec/integration/migrator_test.rb spec/integration/model_test.rb spec/integration/plugin_test.rb spec/integration/prepared_statement_test.rb spec/integration/schema_test.rb spec/integration/timezone_test.rb spec/integration/transaction_test.rb spec/integration/type_test.rb failed
(See full trace by running task with --trace)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment