blob: 7703ce4236bed5bb077860104dc65772bae2c47d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright (c) 2022-2024, PostgreSQL Global Development Group
tests += {
'name': 'brin',
'sd': meson.current_source_dir(),
'bd': meson.current_build_dir(),
'isolation': {
'specs': [
'summarization-and-inprogress-insertion',
],
},
'tap': {
'tests': [
't/01_workitems.pl',
't/02_wal_consistency.pl',
],
},
}
|