From 80dc39b3093caf84d25f5198e4935bccb4e1a022 Mon Sep 17 00:00:00 2001 From: Artjoms Rimdjonoks Date: Fri, 20 Sep 2019 15:46:36 +0300 Subject: .......... [ZBX-16481] Spelling issues in the code for master --- tests/libs/zbxcommon/zbx_token_find.yaml | 2 +- tests/libs/zbxdbcache/zbx_vc_add_values.yaml | 2 +- tests/libs/zbxdbcache/zbx_vc_get_values.yaml | 4 ++-- tests/libs/zbxprometheus/prometheus_filter_init.yaml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/libs') diff --git a/tests/libs/zbxcommon/zbx_token_find.yaml b/tests/libs/zbxcommon/zbx_token_find.yaml index fe391c20c3d..5488ef53bdf 100644 --- a/tests/libs/zbxcommon/zbx_token_find.yaml +++ b/tests/libs/zbxcommon/zbx_token_find.yaml @@ -222,7 +222,7 @@ out: name: 'VALUE' return: 'SUCCEED' --- -test case: "LLD function macro missing openning bracket" +test case: "LLD function macro missing opening bracket" in: expression: '{{#VALUE}.regsub^[0-9]+, Problem)}' out: diff --git a/tests/libs/zbxdbcache/zbx_vc_add_values.yaml b/tests/libs/zbxdbcache/zbx_vc_add_values.yaml index 6fcc2266e15..139e6c8d607 100644 --- a/tests/libs/zbxdbcache/zbx_vc_add_values.yaml +++ b/tests/libs/zbxdbcache/zbx_vc_add_values.yaml @@ -815,7 +815,7 @@ out: --- # TC14 # Test that value cache is switched to low memory mode if value adding failed. -test case: Try adding value wihout enough space in cache +test case: Try adding value without enough space in cache in: history: [] precache: diff --git a/tests/libs/zbxdbcache/zbx_vc_get_values.yaml b/tests/libs/zbxdbcache/zbx_vc_get_values.yaml index 9def6a4b7e1..f18d13b3c2c 100644 --- a/tests/libs/zbxdbcache/zbx_vc_get_values.yaml +++ b/tests/libs/zbxdbcache/zbx_vc_get_values.yaml @@ -2563,7 +2563,7 @@ out: misses: 1 --- # TC45 -# Test that values withing the interval end second but not matching nanoseconds are not returned */ +# Test that values within the interval end second but not matching nanoseconds are not returned */ test case: Get 1 value during interval when using nanoseconds in end time (2) include: &include zbx_vc_get_values.inc.yaml in: @@ -2611,7 +2611,7 @@ out: misses: 1 --- # TC46 -# Test that values withing the interval end second but not matching nanoseconds are not returned */ +# Test that values within the interval end second but not matching nanoseconds are not returned */ test case: Get 10 values during interval when using nanoseconds in end time include: &include zbx_vc_get_values.inc.yaml in: diff --git a/tests/libs/zbxprometheus/prometheus_filter_init.yaml b/tests/libs/zbxprometheus/prometheus_filter_init.yaml index 94606ce23b5..eae93b0715f 100644 --- a/tests/libs/zbxprometheus/prometheus_filter_init.yaml +++ b/tests/libs/zbxprometheus/prometheus_filter_init.yaml @@ -56,16 +56,16 @@ out: pattern: 1 op: == --- -test case: 'cpu{decription="CPU \"Intel\""}' +test case: 'cpu{description="CPU \"Intel\""}' in: - filter: 'cpu{decription=~"CPU \"Intel\""}' + filter: 'cpu{description=~"CPU \"Intel\""}' out: return: SUCCEED metric: pattern: cpu op: = labels: - - key: decription + - key: description pattern: CPU "Intel" op: =~ --- -- cgit v1.2.3