aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* Add tests for multiple signaturesJohn McKay2019-02-022-0/+44
|
* Add tests for key cache invalidationJohn McKay2019-02-022-0/+57
|
* Add ed25519 signing testsJohn McKay2019-02-024-0/+56
|
* [Minor] mime_types - add filename whitelistCarsten Rosenberg2019-01-294-0/+30
|
* [Test] Add tests for mime_typesAlexander Moisseev2019-01-253-0/+28
|
* [Test] Add testing for dynamic confVsevolod Stakhov2019-01-243-2/+129
|
* [Test] Add tests for lua_udpVsevolod Stakhov2019-01-213-0/+132
|
* [Test] Add dummy udp clientVsevolod Stakhov2019-01-211-0/+19
|
* [Fix] tests - antivirus - fprot symbolsCarsten Rosenberg2019-01-193-15/+15
|
* [Minor] test - adjust antivirus symbolsCarsten Rosenberg2019-01-171-3/+3
|
* [Test] Add task:get_from(['mime']) testAlexander Moisseev2019-01-1712-0/+104
|
* [Test] Write test name to queue idVsevolod Stakhov2019-01-141-1/+1
|
* [Test] Fix broken testVsevolod Stakhov2018-12-281-1/+1
|
* [Test] Unit: Fix hash value (due to mime parsing error)Vsevolod Stakhov2018-12-171-17/+17
|
* [Test] Rbl: Add received and whitelists testsVsevolod Stakhov2018-12-163-0/+45
|
* [Test] Rbl: Add some tests for RBL moduleVsevolod Stakhov2018-12-153-1/+87
|
* [Test] Add some tests for greylist moduleVsevolod Stakhov2018-12-082-0/+50
|
* [Minor] Add rspamd_str_make_utf_valid routine + unit testsVsevolod Stakhov2018-12-031-20/+52
|
* [Fix] Perform policy downgrade on sample out, add testsVsevolod Stakhov2018-11-282-1/+23
|
* [Test] Add tests for pct=0 caseVsevolod Stakhov2018-11-283-0/+27
|
* [Test] Add tests for broken richtext caseVsevolod Stakhov2018-11-272-0/+32
|
* [Minor] Fix testsVsevolod Stakhov2018-11-211-2/+3
|
* [Test] Remove broken testsVsevolod Stakhov2018-11-164-12/+0
|
* [Test] Add tests for #2584 and #2349Vsevolod Stakhov2018-11-134-0/+181
|
* [Test] Fix broken testsVsevolod Stakhov2018-11-121-4/+4
|
* [Minor] Improve logic of parts selection and fix some corner casesVsevolod Stakhov2018-11-061-0/+2
|