Skip to content

Commit

Permalink
explicit excludes
Browse files Browse the repository at this point in the history
  • Loading branch information
scsmithr committed Jan 21, 2024
1 parent faf8108 commit f0da39c
Showing 1 changed file with 4 additions and 47 deletions.
51 changes: 4 additions & 47 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,53 +72,10 @@ slt-bin-debug *args:

# Run SQL Logic Tests over RPC
rpc-tests:
just slt --protocol=rpc \
'sqllogictests/cast/*' \
'sqllogictests/cte/*' \
'sqllogictests/functions/arrow_cast' \
'sqllogictests/functions/csv_scan' \
'sqllogictests/functions/delta_scan' \
'sqllogictests/functions/generate_series' \
'sqllogictests/functions/version' \
'sqllogictests/joins/*' \
'sqllogictests/topn/*' \
'sqllogictests/window/*' \
'sqllogictests/aggregates' \
'sqllogictests/alter' \
'sqllogictests/create_table' \
'sqllogictests/credential' \
'sqllogictests/credentials' \
'sqllogictests/csv' \
'sqllogictests/debug' \
'sqllogictests/delete' \
'sqllogictests/demo_pg' \
'sqllogictests/drop' \
'sqllogictests/explain' \
'sqllogictests/external_table' \
'sqllogictests/http' \
'sqllogictests/infer' \
'sqllogictests/information_schema' \
'sqllogictests/metabase' \
'sqllogictests/name' \
'sqllogictests/object_names' \
'sqllogictests/pg_catalog' \
'sqllogictests/rpc' \
'sqllogictests/schema' \
'sqllogictests/search_path' \
'sqllogictests/select' \
'sqllogictests/simple' \
'sqllogictests/table' \
'sqllogictests/temp_table' \
'sqllogictests/time' \
'sqllogictests/tunnels' \
'sqllogictests/update' \
'sqllogictests/vars' \
'sqllogictests/views' \
'sqllogictests/virtual_catalog' \
'sqllogictests/xlsx' \
'sqllogictests/prql' \
'sqllogictests/describe_rpc' \
'sqllogictests/allowed_operations'
just slt --protocol=rpc "sqllogictests/*" \
--exclude "sqllogictests/functions/cache_external_database_tables" \
--exclude "sqllogictests/functions/kdl" \
--exclude "sqllogictests/functions/postgres"

# Check formatting.
fmt-check: protoc
Expand Down

0 comments on commit f0da39c

Please sign in to comment.