Skip to content

Commit 716797d

Browse files
Fix schema evolution delete test. (#338)
1 parent 75124ef commit 716797d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TileDB.CSharp.Test/DeletesTest.cs

+2
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,8 @@ public void SchemaEvolution(LayoutType layout, string queryReader, bool duplicat
492492
array.Evolve(schemaEvolution2);
493493
Logger.LogMessage($"Schema after removing attribute (a2)");
494494
TestUtil.PrintLocalSchema(array.Uri());
495+
array.SetOpenTimestampStart(0);
496+
array.SetOpenTimestampEnd(ulong.MaxValue);
495497
array.Open(QueryType.Read);
496498
Assert.IsFalse(array.Schema().HasAttribute("a2"));
497499
array.Close();

0 commit comments

Comments
 (0)