#
# Interconnect tests.
#

# Below cases are also in greenplum_schedule, but as they are fast enough
# we duplicate them here to make this pipeline cover more on icudp.
test: icudp/gp_interconnect_queue_depth icudp/gp_interconnect_queue_depth_longtime icudp/gp_interconnect_snd_queue_depth icudp/gp_interconnect_snd_queue_depth_longtime icudp/gp_interconnect_min_retries_before_timeout icudp/gp_interconnect_transmit_timeout icudp/gp_interconnect_cache_future_packets icudp/gp_interconnect_default_rtt icudp/gp_interconnect_fc_method icudp/gp_interconnect_min_rto icudp/gp_interconnect_timer_checking_period icudp/gp_interconnect_timer_period icudp/queue_depth_combination_loss icudp/queue_depth_combination_capacity icudp/icudp_regression

# Below case is very slow, do not add it in greenplum_schedule.
test: icudp/icudp_full

# This test relies on some mechanism to simulate network package dropping,
# we used to do this with the help of a customized kernel module, but that is
# retired as it requires superuser privilege and does not work in containers.
# Until we have a better solution please do not enable this test.
ignore: icudp/disorder_fuc
