From d88f2134e60aa1bb8daba26418722445de4bf46d Mon Sep 17 00:00:00 2001 From: Artjoms Rimdjonoks Date: Fri, 19 Feb 2021 11:32:27 +0200 Subject: ........S. [DEV-1836] added warning for unsupported DB version --- tests/libs/zbxdbcache/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/libs/zbxdbcache') diff --git a/tests/libs/zbxdbcache/Makefile.am b/tests/libs/zbxdbcache/Makefile.am index bb6690c133f..2f64538bf88 100644 --- a/tests/libs/zbxdbcache/Makefile.am +++ b/tests/libs/zbxdbcache/Makefile.am @@ -83,6 +83,7 @@ COMMON_WRAP_FUNCS = \ -Wl,--wrap=zbx_history_add_values \ -Wl,--wrap=zbx_history_sql_init \ -Wl,--wrap=zbx_history_elastic_init \ + -Wl,--wrap=zbx_elastic_check_version \ -Wl,--wrap=time zbx_vc_get_values_SOURCES = \ -- cgit v1.2.3 From 852a4ca054dad29647ce9bc11b8b3f4b1d518d1b Mon Sep 17 00:00:00 2001 From: Artjoms Rimdjonoks Date: Tue, 2 Mar 2021 21:30:05 +0200 Subject: ........S. [DEV-1836] improved code formatting --- tests/libs/zbxdbcache/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/libs/zbxdbcache') diff --git a/tests/libs/zbxdbcache/Makefile.am b/tests/libs/zbxdbcache/Makefile.am index 2f64538bf88..2421bf446b8 100644 --- a/tests/libs/zbxdbcache/Makefile.am +++ b/tests/libs/zbxdbcache/Makefile.am @@ -84,6 +84,7 @@ COMMON_WRAP_FUNCS = \ -Wl,--wrap=zbx_history_sql_init \ -Wl,--wrap=zbx_history_elastic_init \ -Wl,--wrap=zbx_elastic_check_version \ + -Wl,--wrap=zbx_elastic_get_version \ -Wl,--wrap=time zbx_vc_get_values_SOURCES = \ -- cgit v1.2.3 From e8ad06818c854deac2a0a9e7c1b2c1e342b6a2e4 Mon Sep 17 00:00:00 2001 From: Michael Veksler Date: Tue, 6 Apr 2021 23:33:30 +0300 Subject: ........S. [DEV-1836] fixed tests --- tests/libs/zbxdbcache/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/libs/zbxdbcache') diff --git a/tests/libs/zbxdbcache/Makefile.am b/tests/libs/zbxdbcache/Makefile.am index 2421bf446b8..7f478685909 100644 --- a/tests/libs/zbxdbcache/Makefile.am +++ b/tests/libs/zbxdbcache/Makefile.am @@ -83,8 +83,8 @@ COMMON_WRAP_FUNCS = \ -Wl,--wrap=zbx_history_add_values \ -Wl,--wrap=zbx_history_sql_init \ -Wl,--wrap=zbx_history_elastic_init \ - -Wl,--wrap=zbx_elastic_check_version \ - -Wl,--wrap=zbx_elastic_get_version \ + -Wl,--wrap=zbx_elastic_version_extract \ + -Wl,--wrap=zbx_elastic_version_get \ -Wl,--wrap=time zbx_vc_get_values_SOURCES = \ -- cgit v1.2.3