elsa-core/test/integration/Elsa.Core.IntegrationTests/Autofixture
Craig Fowler f91e224314 Fix intermittent failing tests
The issue here is that the elsa.db for sqlite is going in the same
path every time.  Depending on the order in which tests are run,
sometimes it means that migrations are run on a DB which is
expected to be empty but which already exists.  That causes an
error & test failure.

Here I've just used temp folders to ensure that the DB file is in a
different path every time.
2021-03-20 11:14:35 +00:00
..
HostBuilderWithDuplicateActivitiesWorkflowAttributes.cs Fix intermittent failing tests 2021-03-20 11:14:35 +00:00
HostBuilderWithElsaAndCommonTemporalActivitiesAttribute.cs WIP #552 - Refactor test logic (reusability) 2021-03-06 13:55:19 +00:00
HostBuilderWithElsaAndHangfireAttribute.cs WIP #552 - Refactor test logic (reusability) 2021-03-06 13:55:19 +00:00
HostBuilderWithElsaAndQuartzAttribute.cs WIP #552 - Refactor test logic (reusability) 2021-03-06 13:55:19 +00:00
HostBuilderWithPersistableWorkflowAndEfSqliteAttribute.cs Fix intermittent failing tests 2021-03-20 11:14:35 +00:00
HostBuilderWithPersistableWorkflowAndMongoDbAttribute.cs Telnyx Activities (#768) 2021-03-17 13:07:14 +01:00
HostBuilderWithPersistableWorkflowAttribute.cs Resolve #748 - Test coverage for EF Db Contexts 2021-03-13 15:21:44 +00:00
StubElsaContextAttribute.cs Resolve #748 - Test coverage for EF Db Contexts 2021-03-13 15:21:44 +00:00
TestingElsaOptionsBuilderExtensions.cs Resolve #748 - Test coverage for EF Db Contexts 2021-03-13 15:21:44 +00:00