diff --git a/.learningtransport/.events/Cleipnir.Flows.NServiceBus.Tests.MyMessage/Training.subscription b/.learningtransport/.events/Cleipnir.Flows.NServiceBus.Tests.MyMessage/Training.subscription new file mode 100644 index 0000000..7257c25 --- /dev/null +++ b/.learningtransport/.events/Cleipnir.Flows.NServiceBus.Tests.MyMessage/Training.subscription @@ -0,0 +1 @@ +Training \ No newline at end of file diff --git a/Cleipnir.Flows.Tests.AspNet/IntegrationTest.cs b/Cleipnir.Flows.Tests.AspNet/IntegrationTest.cs index d2161f5..a8a0796 100644 --- a/Cleipnir.Flows.Tests.AspNet/IntegrationTest.cs +++ b/Cleipnir.Flows.Tests.AspNet/IntegrationTest.cs @@ -38,7 +38,7 @@ public async Task SunshineScenarioPostgres() } [TestMethod] - public async Task SunshineScenarioMySql() + public async Task SunshineScenarioMariaDb() { var store = await MariaDbHelper.CreateAndInitializeMySqlStore(); const string hostUrl = "http://localhost:5003"; diff --git a/Cleipnir.Flows.Tests/Flows/OptionsTests.cs b/Cleipnir.Flows.Tests/Flows/OptionsTests.cs index 332681a..7578366 100644 --- a/Cleipnir.Flows.Tests/Flows/OptionsTests.cs +++ b/Cleipnir.Flows.Tests/Flows/OptionsTests.cs @@ -72,7 +72,7 @@ public async Task FlowNameCanBeSpecifiedFromTheOutside() var sp = serviceCollection.BuildServiceProvider(); var flows = sp.GetRequiredService(); await flows.Run("Id"); - var sf = await store.GetFunction(new StoredId(storedType, Instance: "Id")); + var sf = await store.GetFunction(new StoredId(storedType, Instance: "Id".ToStoredInstance())); sf.ShouldNotBeNull(); sf.Status.ShouldBe(Status.Succeeded); } diff --git a/Cleipnir.ResilientFunctions b/Cleipnir.ResilientFunctions index fe7931b..4c44ce9 160000 --- a/Cleipnir.ResilientFunctions +++ b/Cleipnir.ResilientFunctions @@ -1 +1 @@ -Subproject commit fe7931bef231759143efc753201a6a28a3f4ccd3 +Subproject commit 4c44ce94ad4cc41aae86b723eee850370987ef18