File tree Expand file tree Collapse file tree
MariaDB/Cleipnir.ResilientFunctions.MariaDB.Tests/RFunctionTests
PostgreSQL/Cleipnir.ResilientFunctions.PostgreSQL.Tests/RFunctionTests
SqlServer/Cleipnir.ResilientFunctions.SqlServer.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments