Skip to content

Commit

Permalink
Remove multinode C test files
Browse files Browse the repository at this point in the history
The previous multinode PR only removes the regression test,
isolation test and TAP test files but not the C files. This patch
also removes the deparse test which was missed in the previous
PR.
  • Loading branch information
svenklemm committed Dec 12, 2023
1 parent c5bed53 commit 0f60f88
Show file tree
Hide file tree
Showing 27 changed files with 3 additions and 2,486 deletions.
66 changes: 0 additions & 66 deletions tsl/test/expected/deparse-13.out

This file was deleted.

66 changes: 0 additions & 66 deletions tsl/test/expected/deparse-14.out

This file was deleted.

66 changes: 0 additions & 66 deletions tsl/test/expected/deparse-15.out

This file was deleted.

66 changes: 0 additions & 66 deletions tsl/test/expected/deparse-16.out

This file was deleted.

1 change: 0 additions & 1 deletion tsl/test/sql/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/compression_permissions-*.sql
/continuous_aggs-*.sql
/continuous_aggs_deprecated-*.sql
/deparse-*.sql
/jit-*.sql
/modify_exclusion-*.sql
/plan_skip_scan-*.sql
Expand Down
7 changes: 1 addition & 6 deletions tsl/test/sql/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ set(SOLO_TESTS
cagg_ddl-${PG_VERSION_MAJOR}
cagg_dump
move
remote_connection_cache
remote_copy
remote_txn
remote_txn_resolve
reorder
telemetry_stats-${PG_VERSION_MAJOR})

Expand Down Expand Up @@ -149,8 +145,7 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
cagg_usage.sql.in
compression_errors.sql.in
continuous_aggs.sql.in
continuous_aggs_deprecated.sql.in
deparse.sql.in)
continuous_aggs_deprecated.sql.in)
if(USE_TELEMETRY)
list(APPEND TEST_TEMPLATES telemetry_stats.sql.in)
endif()
Expand Down
Loading

0 comments on commit 0f60f88

Please sign in to comment.