Skip to content

Instantly share code, notes, and snippets.

@headius
Created November 7, 2017 17:50
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 headius/509a1e6c4a0ef9589aa96b9279f5be62 to your computer and use it in GitHub Desktop.
Save headius/509a1e6c4a0ef9589aa96b9279f5be62 to your computer and use it in GitHub Desktop.
1) Failure:
TransactionTest#test_rollback_when_thread_killed [/Users/headius/projects/rails/activerecord/test/cases/transactions_test.rb:546]:
First shouldn't have been approved
2) Failure:
ReflectionTest#test_read_attribute_names [/Users/headius/projects/rails/activerecord/test/cases/reflection_test.rb:44]:
--- expected
+++ actual
@@ -1 +1 @@
-["approved", "author_email_address", "author_name", "bonus_time", "content", "created_at", "group", "id", "important", "last_read", "parent_id", "parent_title", "replies_count", "title", "type", "unique_replies_count", "updated_at", "written_on"]
+["approved", "author_email_address", "author_name", "bonus_time", "content", "created_at", "group", "id", "important", "last_read", "parent_id", "parent_title", "replies_count", "title", "type", "unique_replies_count", "updated_at", "wibble", "written_on"]
3) Failure:
HasManyAssociationsTest#test_do_not_call_callbacks_for_delete_all [/Users/headius/projects/rails/activerecord/test/cases/associations/has_many_associations_test.rb:259]:
bulbs should have been deleted using :delete_all strategy.
Expected: 0
Actual: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment