Skip to content

Commit

Permalink
Ensure dist_move_chunk is executed as solo test
Browse files Browse the repository at this point in the history
dist_move_chunk is now version specific. However, only the generic
version was declared as a solo test. This PR adjusts the the test
declaration.
  • Loading branch information
jnidzwetzki committed Nov 23, 2023
1 parent 7c9099f commit 6d3951d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsl/test/sql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ set(SOLO_TESTS
if(ENABLE_MULTINODE_TESTS
AND ${PG_VERSION_MAJOR} EQUAL "15"
AND ${PG_VERSION_MINOR} LESS "3")
list(APPEND SOLO_TESTS dist_move_chunk)
list(APPEND SOLO_TESTS dist_move_chunk-${PG_VERSION_MAJOR})
endif()

if(ENABLE_MULTINODE_TESTS AND ${PG_VERSION_MAJOR} LESS "16")
Expand Down

0 comments on commit 6d3951d

Please sign in to comment.