Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Test] Pass test-case patten into test engine | Mikhail Galanin | 2018-09-20 | 3 | -1/+16 | |
| | | | | | | | | | So that now we can set which test cases should be runned: $ ./test/rspamd-test -p /rspamd/lua -t selectors.lua -c "case .* rcpts" $ ./test/rspamd-test -p /rspamd/lua -c "case 1st rcpts" -c accepts Lua-pattern | |||||
* | [Test] Uncommented cases which are now working | Mikhail Galanin | 2018-09-20 | 1 | -51/+28 | |
| | ||||||
* | Merge pull request #2502 from negram/selectors-test | Vsevolod Stakhov | 2018-09-19 | 1 | -0/+228 | |
|\ | | | | | [Test] Few "basic" test cases for selectors | |||||
| * | Merge branch 'master' into selectors-test | Mikhail Galanin | 2018-09-19 | 2 | -0/+22 | |
| |\ | ||||||
| * | | [Test] Few "basic" test cases for selectors | Mikhail Galanin | 2018-09-19 | 1 | -0/+228 | |
| | | | ||||||
* | | | Merge pull request #2503 from negram/test-update | Vsevolod Stakhov | 2018-09-19 | 1 | -4/+2 | |
|\ \ \ | | | | | | | | | [Test] Rewrote test using new assertion | |||||
| * | | | [Test] Rewrote test using new assertion | Mikhail Galanin | 2018-09-19 | 1 | -4/+2 | |
| | |/ | |/| | ||||||
* / | | [Test] Added key to run specifig lua-test | Mikhail Galanin | 2018-09-19 | 2 | -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 use | Mikhail Galanin | 2018-09-19 | 2 | -0/+22 | |
|/ | ||||||
* | [Test] Init URL parser before running unit tests | Mikhail Galanin | 2018-09-19 | 1 | -0/+1 | |
| | ||||||
* | [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 | |
| | ||||||
* | [Test] Remove legacy tokenizer tests | Vsevolod Stakhov | 2018-08-24 | 1 | -34/+0 | |
| | ||||||
* | [Test] Use new routines in test, just for test (manual one) :) | Mikhail Galanin | 2018-08-24 | 1 | -4/+51 | |
| | ||||||
* | [Test] More test cases for ClickHouse | Mikhail Galanin | 2018-08-24 | 12 | -164/+305 | |
| | ||||||
* | [Minor] Split lua_thread_pool_get on ↵ | Mikhail Galanin | 2018-08-24 | 1 | -2/+2 | |
| | | | | lua_thread_pool_get_for_task/lua_thread_pool_get_for_config | |||||
* | [Test] More test cases for HTTP API | Mikhail Galanin | 2018-08-23 | 5 | -21/+118 | |
| | ||||||
* | [Test] Improved process termination in tests | Mikhail Galanin | 2018-08-22 | 1 | -10/+26 | |
| | ||||||
* | [Test] Added test for HTTP API | Mikhail Galanin | 2018-08-22 | 5 | -4/+160 | |
| | ||||||
* | Merge pull request #2433 from negram/clickhouse-migration-functional-test | Vsevolod Stakhov | 2018-08-21 | 13 | -3/+868 | |
|\ | | | | | [Test] Added test for clickhouse migration vNONE -> v2 | |||||
| * | [Test] Added test for clickhouse migration vNONE -> v2 | Mikhail Galanin | 2018-08-21 | 13 | -3/+868 | |
| | | ||||||
* | | [Minor] Fix entities decoding | Vsevolod Stakhov | 2018-08-21 | 1 | -1/+2 | |
|/ |