Skip to content

Commit 9883b34

Browse files
bekadavis9KiterLuc
andauthored
Integrate individual filesystem unit tests into a single test, part 2. (#4714)
This moves more tests that have common code to the same tests cases to remove duplicated code. --- TYPE: NO_HISTORY DESC: Integrate individual filesystem unit tests into a single test, part 2. --------- Co-authored-by: Luc Rancourt <[email protected]>
1 parent 027c98d commit 9883b34

File tree

10 files changed

+266
-1925
lines changed

10 files changed

+266
-1925
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# The MIT License
66
#
7-
# Copyright (c) 2017-2022 TileDB, Inc.
7+
# Copyright (c) 2017-2024 TileDB, Inc.
88
# Copyright (c) 2016 MIT and Intel Corporation
99
#
1010
# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -119,7 +119,6 @@ set(TILEDB_UNIT_TEST_SOURCES
119119
src/test-cppapi-aggregates.cc
120120
src/test-cppapi-consolidation-plan.cc
121121
src/unit-average-cell-size.cc
122-
src/unit-azure.cc
123122
src/unit-backwards_compat.cc
124123
src/unit-bufferlist.cc
125124
src/unit-capi-any.cc
@@ -180,9 +179,6 @@ set(TILEDB_UNIT_TEST_SOURCES
180179
src/unit-filter-buffer.cc
181180
src/unit-filter-pipeline.cc
182181
src/unit-global-order.cc
183-
src/unit-gcs.cc
184-
src/unit-gs.cc
185-
src/unit-hdfs-filesystem.cc
186182
src/unit-ordered-dim-label-reader.cc
187183
src/unit-tile-metadata.cc
188184
src/unit-tile-metadata-generator.cc
@@ -192,7 +188,6 @@ set(TILEDB_UNIT_TEST_SOURCES
192188
src/unit-resource-pool.cc
193189
src/unit-result-coords.cc
194190
src/unit-result-tile.cc
195-
src/unit-s3-no-multipart.cc
196191
src/unit-s3.cc
197192
src/unit-sparse-global-order-reader.cc
198193
src/unit-sparse-unordered-with-dups-reader.cc

0 commit comments

Comments
 (0)