Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [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 | |
|/ | ||||||
* | [Minor] Benchmark for lua calls | Mikhail Galanin | 2018-08-20 | 5 | -1/+189 | |
| | ||||||
* | [Test] Added few more fake records | Mikhail Galanin | 2018-08-14 | 3 | -1/+36 | |
| | ||||||
* | Merge pull request #2418 from negram/save-logs-and-configs-in-tests | Vsevolod Stakhov | 2018-08-13 | 2 | -0/+21 | |
|\ | | | | | [Test] Save logs and config once a test has been done | |||||
| * | [Test] Save logs and config once a test has been done | Mikhail Galanin | 2018-08-13 | 2 | -0/+21 | |
| | | ||||||
* | | [Test] Fake Lua test suite | Mikhail Galanin | 2018-08-10 | 1 | -0/+5 | |
| | | ||||||
* | | [Test] Cover "102 Multimap" suite with faked records | Mikhail Galanin | 2018-08-10 | 1 | -0/+140 | |
|/ | ||||||
* | [Fix] Use fake dns records in tests | Mikhail Galanin | 2018-08-08 | 1 | -0/+230 | |
| | ||||||
* | [Test] Add more gtube parts to test | Vsevolod Stakhov | 2018-08-01 | 1 | -1/+32 | |
| | ||||||
* | Merge pull request #2385 from negram/extract_specific_urls-rework | Vsevolod Stakhov | 2018-07-31 | 1 | -0/+226 | |
|\ | | | | | Extract specific urls rework | |||||
| * | [Minor] added test parsing html/phished urls | Mikhail Galanin | 2018-07-31 | 1 | -12/+111 | |
| | | ||||||
| * | [Minor] Pass params via table instead of long arglist. Added esld_limit ↵ | Mikhail Galanin | 2018-07-31 | 1 | -0/+127 | |
| | | | | | | | | param to lua_util.extract_specific_urls() | |||||
* | | [Fix] Avoid one extra byte writing | Vsevolod Stakhov | 2018-07-31 | 1 | -0/+3 | |
| | | ||||||
* | | [Test] Remove broken test | Vsevolod Stakhov | 2018-07-31 | 1 | -84/+0 | |
| | | ||||||
* | | [Feature] Implement parsing of scoped IPv6 addresses | Vsevolod Stakhov | 2018-07-31 | 1 | -1/+3 | |
|/ | ||||||
* | [Test] Disable broken test | Vsevolod Stakhov | 2018-07-28 | 1 | -5/+6 | |
| | ||||||
* | [Test] Log rspamc output | Vsevolod Stakhov | 2018-07-28 | 1 | -0/+1 | |
| | ||||||
* | [Fix] Detect empty text part as text, not HTML | Mikhail Galanin | 2018-07-27 | 2 | -0/+18 | |
| | | | | Issue: #2367 | |||||
* | [Conf] Add fallback maps | Vsevolod Stakhov | 2018-07-18 | 1 | -1/+4 | |
| | ||||||
* | [Conf] Use remote maps | Vsevolod Stakhov | 2018-07-17 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Redis support is now unconditional | Vsevolod Stakhov | 2018-07-10 | 1 | -3/+1 | |
| | ||||||
* | [Test] Add received headers parsing unit tests | Vsevolod Stakhov | 2018-07-03 | 1 | -0/+137 | |
| | ||||||
* | [Minor] Reduce speed test cycles in unit tests | Vsevolod Stakhov | 2018-07-03 | 2 | -12/+17 | |
| | ||||||
* | [Feature] Distinguish IP failures from connection failures | Vsevolod Stakhov | 2018-07-02 | 1 | -2/+2 | |
| | ||||||
* | [Test] Remove delay | Vsevolod Stakhov | 2018-06-26 | 1 | -1/+0 | |
| | ||||||
* | [Minor] Fix more tests | Vsevolod Stakhov | 2018-06-23 | 1 | -1/+1 | |
| | ||||||
* | [Test] Fix html unit test | Vsevolod Stakhov | 2018-06-23 | 1 | -1/+1 | |
| | ||||||
* | [Test] Another blind try to fix | Vsevolod Stakhov | 2018-06-22 | 2 | -4/+12 | |
| |