Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Caleb-T-Owens/b146798e47c4ae07299ebdc9f4fefa6d to your computer and use it in GitHub Desktop.

Select an option

Save Caleb-T-Owens/b146798e47c4ae07299ebdc9f4fefa6d to your computer and use it in GitHub Desktop.
Mastodon test failures
rspec ./spec/services/search_service_spec.rb:77 # SearchService#call with a non-url query when it matches a tag includes the tag in the results
rspec ./spec/controllers/api/v1/instances/translation_languages_controller_spec.rb:8 # Api::V1::Instances::TranslationLanguagesController GET #show when no translation service is configured returns empty language matrix
rspec ./spec/services/account_search_service_spec.rb:72 # AccountSearchService#call returns the fuzzy match first, and does not return suspended exacts
rspec ./spec/services/account_search_service_spec.rb:41 # AccountSearchService#call when there is a local domain returns exact match first
rspec ./spec/services/account_search_service_spec.rb:24 # AccountSearchService#call when searching for a simple term that is not an exact match does not return a nil entry in the array for the exact match
rspec ./spec/controllers/api/v2/search_controller_spec.rb:31 # Api::V2::SearchController with token GET #index when searching accounts returns all matching accounts
rspec ./spec/controllers/api/v2/search_controller_spec.rb:44 # Api::V2::SearchController with token GET #index when searching accounts with following=true returns only the followed accounts
rspec ./spec/services/resolve_account_service_spec.rb:207 # ResolveAccountService processes one remote account at a time using locks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment