Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-07 18:39:56 +0300
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2021-05-07 18:39:56 +0300
commitd3d1b6340db4bd59900ef61db90f5cc927dcd59b (patch)
tree2710aea0bb61e17af0b994b86a1656a04dc77ba0 /tests/libs
parent27d4e37650a3cd785ffc481dcb5c831c7b58f9e1 (diff)
parent6ef36762644b5d57dc2c96b4aa8392bc7af561f5 (diff)
.......... [ZBXNEXT-6451,ZBXNEXT-6455] updated to the latest master; fixed conflicts in:
- create/src/schema.tmpl - include/db.h - include/zbxhistory.h - src/libs/zbxdbupgrade/dbupgrade_5030.c - src/libs/zbxhistory/history.c - ui/include/defines.inc.php
Diffstat (limited to 'tests/libs')
-rw-r--r--tests/libs/zbxdbcache/Makefile.am2
-rw-r--r--tests/libs/zbxhistory/Makefile.am3
-rwxr-xr-xtests/libs/zbxserver/Makefile.am2
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/libs/zbxdbcache/Makefile.am b/tests/libs/zbxdbcache/Makefile.am
index 42ec3ded75b..df2e13eb9d5 100644
--- a/tests/libs/zbxdbcache/Makefile.am
+++ b/tests/libs/zbxdbcache/Makefile.am
@@ -82,6 +82,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_version_extract \
+ -Wl,--wrap=zbx_elastic_version_get \
-Wl,--wrap=time
zbx_vc_get_values_SOURCES = \
diff --git a/tests/libs/zbxhistory/Makefile.am b/tests/libs/zbxhistory/Makefile.am
index 6f8f5eacfee..c28a45c55e9 100644
--- a/tests/libs/zbxhistory/Makefile.am
+++ b/tests/libs/zbxhistory/Makefile.am
@@ -22,6 +22,9 @@ HISTORY_LIBS = \
$(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \
$(top_srcdir)/src/libs/zbxdbhigh/libzbxdbhigh.a \
$(top_srcdir)/src/libs/zbxdb/libzbxdb.a \
+ $(top_srcdir)/src/libs/zbxjson/libzbxjson.a \
+ $(top_srcdir)/src/libs/zbxregexp/libzbxregexp.a \
+ $(top_srcdir)/src/libs/zbxcommon/libzbxcommon.a \
$(top_srcdir)/tests/libzbxmockdata.a
zbx_history_get_values_SOURCES = \
diff --git a/tests/libs/zbxserver/Makefile.am b/tests/libs/zbxserver/Makefile.am
index b4c9a175ce1..17ac0c03494 100755
--- a/tests/libs/zbxserver/Makefile.am
+++ b/tests/libs/zbxserver/Makefile.am
@@ -139,6 +139,8 @@ VALUECACHE_WRAP_FUNCS = \
-Wl,--wrap=zbx_history_add_values \
-Wl,--wrap=zbx_history_sql_init \
-Wl,--wrap=zbx_history_elastic_init \
+ -Wl,--wrap=zbx_elastic_version_extract \
+ -Wl,--wrap=zbx_elastic_version_get \
-Wl,--wrap=time \
-Wl,--wrap=substitute_simple_macros \
-Wl,--wrap=DCget_data_expected_from \