You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For integration tests use create and use a default test store with fixed ID to prevent issues when running parallel mutation tests.
ApplicationController queries for first_available_store_id that can result in differen workers being unable to find the record. Defailt test store is now shared between different mutant workers that should fix the problem.
0 commit comments