Created
August 18, 2017 15:06
-
-
Save yahonda/7898ec69325dcb70c5e6efdc7f74d174 to your computer and use it in GitHub Desktop.
shuffle_fixtures - 5654 runs, 15575 assertions, 13 failures, 0 errors, 2 skips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ARCONN=postgresql bin/test | |
Using postgresql | |
Run options: --seed 22385 | |
# Running: | |
.......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.................................................S......................................................................F.......F.................................................................F..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F......................................................................................................................................................................................................................................................................................................................................................................F..........................F.................................................................................................................................................................................................................................................................................................................................................F.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................S...............................................F............................F......................................................................................................................................................................................................................................................................................................................F......................................................................................................................................................................................................................................................F..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................... | |
Finished in 268.138816s, 21.0861 runs/s, 58.0856 assertions/s. | |
1) Failure: | |
CalculationsTest#test_pluck_with_multiple_columns_and_selection_clause [/home/yahonda/git/rails/activerecord/test/cases/calculations_test.rb:703]: | |
--- expected | |
+++ actual | |
@@ -1 +1 @@ | |
-[[1, 50], [2, 50], [3, 50], [4, 60], [5, 55], [6, 53]] | |
+[[3, 50], [1, 50], [4, 60], [5, 55], [6, 53], [2, 50]] | |
2) Failure: | |
CalculationsTest#test_limit_should_apply_before_count_arel_attribute [/home/yahonda/git/rails/activerecord/test/cases/calculations_test.rb:174]: | |
Expected: 3 | |
Actual: 4 | |
3) Failure: | |
CalculationsTest#test_limit_should_apply_before_count [/home/yahonda/git/rails/activerecord/test/cases/calculations_test.rb:166]: | |
Expected: 3 | |
Actual: 4 | |
4) Failure: | |
PersistenceTest#test_update_all_doesnt_ignore_order [/home/yahonda/git/rails/activerecord/test/cases/persistence_test.rb:51]: | |
Expected false to be truthy. | |
5) Failure: | |
LeftOuterJoinAssociationTest#test_construct_finder_sql_applies_aliases_tables_on_association_conditions [/home/yahonda/git/rails/activerecord/test/cases/associations/left_outer_join_association_test.rb:16]: | |
--- expected | |
+++ actual | |
@@ -1 +1 @@ | |
-#<Author id: 1, name: "David", author_address_id: 1, author_address_extra_id: 2, organization_id: "No Such Agency", owned_essay_id: "A Modest Proposal"> | |
+#<Author id: 3, name: "Bob", author_address_id: 4, author_address_extra_id: nil, organization_id: nil, owned_essay_id: nil> | |
6) Failure: | |
FinderTest#test_take [/home/yahonda/git/rails/activerecord/test/cases/finder_test.rb:368]: | |
--- expected | |
+++ actual | |
@@ -1 +1 @@ | |
-#<Topic id: 1, title: "The First Topic", author_name: "David", author_email_address: "[email protected]", written_on: "2003-07-16 14:28:11", bonus_time: "2000-01-01 14:28:00", last_read: "2004-04-15", content: "Have a nice day", important: nil, approved: false, replies_count: 1, unique_replies_count: 0, parent_id: nil, parent_title: nil, type: nil, group: nil, created_at: "2017-08-18 14:30:11", updated_at: "2017-08-18 14:30:11"> | |
+#<Reply id: 2, title: "The Second Topic of the day", author_name: "Mary", author_email_address: nil, written_on: "2004-07-15 14:28:00", bonus_time: nil, last_read: nil, content: "Have a nice day", important: nil, approved: true, replies_count: 0, unique_replies_count: 0, parent_id: 1, parent_title: nil, type: "Reply", group: nil, created_at: "2017-08-18 14:30:11", updated_at: "2017-08-18 14:30:11"> | |
7) Failure: | |
FinderTest#test_find_by_ids_with_limit_and_offset [/home/yahonda/git/rails/activerecord/test/cases/finder_test.rb:292]: | |
Expected: "fixture_10" | |
Actual: "Jamis" | |
8) Failure: | |
DatabaseConnectedJsonEncodingTest#test_should_be_able_to_encode_relation [/home/yahonda/git/rails/activerecord/test/cases/json_serialization_test.rb:308]: | |
--- expected | |
+++ actual | |
@@ -1 +1 @@ | |
-"[{\"author\":{\"name\":\"David\"}},{\"author\":{\"name\":\"Mary\"}}]" | |
+"[{\"author\":{\"name\":\"Mary\"}},{\"author\":{\"name\":\"David\"}}]" | |
9) Failure: | |
HasManyAssociationsTest#test_depends_and_nullify [/home/yahonda/git/rails/activerecord/test/cases/associations/has_many_associations_test.rb:1622]: | |
--- expected | |
+++ actual | |
@@ -1 +1 @@ | |
-#<Account id: 3, firm_id: 6, firm_name: nil, credit_limit: 50> | |
+#<Account id: 5, firm_id: 6, firm_name: nil, credit_limit: 55> | |
10) Failure: | |
NestedThroughAssociationsTest#test_has_many_through_has_one_through_with_has_many_source_reflection_preload_via_joins [/home/yahonda/git/rails/activerecord/test/cases/associations/nested_through_associations_test.rb:200]: | |
--- expected | |
+++ actual | |
@@ -1 +1 @@ | |
-[#<Member id: 1, name: "Groucho Marx", member_type_id: 1>, #<Member id: 2, name: "Englebert Humperdink", member_type_id: 2>] | |
+[#<Member id: 2, name: "Englebert Humperdink", member_type_id: 2>, #<Member id: 1, name: "Groucho Marx", member_type_id: 1>] | |
11) Failure: | |
NestedThroughAssociationsTest#test_has_many_through_has_one_with_has_many_through_source_reflection_preload_via_joins [/home/yahonda/git/rails/activerecord/test/cases/associations/nested_through_associations_test.rb:168]: | |
--- expected | |
+++ actual | |
@@ -1 +1 @@ | |
-[#<Member id: 1, name: "Groucho Marx", member_type_id: 1>, #<Member id: 2, name: "Englebert Humperdink", member_type_id: 2>] | |
+[#<Member id: 2, name: "Englebert Humperdink", member_type_id: 2>, #<Member id: 1, name: "Groucho Marx", member_type_id: 1>] | |
12) Failure: | |
EachTest#test_in_batches_should_not_ignore_default_scope_without_order_statements [/home/yahonda/git/rails/activerecord/test/cases/batches_test.rb:444]: | |
Expected: [1, 5, 6] | |
Actual: [5, 6, 1] | |
13) Failure: | |
RelationTest#test_relation_join_method [/home/yahonda/git/rails/activerecord/test/cases/relations_test.rb:1870]: | |
--- expected | |
+++ actual | |
@@ -1 +1 @@ | |
-"Thank you for the welcome,Thank you again for the welcome" | |
+"Thank you again for the welcome,Thank you for the welcome" | |
5654 runs, 15575 assertions, 13 failures, 0 errors, 2 skips | |
You have skipped tests. Run with --verbose for details. | |
$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment