runteq / fledge-hub

RUNTEQ生のPFを集約するアプリ
26 stars 0 forks source link

[たまに落ちるテスト] `spec/requests/settings/social_accounts_spec.rb` #317

Open watsumi opened 2 years ago

watsumi commented 2 years ago

概要

Failures:

  1) Settings::SocialAccountsController GET /index render a successful response
     Failure/Error: all.sort_by(&:position)

     ArgumentError:
       comparison of Integer with nil failed

https://app.circleci.com/pipelines/github/runteq/fledge-hub/712/workflows/d48e15ff-b2f8-4a9f-b721-ef212736da3e/jobs/1786

コメント

https://github.com/runteq/fledge-hub/issues/201

落ちてる箇所はここと同じ。 初回に落ちるんじゃなくて、たまに落ちる感じになっている

watsumi commented 2 years ago

https://github.com/runteq/fledge-hub/blob/be5d0698bf527964cd8ff238964b3bcdd1d157b4/app/models/active_hash_master.rb#L13-L15