aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Add some tests for arc signingVsevolod Stakhov2019-05-144-0/+92
|
* [Minor] Fix gc in lua testsVsevolod Stakhov2019-05-101-1/+1
|
* [Minor] Allow to tune GC related optionsVsevolod Stakhov2019-05-101-0/+1
|
* [Minor] Wipe memory in rspamadmVsevolod Stakhov2019-05-011-1/+1
|
* [Test] Sigh, fucking pythonVsevolod Stakhov2019-04-181-1/+1
|
* [Test] What the hell is going onVsevolod Stakhov2019-04-181-1/+1
|
* [Test] Fix clickhouse testsVsevolod Stakhov2019-04-181-1/+1
|
* [Test] Fix CH migration testsVsevolod Stakhov2019-04-161-1/+1
|
* [Test] Fix schema versionVsevolod Stakhov2019-04-151-1/+1
|
* [Minor] Refactor DNS resolver invocationsVsevolod Stakhov2019-04-112-10/+11
|
* [Test] Add tests for sign mapsVsevolod Stakhov2019-04-092-0/+43
|
* [Test] Fix broken unit testsVsevolod Stakhov2019-04-061-5/+5
|
* [Minor] Restore Lua 5.2 compatibilityVsevolod Stakhov2019-04-011-3/+3
| | | | | Issue: #2826 Closes: #2826
* [Feature] Preprocess config files using jinja templatesVsevolod Stakhov2019-03-271-1/+1
|
* Merge pull request #2813 from miecio45/add_lua_mixed_scriptVsevolod Stakhov2019-03-271-0/+22
|\ | | | | [Minor] Add util.if_utf_mixed_script to lua
| * [Minor] Rewrite is_utf_mixed_script to use libicu onlyMiecio Za2019-03-261-0/+22
| | | | | | | | Rewrite to use U8_NEXT
* | [Rework] Change lua global variables registrationVsevolod Stakhov2019-03-261-1/+2
|/
* [Minor] Fix performance issue with is_utf_outside_rangeMiecio Za2019-03-181-0/+67
| | | | Fix performace issue, add some checking and add few tests
* [Test] Use non-ASCII file nameAlexander Moisseev2019-03-071-2/+2
| | | | to cover rfc2047 decoding (7d8bdf6)
* [Minor] Fix broken testVsevolod Stakhov2019-03-041-1/+1
|
* [Test] Fix DNS testsVsevolod Stakhov2019-03-011-1/+2
|
* [Test] Revert tests changesVsevolod Stakhov2019-03-017-21/+45
|
* [Test] Remove more broken testsVsevolod Stakhov2019-02-283-15/+8
|
* [Test] Remove more broken testsVsevolod Stakhov2019-02-283-20/+5
|
* [Test] Fix http tests - remove coroutines testsVsevolod Stakhov2019-02-282-9/+10
|
* [Minor] Disable broken http benchVsevolod Stakhov2019-02-193-2/+2
|
* [Fix] Fix HTTP headers signing caseVsevolod Stakhov2019-02-181-1/+1
|
* [Minor] Fix testsVsevolod Stakhov2019-02-181-1/+1
|
* [Test] Add test for http headers signingVsevolod Stakhov2019-02-182-0/+7
|
* [Fix] Core: Fix address rotation bugVsevolod Stakhov2019-02-181-10/+10
| | | | | | | | | | | | | | | | | | | | | | Previously, upstream.get_addr function returned the new address of the upstream. Unfortunately, it was used for printing addresses. It caused the following situation: let's imagine we have A1 and A2 where A1 was initially selected. So the connection was performed to A1: Current addr Selected addr Connect+---------+ A2+------>A1 A1 | +-+Print failure<---+ A1+------>A2 A2 | +----+ +->Mark failure+-------->+ A2 | +----+ But the failure OP as well as log message told about `A2` where the real problem happened with `A1`. This commit adds distinguishing between getting the next and the current address of the upstream resolving this issue.
* [Rework] Start rework of the HTTP libraryVsevolod Stakhov2019-02-151-1/+1
|
* Merge pull request #2758 from moisseev/midVsevolod Stakhov2019-02-154-0/+63
|\ | | | | [Test] Add tests for MID module
| * [Test] Add tests for MID moduleAlexander Moisseev2019-02-154-0/+63
| |
* | [Minor] Try to fix linking hellVsevolod Stakhov2019-02-141-2/+0
| |
* | [Minor] Oops, add dependencyVsevolod Stakhov2019-02-131-0/+1
| |
* | [Rework] Convert rspamd-server to a shared libraryVsevolod Stakhov2019-02-131-18/+0
| |
* | [Test] Disable it, it is doomedVsevolod Stakhov2019-02-131-7/+7
| |
* | [Test] Sigh, another monkey patchVsevolod Stakhov2019-02-131-1/+56
| |
* | [Test] Another try to fix testVsevolod Stakhov2019-02-132-57/+3
| |
* | [Test] Another try to fix migration testVsevolod Stakhov2019-02-121-2/+2
| |
* | [Test] Try to fix schema version in the testVsevolod Stakhov2019-02-121-2/+2
|/
* [Minor] Oops, fix memory drainageVsevolod Stakhov2019-02-081-0/+6
|
* [Test] Improve received testsVsevolod Stakhov2019-02-081-2/+18
|
* [Test] Fix tests relying on the broken behaviourVsevolod Stakhov2019-02-072-6/+7
|
* [Minor] Fix `with` parsingVsevolod Stakhov2019-02-071-3/+16
|
* [Test] Try to fix bloody ambiguity in IPv6 notations...Vsevolod Stakhov2019-02-071-4/+9
|
* [Project] Attach new received parserVsevolod Stakhov2019-02-071-4/+21
|
* add tests for dkim signatures with milterJohn McKay2019-02-026-0/+162
|
* mark cache tests as broken until can fix for ciJohn McKay2019-02-021-0/+1
|
* don't use 3.6+ python re syntax in multiple testJohn McKay2019-02-021-1/+1
|