diff --git a/integration_test.go b/integration_test.go index 096267a..c137341 100644 --- a/integration_test.go +++ b/integration_test.go @@ -1009,7 +1009,7 @@ var validateTests = []validateTest{ expectedResult: `context: (root).namespaces.0 - description: Additional property memory-size is not allowed, error-type: additional_property_not_allowed context: (root).namespaces.0.storage-engine - - description: data-size is required, error-type: required + - description: devices is required, error-type: required context: (root).namespaces.1 - description: Additional property memory-size is not allowed, error-type: additional_property_not_allowed context: (root).namespaces.1.index-type @@ -1021,7 +1021,7 @@ context: (root).namespaces.1.sindex-type - description: Additional property mounts-size-limit is not allowed, error-type: additional_property_not_allowed - description: mounts-budget is required, error-type: required context: (root).namespaces.1.storage-engine - - description: data-size is required, error-type: required + - description: devices is required, error-type: required context: (root).service - description: cluster-name is required, error-type: required `, diff --git a/schema/schemas b/schema/schemas index 3e9868b..b3f2db0 160000 --- a/schema/schemas +++ b/schema/schemas @@ -1 +1 @@ -Subproject commit 3e9868b02654aa64653bc8235c969d68aae8ee32 +Subproject commit b3f2db0a48f09d2a963024934f3681afaaaf52bb diff --git a/testdata/cases/server70/server70.conf b/testdata/cases/server70/server70.conf index 0587af6..2fd93c8 100644 --- a/testdata/cases/server70/server70.conf +++ b/testdata/cases/server70/server70.conf @@ -21,6 +21,10 @@ logging { file /dummy/file/path2 { context any info } + + console { + context drv-mem debug + } } network { diff --git a/testdata/cases/server70/server70.yaml b/testdata/cases/server70/server70.yaml index 9c8adeb..6266fb2 100644 --- a/testdata/cases/server70/server70.yaml +++ b/testdata/cases/server70/server70.yaml @@ -1,4 +1,6 @@ logging: + - drv-mem: debug + name: console - any: info name: /dummy/file/path2 namespaces: