Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Collect coverage in all functional tests | Mikhail Galanin | 2018-10-08 | 7 | -0/+7 |
| | |||||
* | [Test] Coverage merge/push script | Mikhail Galanin | 2018-10-08 | 1 | -0/+139 |
| | |||||
* | [Test] Collect coverage from rspamd workers | Mikhail Galanin | 2018-10-08 | 2 | -0/+107 |
| | |||||
* | [Test] use the coverage collector in tests | Mikhail Galanin | 2018-10-05 | 3 | -1/+3 |
| | |||||
* | [Test] added Lua test coverage collector for functional tests | Mikhail Galanin | 2018-10-05 | 1 | -0/+46 |
| | |||||
* | [Test] Fix reload test | Vsevolod Stakhov | 2018-10-02 | 2 | -3/+3 |
| | |||||
* | [Test] Fix and extend whitelist tests | Vsevolod Stakhov | 2018-10-01 | 3 | -49/+35 |
| | |||||
* | [Test] Add more test messages | Vsevolod Stakhov | 2018-10-01 | 4 | -0/+242 |
| | |||||
* | [Test] Add more fake domains | Vsevolod Stakhov | 2018-10-01 | 1 | -0/+15 |
| | |||||
* | [Minor] Fixed sync redis connection with default arguments in rspamadm | Mikhail Galanin | 2018-10-01 | 1 | -3/+3 |
| | |||||
* | [Test] Fix AV tests | Vsevolod Stakhov | 2018-09-29 | 1 | -4/+4 |
| | |||||
* | Merge pull request #2540 from negram/dns-sync-rspamadm | Vsevolod Stakhov | 2018-09-27 | 2 | -1/+53 |
|\ | | | | | Dns sync rspamadm | ||||
| * | [Test] fixed config path | Mikhail Galanin | 2018-09-27 | 1 | -1/+1 |
| | | |||||
| * | [Test] Fixed undefined variable usage | Mikhail Galanin | 2018-09-27 | 1 | -3/+4 |
| | | |||||
| * | [Test] Add output logging | Mikhail Galanin | 2018-09-27 | 1 | -0/+2 |
| | | |||||
| * | [Test] Added test for dns request from rspamadm | Mikhail Galanin | 2018-09-27 | 2 | -1/+50 |
| | | |||||
* | | [Minor] Close file once it is not needed | Mikhail Galanin | 2018-09-27 | 1 | -4/+4 |
|/ | |||||
* | [Test] Actually the functional test | Mikhail Galanin | 2018-09-24 | 1 | -0/+30 |
| | |||||
* | [Test] Final cases for selectors - register_* and functional for regexps | Mikhail Galanin | 2018-09-24 | 4 | -1/+17 |
| | |||||
* | [Minor] Fix test cases | Vsevolod Stakhov | 2018-09-23 | 2 | -5/+5 |
| | |||||
* | [Test] Input data for the last test case | Mikhail Galanin | 2018-09-18 | 1 | -0/+2 |
| | |||||
* | [Test] Added test for case "hello.\nagain" | Mikhail Galanin | 2018-09-18 | 2 | -0/+7 |
| | |||||
* | [Test] Forgotten config | Mikhail Galanin | 2018-09-18 | 1 | -0/+46 |
| | |||||
* | [Test] Test for regexps in {sa_body} and urls with newlines | Mikhail Galanin | 2018-09-18 | 3 | -0/+62 |
| | |||||
* | [Fix] Fix more issues with watching of async events | Vsevolod Stakhov | 2018-09-12 | 1 | -0/+3 |
| | |||||
* | Merge pull request #2485 from negram/dns-api-test | Vsevolod Stakhov | 2018-09-12 | 3 | -0/+92 |
|\ | | | | | [Test] Added test for DNS api | ||||
| * | [Minor] Removed extra whitespace | Mikhail Galanin | 2018-09-12 | 1 | -1/+1 |
| | | |||||
| * | [Test] Added test for DNS api | Mikhail Galanin | 2018-09-12 | 3 | -0/+92 |
| | | |||||
* | | [Minor] Removed unused variable | Mikhail Galanin | 2018-09-12 | 1 | -1/+0 |
| | | |||||
* | | [Test] Added test for new version of Redis API | Mikhail Galanin | 2018-09-12 | 3 | -3/+32 |
|/ | |||||
* | Merge branch 'master' into redis-coroutines | Mikhail Galanin | 2018-09-11 | 1 | -0/+41 |
|\ | |||||
| * | [Test] Mark error with symbol in response | Mikhail Galanin | 2018-09-10 | 1 | -1/+6 |
| | | |||||
| * | [Test] Added test case for error handling check | Mikhail Galanin | 2018-09-10 | 1 | -0/+41 |
| | | |||||
* | | [Test] Added test for Redis API | Mikhail Galanin | 2018-09-10 | 8 | -7/+243 |
|/ | |||||
* | Merge pull request #2476 from negram/fix-milter-test | Vsevolod Stakhov | 2018-09-10 | 7 | -11/+16 |
|\ | | | | | Fix milter test | ||||
| * | [Test] More debug info | Mikhail Galanin | 2018-09-10 | 1 | -0/+2 |
| | | |||||
| * | [Test] Mark "connection" resource as freed | Mikhail Galanin | 2018-09-10 | 1 | -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 require | Mikhail Galanin | 2018-09-10 | 5 | -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-mock | Vsevolod Stakhov | 2018-09-10 | 1 | -0/+35 |
|\ \ | | | | | | | [Test] One more domain to faking records | ||||
| * | | [Test] More fake recors | Mikhail Galanin | 2018-09-10 | 1 | -0/+25 |
| | | | | | | | | | | | | to fix "SPF DNSFAIL FAILED A" and "SPF DNSFAIL FAILED MX" cases | ||||
| * | | [Test] And another fake domain | Mikhail Galanin | 2018-09-10 | 1 | -0/+5 |
| | | | | | | | | | | | | Used in "Blacklist" test and slows it down when no connection | ||||
| * | | [Test] One more domain to faking records | Mikhail Galanin | 2018-09-10 | 1 | -0/+5 |
| |/ | |||||
* | | Merge branch 'master' into rspamadm-coroutines | Mikhail Galanin | 2018-09-10 | 7 | -31/+85 |
|\| | |||||
| * | [Test] Small refactoring in dummy services test | Mikhail Galanin | 2018-09-07 | 6 | -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 run | Mikhail Galanin | 2018-09-06 | 1 | -0/+5 |
| | | |||||
* | | [Minor] It's too early to test rspamadm with redis | Mikhail Galanin | 2018-09-06 | 1 | -2/+0 |
| | | |||||
* | | [Test] Added more test for rspamadm and test for lua tcp client invoked via ↵ | Mikhail Galanin | 2018-09-05 | 6 | -0/+137 |
|/ | | | | rspamadm | ||||
* | [Test] Read the whole response from dummy http | Mikhail Galanin | 2018-08-31 | 1 | -14/+33 |
| | |||||
* | [Minor] test | Mikhail Galanin | 2018-08-30 | 1 | -1/+0 |
| | |||||
* | [Test] Test for TCP library | Mikhail Galanin | 2018-08-30 | 5 | -29/+285 |
| |