Skip to content

Instantly share code, notes, and snippets.

@ArcTanSusan
Last active August 29, 2015 14:03
Show Gist options
  • Save ArcTanSusan/f36cc0872d16116efdaf to your computer and use it in GitHub Desktop.
Save ArcTanSusan/f36cc0872d16116efdaf to your computer and use it in GitHub Desktop.
mysql master vs. mysql my_django_upgrade git diff comparison
5	5	  ERROR: test_submit_form (mysite.base.tests.Unsubscribe)
6	6	  ERROR: test (mysite.profile.tests.EditBio)
7	7	  ERROR: test (mysite.profile.tests.EditContactBlurb)
8	8	  ERROR: test_blurb_with_irc_info (mysite.profile.tests.EditContactBlurb)
9	9	  ERROR: test (mysite.profile.tests.EditHomepage)
10	10	  ERROR: test (mysite.profile.tests.EditIrcNick)
11	11	  ERROR: test (mysite.profile.tests.EditLocation)
12	12	  ERROR: test_settings_page_form (mysite.profile.tests.EditYourName)
13	13	  ERROR: test_tag_edit_once (mysite.profile.tests.Info)
14	14	  ERROR: test_tag_edit_twice (mysite.profile.tests.Info)
15	15	  ERROR: test_checkbox_manipulates_db (mysite.profile.tests.Notifications)
16	16	  ERROR: test_whatever (mysite.profile.tests.PersonInfoLinksToSearch)
17	17	  ERROR: test_show_email (mysite.profile.tests.UserCanShowEmailAddress)
18	18	  ERROR: test_display_list_of_users_web (mysite.profile.tests.UserListTests)
19	19	  ERROR: test_edit_email_address (mysite.account.tests.EditContactInfo)
20	20	  ERROR: test_change_password (mysite.account.tests.EditPassword)
21	21	  ERROR: test_change_password_should_fail (mysite.account.tests.EditPassword)
22	22	  ERROR: test_logout_web (mysite.account.tests.Login)
23	23	  ERROR: test_usernames_case_insensitive (mysite.account.tests.Signup)
24	24	  ERROR: test_usernames_case_sensitive (mysite.account.tests.Signup)
25	25	  ERROR: test (mysite.project.tests.DecideWhichProjectDescriptionsAppearOnProjectPage)
26	26	  ERROR: test_multiparagraph_answer (mysite.search.tests.CreateAnswer)
27	27	  ERROR: test_create_bug_answer (mysite.search.tests.CreateBugAnswer)
28	28	  ERROR: test_delete_bug_answer (mysite.search.tests.DeleteAnswer)
29	29	  ERROR: test_delete_paragraph_answer (mysite.search.tests.DeleteAnswer)
+ ERROR: test_get_recommended_search_terms_for_user (mysite.search.tests.Recommend)
+ ERROR: test_search_page_context_includes_recommendations (mysite.search.tests.Recommend)
+ ERROR: test (mysite.search.tests.RecommendationsCanBeDisabled)
30	33	  ERROR: testPagination (mysite.search.tests.SearchResults)
31	34	  ERROR: testPaginationAndChangingSearchQuery (mysite.search.tests.SearchResults)
32	35	  ERROR: testPaginationWithAnyFacet (mysite.search.tests.SearchResults)
33	36	  ERROR: test_json_view (mysite.search.tests.SearchResults)
+ ERROR: test_query_object_is_false_when_no_terms_or_facets (mysite.search.tests.SearchResults)
+ ERROR: test_show_no_bugs_if_no_query (mysite.search.tests.SearchResults)
34	39	  ERROR: test_alert_logged_in (mysite.search.tests.SuggestAlertOnLastResultsPage)
35	40	  ERROR: test_bugset_listview_load (mysite.bugsets.tests.BasicBugsetViewTests)
36	41	  ERROR: test_bugset_listview_load_empty (mysite.bugsets.tests.BasicBugsetViewTests)
37	42	  ERROR: test_bugset_listview_load_no_project (mysite.bugsets.tests.BasicBugsetViewTests)
38	43	  ERROR: test_bugset_listview_load_with_annotated_bug (mysite.bugsets.tests.BasicBugsetViewTests)
39	44	  ERROR: test_bugset_listview_load_with_custom_name (mysite.bugsets.tests.BasicBugsetViewTests)
40	45	  FAIL: test_set_mission_completed_records_first_completed_time (mysite.missions.tests.MissionCompletionTestCase)
FAIL: test_create_answer_anonymously (mysite.search.tests.CreateAnonymousAnswer)
FAIL: test_with_term (mysite.search.tests.QueryGetPossibleLanguageFacetOptionNames)
FAIL: test_get_toughness_facet_options_with_terms (mysite.search.tests.QueryGetToughnessFacetOptions)
- FAIL: test_get_recommended_search_terms_for_user (mysite.search.tests.Recommend)
- FAIL: test_search_page_context_includes_recommendations (mysite.search.tests.Recommend)
FAIL: test_find_perl_not_properly (mysite.search.tests.SearchOnFullWords)
- FAILED (failures=7, errors=35, skipped=41)
+ FAILED (failures=5, errors=40, skipped=41)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment