mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-28 01:30:29 +08:00
Skip dist_hypertable and dist_query in release builds
The dist_hypertable and dist_query tests need timestamp mock functionality which is only available in debug builds.
This commit is contained in:
parent
afb6c1a78b
commit
b5915f5eab
@ -59,8 +59,6 @@ set(TEST_FILES_DEBUG
|
|||||||
set(TEST_TEMPLATES
|
set(TEST_TEMPLATES
|
||||||
compression_qualpushdown.sql.in
|
compression_qualpushdown.sql.in
|
||||||
continuous_aggs_union_view.sql.in
|
continuous_aggs_union_view.sql.in
|
||||||
dist_hypertable.sql.in
|
|
||||||
dist_query.sql.in
|
|
||||||
move.sql.in
|
move.sql.in
|
||||||
reorder.sql.in
|
reorder.sql.in
|
||||||
transparent_decompression.sql.in
|
transparent_decompression.sql.in
|
||||||
@ -70,6 +68,8 @@ if (CMAKE_BUILD_TYPE MATCHES Debug)
|
|||||||
list(APPEND TEST_TEMPLATES
|
list(APPEND TEST_TEMPLATES
|
||||||
#current_timestamp_mock available only in debug mode
|
#current_timestamp_mock available only in debug mode
|
||||||
continuous_aggs_query.sql.in
|
continuous_aggs_query.sql.in
|
||||||
|
dist_hypertable.sql.in
|
||||||
|
dist_query.sql.in
|
||||||
)
|
)
|
||||||
endif(CMAKE_BUILD_TYPE MATCHES Debug)
|
endif(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user