mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-22 22:11:29 +08:00
Flag test space_constraint.sql.in for release run (#5380)
It was incorrectly flagged as requiring a debug build. Disable-check: force-changelog-changed
This commit is contained in:
parent
386d31bc6e
commit
6be14423d5
@ -19,7 +19,8 @@ set(TEST_TEMPLATES_SHARED
|
||||
ordered_append.sql.in
|
||||
ordered_append_join.sql.in
|
||||
transparent_decompress_chunk.sql.in
|
||||
dist_distinct.sql.in)
|
||||
dist_distinct.sql.in
|
||||
space_constraint.sql.in)
|
||||
|
||||
if((${PG_VERSION_MAJOR} GREATER_EQUAL "14"))
|
||||
list(APPEND TEST_FILES_SHARED compression_dml.sql memoize.sql)
|
||||
@ -28,7 +29,7 @@ endif()
|
||||
if(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
list(APPEND TEST_FILES_SHARED dist_parallel_agg.sql dist_queries.sql
|
||||
timestamp_limits.sql with_clause_parser.sql)
|
||||
list(APPEND TEST_TEMPLATES_SHARED constify_now.sql.in space_constraint.sql.in
|
||||
list(APPEND TEST_TEMPLATES_SHARED constify_now.sql.in
|
||||
dist_remote_error.sql.in)
|
||||
endif(CMAKE_BUILD_TYPE MATCHES Debug)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user