Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

roachtest: django failed #51051

Closed
cockroach-teamcity opened this issue Jul 7, 2020 · 3 comments · Fixed by #51299
Closed

roachtest: django failed #51051

cockroach-teamcity opened this issue Jul 7, 2020 · 3 comments · Fixed by #51299
Assignees
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Milestone

Comments

@cockroach-teamcity
Copy link
Member

(roachtest).django failed on master@9304ecd70e9f3ba4cb16b5443a10b4e17d7baee0:

		--- FAIL: aggregation.test_filter_argument.FilteredAggregateTests.test_filtered_numerical_aggregates (unexpected)
		--- FAIL: introspection.tests.IntrospectionTests.test_get_table_description_col_lengths (unexpected)
		--- FAIL: syndication_tests.tests.SyndicationFeedTest.test_rss2_feed (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_primary_key (unexpected)
		--- FAIL: expressions.tests.ExpressionOperatorTests.test_right_hand_division (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_text_field_to_datetime_field (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_check_constraints (unexpected)
		--- FAIL: queries.test_explain.ExplainTests.test_unknown_format (unexpected)
		--- FAIL: queries.test_bulk_update.BulkUpdateNoteTests.test_multiple_fields (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_int_pk_to_int_unique (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_alter_field_pk_fk (unexpected)
		--- FAIL: introspection.tests.IntrospectionTests.test_table_names_with_views (unexpected)
		--- FAIL: expressions_case.tests.CaseExpressionTests.test_update_fk (unexpected)
		--- FAIL: syndication_tests.tests.SyndicationFeedTest.test_latest_post_date (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_disable_constraint_checks_manually (unexpected)
		--- FAIL: aggregation_regress.tests.AggregationTests.test_more_more_more (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter (unexpected)
		--- FAIL: annotations.tests.NonAggregateAnnotationTestCase.test_mixed_type_annotation_numbers (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_auto_field_to_char_field (unexpected)
		--- FAIL: queries.tests.RelatedLookupTypeTests.test_values_queryset_lookup (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_rename (unexpected)
		--- FAIL: queries.tests.NullInExcludeTest.test_col_not_in_list_containing_null (unexpected)
		--- FAIL: db_functions.math.test_power.PowerTests.test_integer (unexpected)
		--- FAIL: #16536/#17676.Introspection of column names consist/start with digits (unexpected)
		--- FAIL: admin_filters.tests.ListFiltersTests.test_simplelistfilter_with_queryset_based_lookups (unexpected)
		--- FAIL: aggregation.tests.AggregateTestCase.test_expression_on_aggregation (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_text_field_to_date_field (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_m2m_rename_field_in_target_model (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_smallint_pk_to_smallautofield_pk (unexpected)
		--- FAIL: queries.tests.SubqueryTests.test_slice_subquery_and_query (unexpected)
		--- FAIL: model_options.test_tablespaces.TablespacesTests.test_tablespace_for_many_to_many_field (unexpected)
		--- FAIL: generic_relations_regress.tests.GenericRelationTests.test_annotate (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_not_unique_field_to_primary_key (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_textual_field_keep_null_status (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_rename_field_reloads_state_on_fk_target_changes (unexpected)
		--- FAIL: aggregation_regress.tests.AggregationTests.test_ticket_11293 (unexpected)
		--- FAIL: queries.test_bulk_update.BulkUpdateTests.test_inherited_fields (unexpected)
		--- FAIL: aggregation.tests.AggregateTestCase.test_add_implementation (unexpected)
		--- FAIL: expressions.tests.FTimeDeltaTests.test_datetime_subtraction_microseconds (unexpected)
		--- FAIL: syndication_tests.tests.SyndicationFeedTest.test_rss091_feed (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_disable_constraint_checks_context_manager (unexpected)
		--- FAIL: queries.tests.Ticket14056Tests.test_ticket_14056 (unexpected)
		--- FAIL: auth_tests.test_views.UUIDUserTests.test_admin_password_change (unexpected)
		--- FAIL: queries.tests.ExcludeTest17600.test_only_orders_with_all_items_having_status_1 (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_char_field_with_db_index_to_fk (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_text_field_to_time_field (unexpected)
		--- FAIL: db_functions.text.test_sha384.SHA384Tests.test_basic (unexpected)
		For a full summary look at the django artifacts 
		
		An updated blocklist (djangoBlocklist20_2) is available in the artifacts' django log

More

Artifacts: /django
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity cockroach-teamcity added branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked. labels Jul 7, 2020
@cockroach-teamcity cockroach-teamcity added this to the 20.2 milestone Jul 7, 2020
@cockroach-teamcity
Copy link
Member Author

(roachtest).django failed on master@e3fb5aa18d0f5064f7ba5d4df3864e94b3abb96d:

		--- FAIL: model_inheritance_regress.tests.ModelInheritanceTest.test_inheritance_values_joins (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_autofield_pk_to_smallautofield_pk_sequence_owner (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_alter_field_reloads_state_on_fk_target_changes (unexpected)
		--- FAIL: introspection.tests.IntrospectionTests.test_get_table_description_types (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_alter_fk_non_fk (unexpected)
		--- FAIL: annotations.tests.NonAggregateAnnotationTestCase.test_mixed_type_annotation_numbers (unexpected)
		--- FAIL: db_functions.text.test_sha384.SHA384Tests.test_basic (unexpected)
		--- FAIL: queries.tests.SubqueryTests.test_slice_subquery_and_query (unexpected)
		--- FAIL: aggregation_regress.tests.AggregationTests.test_more_more_more (unexpected)
		--- FAIL: queries.tests.NullInExcludeTest.test_col_not_in_list_containing_null (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_numeric_field_keep_null_status (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_not_unique_field_to_primary_key (unexpected)
		--- FAIL: introspection.tests.IntrospectionTests.test_get_table_description_col_lengths (unexpected)
		--- FAIL: db_functions.text.test_sha384.SHA384Tests.test_transform (unexpected)
		--- FAIL: aggregation.tests.AggregateTestCase.test_combine_different_types (unexpected)
		--- FAIL: migrations.test_executor.ExecutorTests.test_alter_id_type_with_fk (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_text_field_to_date_field (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_alter_order_with_respect_to (unexpected)
		--- FAIL: many_to_one.tests.ManyToOneTests.test_fk_to_smallautofield (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_text_field_with_db_index_to_fk (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_add_field_temp_default (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_char_field_with_db_index_to_fk (unexpected)
		--- FAIL: model_options.test_tablespaces.TablespacesTests.test_tablespace_for_many_to_many_field (unexpected)
		--- FAIL: aggregation.test_filter_argument.FilteredAggregateTests.test_filtered_numerical_aggregates (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter (unexpected)
		--- FAIL: #16536/#17676.Introspection of column names consist/start with digits (unexpected)
		--- FAIL: aggregation.tests.AggregateTestCase.test_expression_on_aggregation (unexpected)
		--- FAIL: db_functions.math.test_power.PowerTests.test_integer (unexpected)
		--- FAIL: aggregation_regress.tests.AggregationTests.test_ticket_11293 (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_auto_field_to_char_field (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_m2m_rename_field_in_target_model (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_alter_field_reloads_state_on_fk_with_to_field_target_type_change (unexpected)
		--- FAIL: admin_filters.tests.ListFiltersTests.test_simplelistfilter_with_queryset_based_lookups (unexpected)
		--- FAIL: generic_relations_regress.tests.GenericRelationTests.test_annotate (unexpected)
		--- FAIL: queries.tests.ExcludeTest17600.test_only_orders_with_all_items_having_status_1 (unexpected)
		--- FAIL: introspection.tests.IntrospectionTests.test_table_names_with_views (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_disable_constraint_checks_manually (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_disable_constraint_checks_context_manager (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_check_constraints (unexpected)
		--- FAIL: expressions.tests.ExpressionOperatorTests.test_lefthand_division (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_text_field_to_time_field (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_rename_field_reloads_state_on_fk_target_changes (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_textual_field_keep_null_status (unexpected)
		--- FAIL: syndication_tests.tests.SyndicationFeedTest.test_template_feed (unexpected)
		--- FAIL: queries.test_bulk_update.BulkUpdateNoteTests.test_multiple_fields (unexpected)
		--- FAIL: aggregation_regress.tests.AggregationTests.test_stddev (unexpected)
		--- FAIL: syndication_tests.tests.SyndicationFeedTest.test_latest_post_date (unexpected)
		For a full summary look at the django artifacts 
		
		An updated blocklist (djangoBlocklist20_2) is available in the artifacts' django log

More

Artifacts: /django
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).django failed on master@1b5d070c93375d3e14c146241e8bafde349529bd:

		--- FAIL: ordering.tests.OrderingTests.test_order_by_fk_attname (unexpected)
		--- FAIL: model_options.test_tablespaces.TablespacesTests.test_tablespace_for_many_to_many_field (unexpected)
		--- FAIL: introspection.tests.IntrospectionTests.test_get_table_description_types (unexpected)
		--- FAIL: syndication_tests.tests.SyndicationFeedTest.test_rss2_feed (unexpected)
		--- FAIL: queries.test_bulk_update.BulkUpdateTests.test_inherited_fields (unexpected)
		--- FAIL: db_functions.text.test_sha224.SHA224Tests.test_transform (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_add_field_temp_default (unexpected)
		--- FAIL: generic_relations_regress.tests.GenericRelationTests.test_annotate (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_char_field_with_db_index_to_fk (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_text_field_to_time_field (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_alter_order_with_respect_to (unexpected)
		--- FAIL: introspection.tests.IntrospectionTests.test_table_names_with_views (unexpected)
		--- FAIL: queries.tests.SubqueryTests.test_slice_subquery_and_query (unexpected)
		--- FAIL: aggregation_regress.tests.AggregationTests.test_ticket_11293 (unexpected)
		--- FAIL: db_functions.text.test_sha384.SHA384Tests.test_transform (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_db_table (unexpected)
		--- FAIL: many_to_one.tests.ManyToOneTests.test_fk_to_smallautofield (unexpected)
		--- FAIL: expressions.tests.ExpressionOperatorTests.test_lefthand_division (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_smallint_pk_to_smallautofield_pk (unexpected)
		--- FAIL: migrations.test_executor.ExecutorTests.test_alter_id_type_with_fk (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_text_field_with_db_index_to_fk (unexpected)
		--- FAIL: db_functions.math.test_power.PowerTests.test_integer (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_int_pk_to_int_unique (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_disable_constraint_checks_manually (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_alter_fk_non_fk (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_check_constraints (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_textual_field_keep_null_status (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_not_unique_field_to_primary_key (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_numeric_field_keep_null_status (unexpected)
		--- FAIL: db_functions.text.test_sha384.SHA384Tests.test_basic (unexpected)
		--- FAIL: queries.test_explain.ExplainTests.test_unknown_format (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_alter_field_pk_fk (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_autofield_pk_to_smallautofield_pk_sequence_owner (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_auto_field_to_char_field (unexpected)
		--- FAIL: timezones.tests.LegacyDatabaseTests.test_cursor_execute_accepts_naive_datetime (unexpected)
		--- FAIL: expressions.tests.ExpressionOperatorTests.test_right_hand_division (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_text_field_to_datetime_field (unexpected)
		--- FAIL: ordering.tests.OrderingTests.test_order_by_pk (unexpected)
		--- FAIL: defer_regress.tests.DeferRegressionTest.test_ticket_23270 (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_rename_field_reloads_state_on_fk_target_changes (unexpected)
		--- FAIL: queries.test_bulk_update.BulkUpdateNoteTests.test_multiple_fields (unexpected)
		--- FAIL: auth_tests.test_views.UUIDUserTests.test_admin_password_change (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_alter_field_reloads_state_on_fk_with_to_field_related_name_target_type_change (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_disable_constraint_checks_context_manager (unexpected)
		--- FAIL: introspection.tests.IntrospectionTests.test_sequence_list (unexpected)
		--- FAIL: syndication_tests.tests.SyndicationFeedTest.test_template_feed (unexpected)
		--- FAIL: queries.tests.NullInExcludeTest.test_col_not_in_list_containing_null (unexpected)
		For a full summary look at the django artifacts 
		
		An updated blocklist (djangoBlocklist20_2) is available in the artifacts' django log

More

Artifacts: /django
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

@cockroach-teamcity
Copy link
Member Author

(roachtest).django failed on master@542c83e7db1694208e09c7fea7d350db4993b897:

		--- FAIL: schema.tests.SchemaTests.test_add_binaryfield_mediumblob (unexpected)
		--- FAIL: ordering.tests.OrderingTests.test_order_by_pk (unexpected)
		--- FAIL: backends.postgresql.test_server_side_cursors.ServerSideCursorsPostgres.test_values_list_fields_not_equal_to_names (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_inline_fk (unexpected)
		--- FAIL: i18n.test_extraction.BasicExtractorTests.test_blocktrans_trimmed (unexpected)
		--- FAIL: indexes.tests.PartialIndexTests.test_partial_index (unexpected)
		--- FAIL: cache.tests.PyLibMCCacheTests.test_default_never_expiring_timeout (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_textual_field_keep_null_status (unexpected)
		--- FAIL: admin_views.tests.AdminViewDeletedObjectsTest.test_multiple_fkeys_to_same_model (unexpected)
		--- FAIL: cache.tests.PyLibMCCacheTests.test_set_many (unexpected)
		--- FAIL: expressions.tests.ExpressionsNumericTests.test_complex_expressions (unexpected)
		--- FAIL: cache.tests.MemcachedCacheTests.test_zero_cull (unexpected)
		--- FAIL: i18n.test_extraction.NoSettingsExtractionTests.test_makemessages_no_settings (unexpected)
		--- FAIL: cache.tests.PyLibMCCacheTests.test_incr_version (unexpected)
		--- FAIL: cache.tests.MemcachedCacheTests.test_cache_read_for_model_instance_with_deferred (unexpected)
		--- FAIL: cache.tests.MemcachedCacheTests.test_clear (unexpected)
		--- FAIL: cache.tests.PyLibMCCacheTests.test_get_many (unexpected)
		--- FAIL: db_functions.comparison.test_greatest.GreatestTests.test_coalesce_workaround_mysql (unexpected)
		--- FAIL: backends.postgresql.tests.Tests.test_connect_no_is_usable_checks (unexpected)
		--- FAIL: db_functions.comparison.test_least.LeastTests.test_coalesce_workaround_mysql (unexpected)
		--- FAIL: cache.tests.MemcachedCacheTests.test_set_many_expiration (unexpected)
		--- FAIL: migrations.test_operations.OperationTests.test_smallfield_autofield_foreignfield_growth (unexpected)
		--- FAIL: backends.mysql.test_creation.DatabaseCreationTests.test_create_test_db_unexpected_error (unexpected)
		--- FAIL: expressions.tests.ExpressionOperatorTests.test_lefthand_division (unexpected)
		--- FAIL: backends.postgresql.tests.Tests.test_select_ascii_array (unexpected)
		--- FAIL: cache.tests.MemcachedCacheTests.test_get_or_set (unexpected)
		--- FAIL: cache.tests.MemcachedCacheTests.test_forever_timeout (unexpected)
		--- FAIL: cache.tests.MemcachedCacheTests.test_add (unexpected)
		--- FAIL: cache.tests.PyLibMCCacheTests.test_cache_versioning_has_key (unexpected)
		--- FAIL: backends.tests.FkConstraintsTests.test_check_constraints (unexpected)
		--- FAIL: custom_lookups.tests.LookupTests.test_birthdate_month (unexpected)
		--- FAIL: select_for_update.tests.SelectForUpdateTests.test_for_update_sql_generated_skip_locked (unexpected)
		--- FAIL: queries.tests.Queries1Tests.test_ticket9411 (unexpected)
		--- FAIL: db_functions.text.test_concat.ConcatTests.test_coalesce_idempotent (unexpected)
		--- FAIL: model_inheritance_regress.tests.ModelInheritanceTest.test_inheritance_values_joins (unexpected)
		--- FAIL: i18n.test_extraction.CopyPluralFormsExtractorTests.test_trans_and_plural_blocktrans_collision (unexpected)
		--- FAIL: backends.oracle.tests.Tests.test_client_encoding (unexpected)
		--- FAIL: i18n.test_extraction.JavascriptExtractorTests.test_media_static_dirs_ignored (unexpected)
		--- FAIL: cache.tests.MemcachedCacheTests.test_get_or_set_callable (unexpected)
		--- FAIL: backends.oracle.tests.TransactionalTests.test_password_with_at_sign (unexpected)
		--- FAIL: annotations.tests.NonAggregateAnnotationTestCase.test_mixed_type_annotation_numbers (unexpected)
		--- FAIL: i18n.test_extraction.BasicExtractorTests.test_context_in_single_quotes (unexpected)
		--- FAIL: schema.tests.SchemaTests.test_alter_auto_field_to_char_field (unexpected)
		--- FAIL: cache.tests.MemcachedCacheTests.test_default_far_future_timeout (unexpected)
		--- FAIL: backends.oracle.test_operations.OperationsTests.test_bulk_batch_size (unexpected)
		--- FAIL: indexes.tests.PartialIndexTests.test_boolean_restriction_partial (unexpected)
		--- FAIL: cache.tests.PyLibMCCacheTests.test_set_many_returns_empty_list_on_success (unexpected)
		For a full summary look at the django artifacts 
		
		An updated blocklist (djangoBlocklist20_2) is available in the artifacts' django log

More

Artifacts: /django
Related:

See this test on roachdash
powered by pkg/cmd/internal/issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch-master Failures and bugs on the master branch. C-test-failure Broken test (automatically or manually discovered). O-roachtest O-robot Originated from a bot. release-blocker Indicates a release-blocker. Use with branch-release-2x.x label to denote which branch is blocked.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants