Skip to content

Commit b6ffb1a

Browse files
committed
temp: use a subset that sometimes fail
1 parent 7a6d540 commit b6ffb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- name: Test
9797
run: bundle exec rake test
9898
env:
99-
TESTOPTS: "--profile=5 --verbose"
99+
TESTOPTS: "--name='/test_disable_referential_integrity|test_0001_is equal with equal ivars|test_0002_is not equal with different ivars|test_.derive_from_instantiates_a_key_with_its_secret_derived_from_the_passed_password|test_A_key_can_store_a_secret_and_public_tags|test_relation_merging_with_locks|test_merge_between_clause|test_merging_reorders_bind_params|test_relation_to_sql|test_merging_with_from_clause_on_different_class|test_merge_in_clause|test_merging_with_from_clause|test_merge_collapses_wheres_from_the_LHS_only|test_relation_merging_with_joins|test_merging_annotations_respects_merge_order|test_relation_merging_with_arel_equalities_keeps_last_equality_with_non_attribute_left_hand|test_merging_duplicated_annotations|test_merge_not_in_clause|test_merging_with_order_without_binds|test_merging_with_order_with_binds|test_relation_merging_with_arel_equalities_keeps_last_equality|test_merge_not_range_clause|test_relation_merging_with_preload|test_relation_merging_with_eager_load|test_merge_or_clause|test_relation_merging_with_left_outer_joins|test_relation_merging|test_merging_compares_symbols_and_strings_as_equal|test_merge_doesnt_duplicate_same_clauses|test_relation_merging_with_skip_query_cache|test_relation_merging_with_association|test_options_are_not_validated|test_datetime_doesnt_set_precision_on_change_column|test_datetime_doesnt_set_precision_on_create_table|test_datetime_doesnt_set_precision_on_change_table|test_or_returns_an_empty_where_clause_when_either_side_is_empty|test_invert_wraps_the_ast_inside_a_NAND_node|test_._combines_two_where_clauses|test_an_empty_where_clause_is_the_identity_value_for_.|test_or_joins_the_two_clauses_using_OR|test_._is_associative._but_not_commutative|test_merge_allows_for_columns_with_the_same_name_from_different_tables|test_except_jumps_over_unhandled_binds_.like_with_OR._correctly|test_merge_keeps_the_right_side._when_two_equality_clauses_reference_the_same_column|test_invert_cannot_handle_nil|test_ast_groups_its_predicates_with_AND|test_merge_removes_bind_parameters_matching_overlapping_equality_clauses|test_ast_removes_any_empty_strings|test_or_will_use_only_common_conditions_if_one_side_only_has_common_conditions|test_merge_combines_two_where_clauses|test_or_can_detect_identical_or_as_being_a_common_condition|test_ast_wraps_any_SQL_literals_in_parenthesis|test_supports_hash_equality|test_merge_with_or.and_correctly_handles_SQL_literals_and_attributes|test_except_removes_binary_predicates_referencing_a_given_column|test_a_clause_knows_if_it_is_empty|test_or_places_common_conditions_before_the_OR|test_raises_ForbiddenClass_when_trying_to_serialize_other_data_types|test_detects_random_data_and_raises_a_decryption_error|test_raises_a_TypeError_when_trying_to_deserialize_other_data_types|test_serializes_messages_with_nested_messages_in_their_headers|test_detects_random_JSON_hashes_and_raises_a_decryption_error|test_raises_Decryption_when_trying_to_parse_message_with_more_than_one_nested_message|test_serializes_messages|test_should_update_children_when_association_redefined_in_subclass|test_0003_can handle subqueries|test_0001_should know how to visit|test_0002_can handle case insensitive|test_should_not_add_the_same_callbacks_multiple_times_for_belongs_to|test_cyclic_autosaves_do_not_add_multiple_validations|test_autosave_has_one_association_callbacks_get_called_once|test_autosave_collection_association_callbacks_get_called_once|test_should_not_add_the_same_callbacks_multiple_times_for_has_and_belongs_to_many|test_autosave_works_even_when_other_callbacks_update_the_parent_model|test_autosave_belongs_to_association_callbacks_get_called_once|test_should_not_add_the_same_callbacks_multiple_times_for_has_one|test_should_not_add_the_same_callbacks_multiple_times_for_has_many|test_autosave_does_not_pass_through_non_custom_validation_contexts|test_where_with_blank_conditions|test_where_with_tuple_syntax|test_where_with_relation_on_has_many_association|test_belongs_to_nil_where|test_where_with_float_for_string_column|test_where_on_association_with_custom_primary_key_with_array_of_base|test_decorated_polymorphic_where|test_where_with_tuple_syntax_with_incorrect_arity|test_where_not_polymorphic_id_and_type_as_nand|test_where_copies_bind_params|test_where_error|test_where_with_through_association|test_rewhere_on_root|test_where_on_association_with_custom_primary_key|test_polymorphic_sti_nested_where|test_where_with_integer_for_binary_column|test_where_with_emoji_for_binary_column|test_type_cast_is_not_evaluated_at_relation_build_time|test_belongs_to_array_value_where|test_where_with_large_number|test_where_with_table_name_and_empty_array|test_polymorphic_sti_shallow_where|test_where_not_polymorphic_association|test_where_with_integer_for_string_column|test_where_with_decimal_for_string_column|test_where_with_rational_for_string_column|test_where_with_unsupported_arguments|test_where_with_empty_hash_and_no_foreign_key|test_to_sql_with_large_number|test_polymorphic_nested_array_where|test_aliased_attribute|test_where_with_duration_for_string_column|test_where_copies_arel_bind_params|test_where_on_association_with_custom_primary_key_with_array_of_ids|test_belongs_to_nested_where|test_belongs_to_nested_relation_where|test_polymorphic_array_where_multiple_types|test_where_with_tuple_syntax_and_regular_syntax_combined|test_where_not_association_as_nand|test_polymorphic_nested_where|test_polymorphic_nested_array_where_not|test_where_on_association_with_select_relation|test_where_on_association_with_custom_primary_key_with_relation|test_where_with_strong_parameters|test_where_with_table_name|test_where_on_association_with_collection_polymorphic_relation|test_nested_conditional_on_enum|test_belongs_to_nested_where_with_relation|test_polymorphic_nested_relation_where|test_where_with_invalid_value|test_type_casting_nested_joins|test_where_with_boolean_for_string_column|test_where_with_tuple_syntax_on_composite_models|test_where_with_table_name_and_empty_hash|test_belongs_to_shallow_where|test_where_with_nil_cpk_association|test_polymorphic_shallow_where|test_invert_where|test_where_on_association_with_relation_performs_subselect_not_two_queries|test_where_copies_bind_params_in_the_right_order|test_where_with_relation_on_has_one_association|test_with_tuple_syntax_and_large_values_list|test_associated_with_enum_ordered|test_missing_ordered_merged_joined_with_scope_on_association|test_rewhere_with_nil|test_not_eq_with_succeeding_where|test_not_eq_with_preceding_where|test_rewhere_with_alias_condition|test_missing_unscoped_merged_joined_with_scope_on_association|test_association_not_eq|test_associated_with_enum_unscoped|test_associated_unscoped_merged_joined_with_scope_on_association|test_associated_with_add_joins_before|test_rewhere_with_infinite_upper_bound_range|test_missing_with_multiple_association|test_associated_ordered_merged_joined_with_scope_on_association|test_associated_with_invalid_association_name|test_missing_with_composite_primary_key|test_missing_unscoped_merged_joined_extended_early_with_scope_on_association|test_not_with_nil|test_missing_unscoped_merged_with_scope_on_association|test_associated_with_multiple_associations|test_associated_with_child_association|test_missing_with_enum|test_missing_with_child_association|test_missing_merged_with_scope_on_association|test_associated_merged_with_scope_on_association|test_associated_unscoped_merged_joined_extended_early_with_scope_on_association|test_rewhere_with_polymorphic_association|test_not_inverts_where_clause|test_associated_ordered_merged_with_scope_on_association|test_associated_with_association|test_missing_with_enum_unscoped|test_rewhere_with_range|test_missing_unscoped_merged_joined_extended_late_with_scope_on_association|test_associated_with_enum_extended_early|test_associated_with_composite_primary_key|test_missing_with_enum_ordered|test_missing_with_enum_extended_early|test_rewhere_with_infinite_lower_bound_range|test_rewhere_with_infinite_range|test_missing_with_association|test_associated_with_add_left_outer_joins_before|test_associated_unscoped_merged_joined_extended_late_with_scope_on_association|test_associated_with_enum|test_chaining_multiple|test_missing_with_invalid_association_name|test_rewhere_with_one_overwriting_condition_and_one_unrelated|test_rewhere_with_nested_condition|test_associated_unscoped_merged_with_scope_on_association|test_rewhere_with_multiple_overwriting_conditions|test_associated_with_enum_extended_late|test_associated_with_add_left_joins_before|test_missing_with_enum_extended_late|test_missing_ordered_merged_with_scope_on_association|test_rewhere_with_one_condition|test_create_fixtures|test_bulk_insert_with_a_multi_statement_query_raises_an_exception_when_any_insert_fails|test_create_symbol_fixtures|test_multiple_clean_fixtures|test_auto_value_on_primary_key|test_clean_fixtures|test_inserts_with_pre_and_suffix|test_increment_counter_updates_custom_lock_version|test_destroy_existing_object_with_locking_column_value_null_in_the_database|test_decrement_counter_updates_lock_version|test_increment_counter_updates_lock_version|test_destroy_stale_object|test_update_counters_updates_custom_lock_version|test_update_counters_updates_lock_version|test_decrement_counter_updates_custom_lock_version|test_destroy_dependents|test_0001_handles limit properly|test_keeping_default_and_notnull_constraints_on_change|test_change_column_null|test_drop_table_if_exists|test_create_table_with_limits|test_truncate_with_query_cache|test_create_with_query_cache/'"
100100
# TRACE_LIB: "on"
101101
# AR_LOG: "on"
102102
RAILS_MINITEST_PLUGIN: "1" # Make sure that we use the minitest plugin for profiling.

0 commit comments

Comments
 (0)