aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Multiple conditionsAndrew Lewis2020-11-031-0/+22
|
* [Test] Map reload: improve test outputAndrew Lewis2020-10-161-2/+6
|
* [TEST] FNameskorgoth12020-09-021-0/+12
|
* [Test] Increase resilence of the NN testsVsevolod Stakhov2020-08-241-2/+11
|
* [Minor] Fix some more tld issues and tld testsVsevolod Stakhov2020-02-251-6/+8
|
* [Minor] Fix masks calculationsVsevolod Stakhov2020-01-241-2/+2
|
* [Test] Start tests for magic detectionVsevolod Stakhov2019-09-101-0/+14
|
* [Rework] Drop url tagsVsevolod Stakhov2019-08-211-56/+0
|
* [Test] Add tests for IDs propagationVsevolod Stakhov2019-08-201-0/+18
|
* [Test] Add options in composites testsVsevolod Stakhov2019-08-151-0/+14
|
* [Test] Add large https body testVsevolod Stakhov2019-08-141-5/+43
|
* [Test] More test fixesVsevolod Stakhov2019-08-121-4/+6
|
* [Test] Improve ssl testVsevolod Stakhov2019-08-121-2/+7
|
* [Fix] Lua_tcp: Various fixes and debugging improvementsVsevolod Stakhov2019-07-211-1/+1
|
* [Test] Add large TCP request testVsevolod Stakhov2019-07-211-0/+44
|
* [Test] Add functional tests for neural pluginVsevolod Stakhov2019-07-151-0/+15
|
* [Test] Improve settings tests coverageVsevolod Stakhov2019-06-151-0/+11
|
* [Test] Add test for virtual symbolsVsevolod Stakhov2019-06-141-2/+11
|
* [Test] Add functional tests for ssl in lua_tcpVsevolod Stakhov2019-05-311-0/+33
|
* [Test] Fix DNS testsVsevolod Stakhov2019-03-011-1/+2
|
* [Test] Revert tests changesVsevolod Stakhov2019-03-013-12/+19
|
* [Test] Remove more broken testsVsevolod Stakhov2019-02-282-14/+8
|
* [Test] Remove more broken testsVsevolod Stakhov2019-02-281-2/+3
|
* [Test] Fix http tests - remove coroutines testsVsevolod Stakhov2019-02-281-1/+2
|
* add tests for dkim signatures with milterJohn McKay2019-02-024-0/+54
|
* [Test] Add tests for lua_udpVsevolod Stakhov2019-01-211-0/+81
|
* [Test] Add task:get_from(['mime']) testAlexander Moisseev2019-01-171-0/+8
|
* [Test] Add test for composites with symbol groupsAlexander Moisseev2018-10-301-0/+33
|
* [Test] Add composites testAlexander Moisseev2018-10-301-0/+93
|
* [Fix] Use proper syntax for making DNS requestsVsevolod Stakhov2018-10-211-1/+1
|
* [Test] added Lua test coverage collector for functional testsMikhail Galanin2018-10-051-0/+46
|
* [Test] Fix reload testVsevolod Stakhov2018-10-021-2/+2
|
* [Minor] Fixed sync redis connection with default arguments in rspamadmMikhail Galanin2018-10-011-3/+3
|
* [Test] fixed config pathMikhail Galanin2018-09-271-1/+1
|
* [Test] Fixed undefined variable usageMikhail Galanin2018-09-271-3/+4
|
* [Test] Added test for dns request from rspamadmMikhail Galanin2018-09-271-0/+29
|
* [Test] Final cases for selectors - register_* and functional for regexpsMikhail Galanin2018-09-241-0/+6
|
* [Test] Test for regexps in {sa_body} and urls with newlinesMikhail Galanin2018-09-181-0/+12
|
* [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-121-0/+52
|\ | | | | [Test] Added test for DNS api
| * [Minor] Removed extra whitespaceMikhail Galanin2018-09-121-1/+1
| |
| * [Test] Added test for DNS apiMikhail Galanin2018-09-121-0/+52
| |
* | [Minor] Removed unused variableMikhail Galanin2018-09-121-1/+0
| |
* | [Test] Added test for new version of Redis APIMikhail Galanin2018-09-121-3/+29
|/
* [Test] Added test for Redis APIMikhail Galanin2018-09-103-1/+134
|
* Merge pull request #2476 from negram/fix-milter-testVsevolod Stakhov2018-09-106-11/+14
|\ | | | | Fix milter test
| * [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.
* | [Test] Added more test for rspamadm and test for lua tcp client invoked via ↵Mikhail Galanin2018-09-053-0/+66
|/ | | | rspamadm
* [Test] Read the whole response from dummy httpMikhail Galanin2018-08-311-14/+33
|