Skip to content

Commit

Permalink
Add new tests to gitignore list
Browse files Browse the repository at this point in the history
Since new tests specific to PG15 were added, these tests which generated .sql files needs to be added to .gitnore
  • Loading branch information
sb230132 committed Nov 7, 2022
1 parent 3a9688c commit 2a64450
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/sql/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@
/delete-*.sql
/insert-*.sql
/insert_many-*.sql
/parallel-*.sql
/partitioning-*.sql
/partitionwise-*.sql
/plan_expand_hypertable-*.sql
/plan_hashagg_optimized-*.sql
/plan_hypertable_cache-*.sql
/plan_hypertable_inline-*.sql
/plan_ordered_append-*.sql
/query-*.sql
/rowsecurity-*.sql
/update-*.sql
1 change: 1 addition & 0 deletions tsl/test/shared/sql/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/continuous_aggs_compression-*.sql
/constify_now-*.sql
/decompress_join-*.sql
/dist_distinct-*.sql
/dist_remote_error-*.sql
/dist_remote_error.text
/gapfill-*.sql
Expand Down
2 changes: 2 additions & 0 deletions tsl/test/sql/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@
/cagg_union_view-*.sql
/compression_insert-*.sql
/compression_permissions-*.sql
/continuous_aggs-*.sql
/dist_grant-*.sql
/dist_hypertable-*.sql
/dist_partial_agg-*.sql
/hypertable_distributed-*.sql
/jit-*.sql
/modify_exclusion-*.sql
/plan_skip_scan-*.sql
/remote-copy-*sv
/remote_copy-*.sql
Expand Down

0 comments on commit 2a64450

Please sign in to comment.