-
Notifications
You must be signed in to change notification settings - Fork 45
Expand file tree
/
Copy pathschedule
More file actions
45 lines (40 loc) · 1.23 KB
/
schedule
File metadata and controls
45 lines (40 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Spock Test Schedule
# This file lists all test cases to be run by the test suite
# Basic functionality tests
test: 001_basic
test: 002_create_subscriber
# Replication tests
test: 003_cascade_replication
test: 004_non_default_repset
# Advanced functionality tests
# test: 005_daylight_savings
# test: 006_sync_during_write
test: 008_rmgr
test: 009_zodan_add_remove_nodes
test: 010_zodan_add_remove_python
test: 012_zodan_basics
test: 013_origin_change_restore
test: 014_pgdump_restore_conflict
# Tests, consuming too much time to be launched on each check:
#test: 011_zodan_sync_third
#
# Use GitHub Actions to launch them (see workflows/zodan_sync.yml for an example
# Also, it may be run locally by a bash script like the following:
#
# for i in {1..1000}; do
# env PROVE_TESTS="t/011_zodan_sync_third.pl" make check_prove 1>out.txt 2>err.txt
# status=$?
# if [ $status -ne 0 ]; then
# echo "make check failed with status $status on iteration $i"
# break
# fi
# done
test: 012_delta_apply
# Exception handling tests
test: 013_exception_handling
# test: 014_rolling_upgrade
test: 015_skip_lsn
test: 015_forward_origin_advance
test: 016_crash_recovery_progress
test: 016_sub_disable_missing_relation
test: 017_zodan_3n_timeout