aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [Test] Add test for composites with symbol groupsAlexander Moisseev2018-10-303-1/+47
|
* [Test] Add composites testAlexander Moisseev2018-10-303-0/+214
|
* Speedup lua coverage collecting for functional testAnton Yuzhaninov2018-10-271-28/+65
| | | | | | | | | | | luacov-coveralls merge mode (-j flag) was created to join reports containing coverage for different source files (e.g. C and Lua code). Coverage for the same file in two report is not merged, instead one source file is added several times to source_files array in JSON. As a result if we use luacov-coveralls -j on report for same source files it ends up spending a lot of time on parsing and dumping big JSON files. This change reduces functional test time from 7+ minutes to 4+ minutes.
* TCP Connect robot keywordAnton Yuzhaninov2018-10-241-0/+7
| | | | | * reduce timeout to a reasonable value * explicitly close socket, don't wait for GC
* Fix race in Cases.210 Clickhouse.001Anton Yuzhaninov2018-10-241-1/+1
| | | | | | | Clickhouse test sometimes fails with an error: ConnectionError: HTTPConnectionPool(host='localhost', port=18123): Max retries exceeded with url: /?default_format=JSONEachRow (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f40ad96fdd0>: Failed to establish a new connection: [Errno 111] Connection refused',)) Fix this by waiting for TCP port instead pid file.
* Add variable for clickhouse portAnton Yuzhaninov2018-10-243-2/+3
|
* [Minor] Pet luacheckVsevolod Stakhov2018-10-232-21/+12
|