Actions
Bug #27265
closedDomains controller transient failures
Difficulty:
trivial
Triaged:
No
Pull request:
Description
Appears like one of the tests is failing randomly for the past few days:
--- expected +++ actual @@ -1 +1 @@ -#<ActiveRecord::Relation [#<Domain id: 589326610, name: "yourdomain.net", fullname: "somewhere in yourdomain", created_at: "2019-07-10 11:51:04", updated_at: "2019-07-10 11:51:04", dns_id: 113629430>, #<Domain id: 22495316, name: "mydomain.net", fullname: nil, created_at: "2019-07-10 11:51:04", updated_at: "2019-07-10 11:51:04", dns_id: 113629430>]> +#<ActiveRecord::Associations::CollectionProxy [#<Domain id: 22495316, name: "mydomain.net", fullname: nil, created_at: "2019-07-10 11:51:04", updated_at: "2019-07-10 11:51:04", dns_id: 113629430>, #<Domain id: 589326610, name: "yourdomain.net", fullname: "somewhere in yourdomain", created_at: "2019-07-10 11:51:04", updated_at: "2019-07-10 11:51:04", dns_id: 113629430>]> (Minitest::Assertion) /home/jenkins/workspace/test_develop_pr_core/database/postgresql/ruby/2.5/slave/fast/test/controllers/api/v2/domains_controller_test.rb:77
Actions