TileDB
TileDB copied to clipboard
Fix intermittently failing schema evolution UT
Nightlies have been failing often on MacOS and ubuntu machines. I have reproduced locally on my laptop as well. This is fixing the flaky behavior by making sure we remove and add an attribute to an array at the same timestamp, causing non deterministic schema evolution result.
This also removes a wrong assert that fails when building in debug mode.
TYPE: NO_HISTORY DESC: Fix intermittently failing schema evolution UT