Skip to content

Commit

Permalink
Add sparse tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ypatia committed Mar 13, 2024
1 parent e5cc0a7 commit 039375f
Show file tree
Hide file tree
Showing 5 changed files with 143 additions and 457 deletions.
9 changes: 3 additions & 6 deletions test/src/unit-capi-serialized_queries_using_subarray.cc
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@
using namespace tiledb;
using ResultSetType = std::map<std::string, std::any>;

using tiledb::test::ServerQueryBuffers;
using tiledb::test::submit_query_wrapper;

namespace {

template <class T>
Expand Down Expand Up @@ -327,7 +324,7 @@ struct SerializationFx {
TEST_CASE_METHOD(
SerializationFx,
"subarray - Query serialization, dense",
"[query][dense][serialization][rest][new]") {
"[query][dense][serialization][rest]") {
create_array(TILEDB_DENSE);
auto expected_results = write_dense_array();
check_subarray_stats(2, 2);
Expand Down Expand Up @@ -534,7 +531,7 @@ TEST_CASE_METHOD(
TEST_CASE_METHOD(
SerializationFx,
"subarray - Query serialization, sparse",
"[query][sparse][serialization][rest][new]") {
"[query][sparse][serialization][rest]") {
create_array(TILEDB_SPARSE);
write_sparse_array();

Expand Down Expand Up @@ -616,7 +613,7 @@ TEST_CASE_METHOD(
TEST_CASE_METHOD(
SerializationFx,
"subarray - Query serialization, dense ranges",
"[query][dense][serialization][rest][new]") {
"[query][dense][serialization][rest]") {
create_array(TILEDB_DENSE);
write_dense_array_ranges();

Expand Down
Loading

0 comments on commit 039375f

Please sign in to comment.