aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Collect coverage in all functional testsMikhail Galanin2018-10-087-0/+7
|
* [Test] Coverage merge/push scriptMikhail Galanin2018-10-081-0/+139
|
* [Test] Collect coverage from rspamd workersMikhail Galanin2018-10-082-0/+107
|
* [Test] use the coverage collector in testsMikhail Galanin2018-10-053-1/+3
|
* [Test] added Lua test coverage collector for functional testsMikhail Galanin2018-10-051-0/+46
|
* [Test] Fix reload testVsevolod Stakhov2018-10-022-3/+3
|
* [Test] Fix and extend whitelist testsVsevolod Stakhov2018-10-013-49/+35
|
* [Test] Add more test messagesVsevolod Stakhov2018-10-014-0/+242
|
* [Test] Add more fake domainsVsevolod Stakhov2018-10-011-0/+15
|
* [Minor] Fixed sync redis connection with default arguments in rspamadmMikhail Galanin2018-10-011-3/+3
|
* [Test] Fix AV testsVsevolod Stakhov2018-09-291-4/+4
|
* Merge pull request #2540 from negram/dns-sync-rspamadmVsevolod Stakhov2018-09-272-1/+53
|\ | | | | Dns sync rspamadm
| * [Test] fixed config pathMikhail Galanin2018-09-271-1/+1
| |
| * [Test] Fixed undefined variable usageMikhail Galanin2018-09-271-3/+4
| |
| * [Test] Add output loggingMikhail Galanin2018-09-271-0/+2
| |
| * [Test] Added test for dns request from rspamadmMikhail Galanin2018-09-272-1/+50
| |
* | [Minor] Close file once it is not neededMikhail Galanin2018-09-271-4/+4
|/
* [Test] Actually the functional testMikhail Galanin2018-09-241-0/+30
|
* [Test] Final cases for selectors - register_* and functional for regexpsMikhail Galanin2018-09-244-1/+17
|
* [Minor] Fix test casesVsevolod Stakhov2018-09-232-5/+5
|
* [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
|