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
path: root/tests
AgeCommit message (Collapse)Author
2022-11-06........S. [ZBXNEXT-8009] removed unused variableAlexander Vladishev
2022-11-04.......PS. [ZBXNEXT-8009] added jsonpath optimizationsAndris Zeila
Merge in ZBX/zabbix from feature/ZBXNEXT-8009-5.0 to release/5.0 * commit '9d6ad3d8f6bc1017a3777a63c7265fa7f18f0962': .......PS. [ZBXNEXT-8009] added check for zero length path .......PS. [ZBXNEXT-8009] fixed jsonpath conversion to text .......PS. [ZBXNEXT-8009] fixed crash if non simple path is present in jsonpath expression .D........ [ZBXNEXT-8009] added changelog entry .......PS. [ZBXNEXT-8009] added jsonpath optimization to stop at the first match if no more data are needed .......PS. [ZBXNEXT-8009] added precompilation of object references inside jsonpath expressions (cherry picked from commit f0e95dab5d82c48ff59536acc4896e3f322462fb)
2022-08-01........S. [ZBX-21266] performance fix, added cmocka test cases for ↵Sergey Simonenko
zbx_eval_parse_query()
2022-06-20.......... [ZBX-20638] updated to latest masterDmitrijs Goloscapovs
2022-06-08........S. [ZBX-20914] fixed wrong calculation of calculated item formulasAndrejs Kozlovs
2022-04-20.......... [ZBX-20638] updated to latest release/6.0Dmitrijs Goloscapovs
2022-04-19.......PS. [ZBX-20638] fixed testsDmitrijs Goloscapovs
2022-03-16.......... [DEV-2074] fixed or silenced latest gcc warningsArtjoms Rimdjonoks
(cherry picked from commit d5c5d4fba94854f90c647fcbf8a0b6be94a31c6d)
2022-02-18.......... [DEV-2064] moved corresponding headers includes first in the ↵Artjoms Rimdjonoks
includes list (libs folder) (cherry picked from commit 135765dc3e9a5f85af765a18008b18bd5770126b)
2022-02-17.D.....PS. [ZBX-20506] improved performance of configuration syncer; ↵Vladislavs Sokurenko
increased default cache size to 32M Merge in ZBX/zabbix from feature/ZBX-20506-5.5 to master * commit 'e37666649503265e934aa6de974656a9de25bb08': (31 commits) .......PS. [ZBX-20506] improved performance of configuration syncer when syncing preprocessing .D.....PS. [ZBX-20506] increase default configuration cache size to 32M .......PS. [ZBX-20506] fixed tracing of triggers .......PS. [ZBX-20506] improved performance of configuration syncer in case there are many trigger prototypes .......PS. [ZBX-20506] reverted last commit .......PS. [ZBX-20506] improved performance of configuration syncer in case if there are many trigger prototypes .D........ [ZBX-20506] added ChangeLog entry .......PS. [ZBX-20506] increased default cache size to 16M .......PS. [ZBX-20506] removed this should never happen .......PS. [ZBX-20506] fixed tests .......PS. [ZBX-20506] fixed warning .......PS. [ZBX-20506] added this should never happen to the impossible case .......PS. [ZBX-20506] style fix .......PS. [ZBX-20506] added calculated item formula comparison .......PS. [ZBX-20506] added handling of trigger prototypes and triggers on a template to status update .......PS. [ZBX-20506] added handling of trigger prototypes and triggers on a template to status update .......PS. [ZBX-20506] style fix .......PS. [ZBX-20506] fixed function header .......PS. [ZBX-20506] added debug of item discovery .......PS. [ZBX-20506] added debug of item discovery ... (cherry picked from commit 213231870366c6dd74ba94f85091c38f9d7130d8)
2022-01-28.......... [DEV-2062] removed duplicates from testsArtjoms Rimdjonoks
2022-01-28.......... [DEV-2062] removed redundant epsilon declarationArtjoms Rimdjonoks
2022-01-28.......... [DEV-2062] fixed typeArtjoms Rimdjonoks
2022-01-27.......... [DEV-2062] fixed various review commentsArtjoms Rimdjonoks
2022-01-27.......... [DEV-2062] added C99 variable declaration in testsArtjoms Rimdjonoks
2022-01-27.......... [DEV-2062] fixed PR commentsArtjoms Rimdjonoks
2022-01-24.......PS. [ZBXNEXT-7411] replaced signals with IPC messages for most of ↵Andris Zeila
internal runtime control option processing .......PS. [ZBXNEXT-7411] replaced signals with IPC messages for most of internal runtime control option processing * commit 'abbd7ab8d1cb2e8774f46a272016f58251f2d818': (38 commits) ........S. [ZBXNEXT-7411] removed duplicated diaginfo sections .......P.. [ZBXNEXT-7411] fixed active proxy configuration syncer to get configuration from server after startup without delays .......PS. [ZBXNEXT-7411] include, comment fixes according to pr comments .......PS. [ZBXNEXT-7411] fixed discoverer to keep the discovery schedule after processing rtc notifications (snmp cache reload) .......PS. [ZBXNEXT-7411] fixed exit in the case of insufficient configuration cache size .......PS. [ZBXNEXT-7411] removed debug comment ........S. [ZBXNEXT-7411] fixed housekeeper sleep time calculation .......... [ZBXNEXT-7411] removed unused function .......... [ZBXNEXT-7411] removed redundant include .......PS. [ZBXNEXT-7411] fixed warning ........S. [ZBXNEXT-7411] changed server configuration sync delay to count from sync end to sync start rather from star to start ........S. [ZBXNEXT-7411] added nextcheck intialization in configuration syncer .......PS. [ZBXNEXT-7411] added handling of rtc shutdown notification in all processes using rtc subscriptions ........S. [ZBXNEXT-7411] simplified server configuration syncer delay checks ........S. [ZBXNEXT-7411] restored warning messages when service manager cache is reloaded with rtc option .......P.. [ZBXNEXT-7411] removed signal handler setup ........S. [ZBXNEXT-7411] removed unused signal handler ........S. [ZBXNEXT-7411] reset rtc service when switching server from active to standby mode .......PS. [ZBXNEXT-7411] fixed snmp cache realoading check .......P.. [ZBXNEXT-7411] changed proxy configuration syncer sleep time to ignore sync time ...
2022-01-24.......... [DEV-2062] removed duplicates from testsArtjoms Rimdjonoks
2022-01-19.......PS. [ZBXNEXT-7411] include, comment fixes according to pr commentsAndris Zeila
2022-01-19.......... [DEV-2062] removed duplicates from vc testsArtjoms Rimdjonoks
2022-01-18.......... [DEV-2062] fixed 'buf' may be used uninitialized in this function ↵Artjoms Rimdjonoks
[-Wmaybe-uninitialized] warning
2022-01-18.......... [ZBXNEXT-7411] merged branch 'master' of ↵Andris Zeila
ssh://git.zabbix.lan:7999/zbx/zabbix into feature/ZBXNEXT-7411-5.5
2022-01-18.......... [DEV-2062] fixed review commentsArtjoms Rimdjonoks
2022-01-17.......... [ZBXNEXT-7411] fixed cmocka test building on freebsd using clang ↵Andris Zeila
compiler
2022-01-16.......... [ZBXNEXT-7411] fixed tests on older platformsVladislavs Sokurenko
2022-01-14.......... [ZBXNEXT-7411] updated zbx_eval_exec test case to allow result ↵Andris Zeila
variances because of math functions
2022-01-14.......... [ZBXNEXT-7411] fixed some cmocka compilation errors when using clangVladislavs Sokurenko
2022-01-14.......... [ZBXNEXT-7411] fixed cmocka tests on non Linux systemsVladislavs Sokurenko
2022-01-14........S. [ZBXNEXT-7411] renamed problem housekeeper to trigger housekeeperAndris Zeila
2022-01-13.......... [DEV-2053] removed redundant includesArtjoms Rimdjonoks
2022-01-13........S. [ZBX-19456] fixed zero timeshiftSergey Simonenko
* commit '02c04af8488fb8ff57b99a1c56510e3d1f21659a': ........S. [ZBX-19456] added missing Changelog entry ........S. [ZBX-19456] fixed error message ........S. [ZBX-19456] changed zbx_trends_parse_range() behavior for zero time period, added test cases
2022-01-13.......... [DEV-2062] removed redundant cmocka _fail declarationArtjoms Rimdjonoks
2022-01-13.......... [DEV-2062] removed duplicates from vc tests, fixed some warnings3Artjoms Rimdjonoks
2022-01-12.......... [DEV-2062] removed duplicates from vc tests, fixed some warnings2Artjoms Rimdjonoks
2022-01-12.......... [DEV-2062] removed duplicates from vc tests, fixed some warningsArtjoms Rimdjonoks
2022-01-12.......... [DEV-2062] removed duplicates from vc testsArtjoms Rimdjonoks
2022-01-11.......... [DEV-2051] removed functions names from the function commentsArtjoms Rimdjonoks
2022-01-10.......... [DEV-2053] rebased on masterArtjoms Rimdjonoks
2022-01-10........S. [ZBX-19456] changed zbx_trends_parse_range() behavior for zero ↵Sergey Simonenko
time period, added test cases
2022-01-10.......... [ZBXNEXT-6875] fixed tests casesAndris Zeila
Merge in ZBX/zabbix from feature/ZBXNEXT-6875-5.0 to release/5.0 * commit '5f59198c431935ece5c0a130e09ba7a331f3a230': .......... [ZBXNEXT-6875] fixed tests cases (cherry picked from commit efcf0e987f3676224481fe68459a53fdb90a7500)
2022-01-09.......... [ZBXNEXT-826] updated copyright year [2022]Alexander Vladishev
2022-01-07.......... [DEV-2051] fixed varios PR commentsArtjoms Rimdjonoks
2022-01-07.......PS. [ZBXNEXT-2485] removed redundant code that moves ODBC poller ↵Vladislavs Sokurenko
checks to unreachable poller and updated tests accordingly
2022-01-07.......PS. [ZBXNEXT-2485] fixed testsVladislavs Sokurenko
2022-01-07.......... [DEV-2053] restored some includesArtjoms Rimdjonoks
2022-01-07.......... [DEV-2053] removed more redundant includesArtjoms Rimdjonoks
2022-01-05.......... [DEV-2051] removed functions names from the function commentsArtjoms Rimdjonoks
2021-12-15.......... [ZBXNEXT-4922] merged latest changes from masterJurijs Klopovskis
conflicts: tests/libs/zbxprometheus/zbx_prometheus_pattern.yaml
2021-12-09.......PS. [ZBX-20311] returned the value -1 for bucket_percentile() and ↵Michael Veksler
histogram_quantile() if bucket[+inf] = 0 * commit '9f4af3c05db1b1e50a5a4e9465c2dc2f8c72d12d': .......PS. [ZBX-20311] added cmocka tests for -1 case .......PS. [ZBX-20311] returned the value -1 in case the rate[inf] = 0
2021-12-09.......PS. [ZBX-20311] added cmocka tests for -1 caseMichael Veksler