aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Added key to run specifig lua-testMikhail Galanin2018-09-192-1/+42
| | | | | | | example: $ ./test/rspamd-test -p /rspamd/lua -t selectors.lua no way to run two test suites atm
* [Test] Assertions for table comparsion that are nicer to useMikhail Galanin2018-09-192-0/+22
|
* [Test] Init URL parser before running unit testsMikhail Galanin2018-09-191-0/+1
|
* [Test] Input data for the last test caseMikhail Galanin2018-09-181-0/+2
|
* [Test] Added test for case "hello.\nagain"Mikhail Galanin2018-09-182-0/+7
|
* [Test] Forgotten configMikhail Galanin2018-09-181-0/+46
|
* [Test] Test for regexps in {sa_body} and urls with newlinesMikhail Galanin2018-09-183-0/+62
|
* [Fix] Fix more issues with watching of async eventsVsevolod Stakhov2018-09-121-0/+3
|
* Merge pull request #2485 from negram/dns-api-testVsevolod Stakhov2018-09-123-0/+92
|\ | | | | [Test] Added test for DNS api
| * [Minor] Removed extra whitespaceMikhail Galanin2018-09-121-1/+1
| |
| * [Test] Added test for DNS apiMikhail Galanin2018-09-123-0/+92
| |
* | [Minor] Removed unused variableMikhail Galanin2018-09-121-1/+0
| |
* | [Test] Added test for new version of Redis APIMikhail Galanin2018-09-123-3/+32
|/
* Merge branch 'master' into redis-coroutinesMikhail Galanin2018-09-111-0/+41
|\
| * [Test] Mark error with symbol in responseMikhail Galanin2018-09-101-1/+6
| |
| * [Test] Added test case for error handling checkMikhail Galanin2018-09-101-0/+41
| |
* | [Test] Added test for Redis APIMikhail Galanin2018-09-108-7/+243
|/
* Merge pull request #2476 from negram/fix-milter-testVsevolod Stakhov2018-09-107-11/+16
|\ | | | | Fix milter test
| * [Test] More debug infoMikhail Galanin2018-09-101-0/+2
| |
| * [Test] Mark "connection" resource as freedMikhail Galanin2018-09-101-1/+4
| | | | | | | | mt.disconnect() performs free(). If we call it twice with the same argument, we will get double free()
| * [Test] Use dofile instead of requireMikhail Galanin2018-09-105-10/+10
| | | | | | | | require implies module loading via standard mechanism (which is have to present in LUA_PATH). Here we just load the specific files.
* | Merge pull request #2475 from negram/dnssec-mockVsevolod Stakhov2018-09-101-0/+35
|\ \ | | | | | | [Test] One more domain to faking records
| * | [Test] More fake recorsMikhail Galanin2018-09-101-0/+25
| | | | | | | | | | | | to fix "SPF DNSFAIL FAILED A" and "SPF DNSFAIL FAILED MX" cases
| * | [Test] And another fake domainMikhail Galanin2018-09-101-0/+5
| | | | | | | | | | | | Used in "Blacklist" test and slows it down when no connection
| * | [Test] One more domain to faking recordsMikhail Galanin2018-09-101-0/+5
| |/
* | Merge branch 'master' into rspamadm-coroutinesMikhail Galanin2018-09-107-31/+85
|\|
| * [Test] Small refactoring in dummy services testMikhail Galanin2018-09-076-30/+78
| | | | | | | | | | Moved code for pid writing and terminating into a separated module. Also added cleanup: in some cases, processes remained in the system after test is done. It should not happen anymore
| * [Test] Added check if there was no segfault during the test runMikhail Galanin2018-09-061-0/+5
| |
* | [Minor] It's too early to test rspamadm with redisMikhail Galanin2018-09-061-2/+0
| |
* | [Test] Added more test for rspamadm and test for lua tcp client invoked via ↵Mikhail Galanin2018-09-056-0/+137
|/ | | | rspamadm
* [Test] Read the whole response from dummy httpMikhail Galanin2018-08-311-14/+33
|
* [Minor] testMikhail Galanin2018-08-301-1/+0
|
* [Test] Test for TCP libraryMikhail Galanin2018-08-305-29/+285
|
* [Test] Remove legacy tokenizer testsVsevolod Stakhov2018-08-241-34/+0
|
* [Test] Use new routines in test, just for test (manual one) :)Mikhail Galanin2018-08-241-4/+51
|
* [Test] More test cases for ClickHouseMikhail Galanin2018-08-2412-164/+305
|
* [Minor] Split lua_thread_pool_get on ↵Mikhail Galanin2018-08-241-2/+2
| | | | lua_thread_pool_get_for_task/lua_thread_pool_get_for_config
* [Test] More test cases for HTTP APIMikhail Galanin2018-08-235-21/+118
|
* [Test] Improved process termination in testsMikhail Galanin2018-08-221-10/+26
|
* [Test] Added test for HTTP APIMikhail Galanin2018-08-225-4/+160
|
* Merge pull request #2433 from negram/clickhouse-migration-functional-testVsevolod Stakhov2018-08-2113-3/+868
|\ | | | | [Test] Added test for clickhouse migration vNONE -> v2
| * [Test] Added test for clickhouse migration vNONE -> v2Mikhail Galanin2018-08-2113-3/+868
| |
* | [Minor] Fix entities decodingVsevolod Stakhov2018-08-211-1/+2
|/
* [Minor] Benchmark for lua callsMikhail Galanin2018-08-205-1/+189
|
* [Test] Added few more fake recordsMikhail Galanin2018-08-143-1/+36
|
* Merge pull request #2418 from negram/save-logs-and-configs-in-testsVsevolod Stakhov2018-08-132-0/+21
|\ | | | | [Test] Save logs and config once a test has been done
| * [Test] Save logs and config once a test has been doneMikhail Galanin2018-08-132-0/+21
| |
* | [Test] Fake Lua test suiteMikhail Galanin2018-08-101-0/+5
| |
* | [Test] Cover "102 Multimap" suite with faked recordsMikhail Galanin2018-08-101-0/+140
|/
* [Fix] Use fake dns records in testsMikhail Galanin2018-08-081-0/+230
|