summaryrefslogtreecommitdiffstats
path: root/src/test/recovery/meson.build
blob: 9e9c68d0513fdbbb0bfeaca19356358b67c33ffe (plain)
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
46
47
48
49
# Copyright (c) 2022-2023, PostgreSQL Global Development Group

tests += {
  'name': 'recovery',
  'sd': meson.current_source_dir(),
  'bd': meson.current_build_dir(),
  'tap': {
    'test_kwargs': {'priority': 40}, # recovery tests are slow, start early
    'tests': [
      't/001_stream_rep.pl',
      't/002_archiving.pl',
      't/003_recovery_targets.pl',
      't/004_timeline_switch.pl',
      't/005_replay_delay.pl',
      't/006_logical_decoding.pl',
      't/007_sync_rep.pl',
      't/008_fsm_truncation.pl',
      't/009_twophase.pl',
      't/010_logical_decoding_timelines.pl',
      't/012_subtransactions.pl',
      't/013_crash_restart.pl',
      't/014_unlogged_reinit.pl',
      't/015_promotion_pages.pl',
      't/016_min_consistency.pl',
      't/017_shm.pl',
      't/018_wal_optimize.pl',
      't/019_replslot_limit.pl',
      't/020_archive_status.pl',
      't/021_row_visibility.pl',
      't/022_crash_temp_files.pl',
      't/023_pitr_prepared_xact.pl',
      't/024_archive_recovery.pl',
      't/025_stuck_on_old_timeline.pl',
      't/026_overwrite_contrecord.pl',
      't/027_stream_regress.pl',
      't/028_pitr_timelines.pl',
      't/029_stats_restart.pl',
      't/030_stats_cleanup_replica.pl',
      't/031_recovery_conflict.pl',
      't/032_relfilenode_reuse.pl',
      't/033_replay_tsp_drops.pl',
      't/034_create_database.pl',
      't/035_standby_logical_decoding.pl',
      't/036_truncated_dropped.pl',
      't/037_invalid_database.pl',
      't/039_end_of_wal.pl',
    ],
  },
}