Skip to content

Commit

Permalink
Add partial timestamp coverage for consolidation to array directory (#…
Browse files Browse the repository at this point in the history
…3193)

* Add partial timestamp coverage for consolidation to array directory

* Fixing unit tests to recreate VFS after deleting context.

* Address comments from @KiterLuc

* add missing #endif

* Address @KiterLuc comments, part 2

Co-authored-by: Luc Rancourt <lucrancourt@gmail.com>
  • Loading branch information
ypatia and KiterLuc committed May 23, 2022
1 parent acaeb4b commit 8bb17c9
Show file tree
Hide file tree
Showing 16 changed files with 591 additions and 423 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Expand Up @@ -120,7 +120,6 @@ set(TILEDB_UNIT_TEST_SOURCES
src/unit-capi-config.cc
src/unit-capi-context.cc
src/unit-capi-consolidation.cc
src/unit-capi-consolidation-with-timestamps.cc
src/unit-capi-dense_array.cc
src/unit-capi-dense_array_2.cc
src/unit-capi-dense_neg.cc
Expand Down Expand Up @@ -201,6 +200,7 @@ if (TILEDB_CPP_API)
src/unit-cppapi-config.cc
src/unit-cppapi-consolidation-sparse.cc
src/unit-cppapi-consolidation.cc
src/unit-cppapi-consolidation-with-timestamps.cc
src/unit-cppapi-datetimes.cc
src/unit-cppapi-time.cc
src/unit-cppapi-fill_values.cc
Expand Down

0 comments on commit 8bb17c9

Please sign in to comment.