Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 323 Bytes

File metadata and controls

11 lines (8 loc) · 323 Bytes

Testing With MySQL

Testing resources with MySQL generally requires passing async?: false to your tests, due to MySQL's limitation of having a single write transaction open at any one time.

This should be coupled with to make sure that Ash does not spawn any tasks.

config :ash, :disable_async?, true