forked from timescale/timescaledb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Migrate the extension_state tap test to normal regression check. This test was causing tests against latest pg snapshot to fail.
- Loading branch information
Showing
7 changed files
with
45 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,7 @@ | ||
if(CMAKE_BUILD_TYPE MATCHES Debug) | ||
list(APPEND PROVE_TEST_FILES 001_extension.pl 002_replication_telemetry.pl) | ||
list(APPEND PROVE_TEST_FILES 001_replication_telemetry.pl) | ||
endif(CMAKE_BUILD_TYPE MATCHES Debug) | ||
|
||
foreach(P_FILE ${PROVE_TEST_FILES}) | ||
configure_file(${P_FILE} ${CMAKE_CURRENT_BINARY_DIR}/${P_FILE} COPYONLY) | ||
endforeach(P_FILE) | ||
|
||
set(MODULE_PATHNAME "$libdir/timescaledb-${PROJECT_VERSION_MOD}") | ||
configure_file(functions.sql.in functions.sql) |
This file was deleted.
Oops, something went wrong.