greenplum_schedule 1.9 KB
Newer Older
1 2 3
# Greenplum-specific tests

ignore: leastsquares
4
test: decode_expr bitmapscan case_gp limit_gp
5 6 7 8 9 10 11 12 13

test: dispatch

test: alter_table_aocs
test: gpdiffcheck gptokencheck olap_setup

test: partition
test: vacuum_gp

14
test: gp_hashagg gp_dqa external_table
15 16 17

test: column_compression rangefuncs_cdb

18
test: gpcopy appendonly filter gpctas gpdist matrix gpdtm_plpgsql
19

20 21
test: sequence_gp

22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44
# FIXME: Temporarily disabled, because it trips an assertion. It's probably
# harmless, but need to investigate and fix. Also, the number of errors put
# in the error table, and hence the output, varies between runs.
#test: sreh

test: olap_group olap_window_seq

# Disabled tests. XXX: Why are these disabled?
#test: olap_window
#test: tpch500GB
#ignore: dpe

test: information_schema naivebayes join_gp subselect_gp indexjoin distributed_transactions

test: sublink sirv_functions table_functions

# FIXME: These tests no longer work, because they try to set
# gp_interconnect_type, which doesn't work:
# ERROR:  parameter "gp_interconnect_type" cannot be set after connection start
#test: gpic
#test: gpic_bigtup

ignore: gp_portal_error
45
test: notin with_clause eagerfree toast mapred gpparams tidycat aocs
46
test: ic gp_numeric_agg gp_toolkit
47 48 49
ignore: icudp_full
ignore: gp_delete_as_trunc

50
test: filespace trig auth_constraint role rle portals_updatable plpgsql_cache percentile timeseries resource_queue_function gp_optimizer co_nestloop_idxscan pg_stat_last_operation
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66

test: resource_queue

ignore: tpch500GB_orca

test: alter_distribution_policy

test: plan_size partindex_test direct_dispatch partition_pruning_with_fn dsp

# XXX: This test depends on libgpoptudfs library, which includes ORCA helper
# functions from src/backend/gpopt/utils/funcs.cpp. But those functions are
# built into the backend (or rather, into libdxltranslators.so) directly,
# so what's the point of that? Anyhow, the test is disabled for now..
#test: orca_udfs

# end of tests