blob: e88a7c39c90b243485021d49a0b4d63932bc51ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright (c) 2022-2025, 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',
],
},
}
|