1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00
Files
pgbackrest/test/src/build/config/config.yaml
David Steele 1e83f2a022 Add coverage to C test harness.
Coverage reports are still generated in Perl, but all the settings have been added to the C harness to generate raw coverage data.
2022-07-28 14:53:48 -04:00

173 lines
4.6 KiB
YAML

####################################################################################################################################
# Configuration Definition
####################################################################################################################################
####################################################################################################################################
# Commands
####################################################################################################################################
command:
help:
log-level-default: DEBUG
parameter-allowed: true
test:
parameter-allowed: true
noop:
internal: true
version:
log-level-default: DEBUG
####################################################################################################################################
# Option groups that are not used but must be present for modules to compile
####################################################################################################################################
optionGroup:
pg: {}
repo: {}
####################################################################################################################################
# Options
####################################################################################################################################
option:
# General options
#---------------------------------------------------------------------------------------------------------------------------------
buffer-size:
type: size
internal: true
default: 64KiB
allow-list:
- 16KiB
- 32KiB
- 64KiB
- 128KiB
- 256KiB
- 512KiB
- 1MiB
coverage:
type: boolean
default: true
negate: true
command:
test: {}
neutral-umask:
type: boolean
internal: true
default: true
repo-copy:
type: boolean
default: true
negate: true
command:
test: {}
repo-path:
type: string
default: pgbackrest
command:
test: {}
run:
type: boolean
default: true
negate: true
command:
test: {}
scale:
type: integer
internal: true
default: 1
allow-range: [1, 1000000000000]
command:
test: {}
test:
type: integer
internal: true
required: false
allow-range: [1, 999]
command:
test: {}
test-path:
type: string
default: test
command:
test: {}
tz:
type: string
internal: true
required: false
command:
test: {}
valgrind:
type: boolean
default: true
negate: true
command:
test: {}
vm:
type: string
internal: true
default: none
command:
test: {}
vm-id:
type: integer
internal: true
default: 0
allow-range: [0, 1024]
command:
test: {}
# Logging options
#---------------------------------------------------------------------------------------------------------------------------------
log-level:
type: string-id
default: info
allow-list:
- off
- error
- warn
- info
- detail
- debug
- trace
log-level-test:
inherit: log-level
default: off
log-timestamp:
type: boolean
default: true
negate: true
command: log-level
# Options that are not used but must be present for modules to compile. All must have a default or not be required.
#---------------------------------------------------------------------------------------------------------------------------------
compress-level-network: {type: string, required: false, command: {noop: {}}}
config: {
type: string, internal: true, default: CFGOPTDEF_CONFIG_PATH "/" PROJECT_CONFIG_FILE, default-literal: true, negate: true}
config-path: {type: string, required: false, command: {noop: {}}}
config-include-path: {
type: string, default: CFGOPTDEF_CONFIG_PATH "/" PROJECT_CONFIG_INCLUDE_PATH, default-literal: true, command: {noop: {}}}
job-retry: {type: string, required: false, deprecate: {job-retry-old: {}}, command: {noop: {}}}
job-retry-interval: {type: string, required: false, command: {noop: {}}}
log-level-file: {type: string, required: false, command: {noop: {}}}
log-level-stderr: {type: string, required: false, command: {noop: {}}}
pg: {type: string, required: false, command: {noop: {}}}
pg-path: {type: string, required: false, command: {noop: {}}}
repo-type: {type: string, required: false, command: {noop: {}}}
repo: {type: string, required: false, command: {noop: {}}}
spool-path: {type: string, required: false, command: {noop: {}}}
stanza: {type: string, required: false, command: {noop: {}}}