summaryrefslogtreecommitdiffstats
path: root/test/functional/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* [Test] Add nginx setup testVsevolod Stakhov2018-06-132-1/+19
|
* [Test] Try really improve test stabilityAndrew Lewis2018-01-291-1/+1
| | | | | | | - Drop tests involving sqlite - Also drop tests for old mmap stats backend - Relax relearn test - Wait longer for fuzzy sync
* [Test] Try improve test stabilityAndrew Lewis2018-01-091-0/+1
|
* [Test] Redis key expansion & antivirus ordered patternsAndrew Lewis2017-12-081-0/+1
|
* [Test] Relax controller errors checkAndrew Lewis2017-09-132-24/+1
|
* [Minor] Tests: don't try bind portsAndrew Lewis2017-06-302-22/+0
|
* [Test] Check controller's error bufferAndrew Lewis2017-06-013-0/+36
|
* [Minor] Fix testsAndrew Lewis2017-05-191-0/+12
|
* [Test] Some tests for antivirus moduleAndrew Lewis2017-03-062-1/+3
|
* [Test] Test URL tag persistenceAndrew Lewis2017-02-281-4/+6
|
* [Test] Add map reload testAndrew Lewis2016-10-191-0/+1
|
* [Test] Wait for ports to be confirmed-free inbetween runsAndrew Lewis2016-10-173-3/+44
|
* Merge pull request #1031 from fatalbanana/testVsevolod Stakhov2016-10-141-2/+8
|\ | | | | [Test] Wait until size of PIDfiles is > 0
| * [Test] Wait until size of PIDfiles is > 0Andrew Lewis2016-10-141-2/+8
| |
* | Merge pull request #1028 from fatalbanana/fuzzyVsevolod Stakhov2016-10-143-2/+12
|\ \ | |/ |/| Test for fuzzy replication
| * [Test] Test fuzzy replicationAndrew Lewis2016-10-133-2/+12
| |
* | [Test] Try improve test stabilityAndrew Lewis2016-10-141-1/+1
|/
* [Test] Fix stats_pathAndrew Lewis2016-09-021-1/+1
|
* [Test] Use out of tree build for tests/code coverageAndrew Lewis2016-08-161-1/+1
| | | | - Also a loosely-related fix for test library
* [Test] Rework fuzzy testsAndrew Lewis2016-08-142-1/+6
| | | | | | | - Add fuzzy & negative match tests - Check attachment & text samples - Add suites for different algorithms; keyed/unkeyed - Move overwrite/delete tests into general suite
* [Test] Some minor updates for testsAndrew Lewis2016-08-121-6/+1
| | | | | | - Removed horrible features from test library - Negative cases for SpamAssassin WLBLEval - Restructured JSON tests
* [Test] Add tests for redis maps in multimapAndrew Lewis2016-08-121-0/+8
|
* [Test] Add custom rspamd log follower for non-standard testsAndrew Lewis2016-08-091-0/+7
|
* [Test] Add simple test for proxyingAndrew Lewis2016-08-091-0/+1
|
* [Test] Make `Run Rspamd` function reusable by other stuffAndrew Lewis2016-08-091-28/+21
|
* [Test] Remove nasty artifact from `Run Rspamd` functionAndrew Lewis2016-08-081-1/+0
|
* [Test] Some basic tests for JSON sanityAndrew Lewis2016-08-031-0/+20
|
* [Test] Replace get_process_children with psutil functionAndrew Lewis2016-08-021-14/+2
|
* [Test] Some minor fixes & improvements for testsAndrew Lewis2016-07-291-0/+2
| | | | - Also machine-format test data again
* Merge pull request #767 from fatalbanana/robotVsevolod Stakhov2016-07-281-4/+4
|\ | | | | [Test] Fix paths
| * [Test] Fix pathsAndrew Lewis2016-07-281-4/+4
| |
* | [Fix] Fix paths in testsVsevolod Stakhov2016-07-282-2/+2
| |
* | [Test] Fix rspamc invocation to support arguments passingVsevolod Stakhov2016-07-281-2/+2
|/
* [Test] Rework tests framework to run in a custom environmentVsevolod Stakhov2016-07-281-4/+27
|
* [Test] Try harder to kill rspamd + child processes to avoid cascading failuresAndrew Lewis2016-07-252-8/+31
|
* [Test] Add test for legacy RSPAMC protocolAndrew Lewis2016-07-221-0/+13
|
* [Test] Sleep after calling rspamadm fuzzy_syncAndrew Lewis2016-07-211-0/+1
|
* [Test] Fix braindamaged shutdown_process functionAndrew Lewis2016-07-211-10/+5
|
* [Test] Fix race conditions in functional testsAndrew Lewis2016-07-211-0/+2
|
* [Test] Integrate functional tests with Travis CIAndrew Lewis2016-07-182-0/+5
|
* [Test] Fix scan file testAndrew Lewis2016-07-171-1/+1
|
* [Test] Some basic functional tests for mime_types module & archivesAndrew Lewis2016-07-101-8/+32
| | | | | - Also some new features for Check Rspamc function - Run rspamd/rspamc with LD_LIBRARY_PATH
* [Test] Add & rework functional testsAndrew Lewis2016-07-023-36/+54
| | | | | | - Machine formatted test data - More idiomatic use of test framework - Added tests for fuzzy & redis statistics
* [Test] Fix Python3 compatibilityAndrew Lewis2016-06-291-7/+14
|
* [Test] Add generic rspamc result processorAndrew Lewis2016-06-291-1/+9
|
* [Test] New functional test frameworkAndrew Lewis2016-06-274-0/+160