Skip to content

Commit 888f5c3

Browse files
committed
Add FlushlessUpsertIsNotStoredUntilFlushed override to store-specific EffectTests
1 parent e5385bb commit 888f5c3

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

  • Stores
    • MariaDB/Cleipnir.ResilientFunctions.MariaDB.Tests/RFunctionTests
    • PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL.Tests/RFunctionTests
    • SqlServer/Cleipnir.ResilientFunctions.SqlServer.Tests

Stores/MariaDB/Cleipnir.ResilientFunctions.MariaDB.Tests/RFunctionTests/EffectTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,4 +148,8 @@ public override Task RunParallelleTest()
148148
[TestMethod]
149149
public override Task UtcNowEffectSunshineTest()
150150
=> UtcNowEffectSunshineTest(FunctionStoreFactory.Create());
151+
152+
[TestMethod]
153+
public override Task FlushlessUpsertIsNotStoredUntilFlushed()
154+
=> FlushlessUpsertIsNotStoredUntilFlushed(FunctionStoreFactory.Create());
151155
}

Stores/PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL.Tests/RFunctionTests/EffectTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,8 @@ public override Task RunParallelleTest()
149149
[TestMethod]
150150
public override Task UtcNowEffectSunshineTest()
151151
=> UtcNowEffectSunshineTest(FunctionStoreFactory.Create());
152+
153+
[TestMethod]
154+
public override Task FlushlessUpsertIsNotStoredUntilFlushed()
155+
=> FlushlessUpsertIsNotStoredUntilFlushed(FunctionStoreFactory.Create());
152156
}

Stores/SqlServer/Cleipnir.ResilientFunctions.SqlServer.Tests/EffectTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,8 @@ public override Task RunParallelleTest()
149149
[TestMethod]
150150
public override Task UtcNowEffectSunshineTest()
151151
=> UtcNowEffectSunshineTest(FunctionStoreFactory.Create());
152+
153+
[TestMethod]
154+
public override Task FlushlessUpsertIsNotStoredUntilFlushed()
155+
=> FlushlessUpsertIsNotStoredUntilFlushed(FunctionStoreFactory.Create());
152156
}

0 commit comments

Comments
 (0)