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
hello, we found through the dotnet/eShop a cool way to make use of aspire's testing capabilities. unfortunatly the things which slows our tests down extremly are the migrations.
however our migrations would run for each tests. the best thing however would be to run the migrations inside InitializeAsync once per test runner and use the postgres container that contains the migrations already run with data, is there a way to do that?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
hello, we found through the dotnet/eShop a cool way to make use of aspire's testing capabilities. unfortunatly the things which slows our tests down extremly are the migrations.
however our migrations would run for each tests. the best thing however would be to run the migrations inside
InitializeAsync
once per test runner and use the postgres container that contains the migrations already run with data, is there a way to do that?Beta Was this translation helpful? Give feedback.
All reactions