Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Test] Use automatically exported variables | Andrew Lewis | 2021-05-04 | 1 | -5/+5 |
| | |||||
* | [Test] Use HTTP & simplified test style | Andrew Lewis | 2020-09-07 | 1 | -2/+12 |
| | |||||
* | [Test] Use Python3 for functional tests | Andrew Lewis | 2020-06-25 | 1 | -95/+18 |
| | | | | | | | - Fix more deprecated Robot Framework syntax - Remove log following - Remove some artefacts in teardown - Restore use of demjson | ||||
* | [Test] Various robot fixes | Vsevolod Stakhov | 2019-07-19 | 1 | -0/+23 |
| | |||||
* | [Test] Fix permissions mask | Vsevolod Stakhov | 2019-06-24 | 1 | -1/+8 |
| | |||||
* | [Minor] Fix ClickHouse test after upgrade | Anton Yuzhaninov | 2019-06-20 | 1 | -1/+8 |
| | | | | | | | | Current ClickHouse version refuses to run from root if data directory is not owned by root. Run it from user clickhouse as it supposed to be run. Also cleanup ClickHouse config (some options prevented it to start, others just unnecessary). | ||||
* | [Test] Fix json tests | Vsevolod Stakhov | 2019-06-04 | 1 | -0/+1 |
| | |||||
* | [Test] Add functional tests for ssl in lua_tcp | Vsevolod Stakhov | 2019-05-31 | 1 | -8/+6 |
| | |||||
* | Speedup lua coverage collecting for functional test | Anton Yuzhaninov | 2018-10-27 | 1 | -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 keyword | Anton Yuzhaninov | 2018-10-24 | 1 | -0/+7 |
| | | | | | * reduce timeout to a reasonable value * explicitly close socket, don't wait for GC | ||||
* | Cleanup unused imports | Anton Yuzhaninov | 2018-10-16 | 1 | -3/+0 |
| | |||||
* | [functional test] Fix races in shutdown_process | Anton Yuzhaninov | 2018-10-16 | 1 | -22/+19 |
| | | | | | | | | Currently functional test sometimes fails with and error: Teardown failed: NoSuchProcess: psutil.NoSuchProcess process no longer exists (pid=2259) Rewrite process termination - there is no need to send signals in a loop many times. | ||||
* | [Test] Collect coverage from rspamd workers | Mikhail Galanin | 2018-10-08 | 1 | -0/+106 |
| | |||||
* | [Minor] Close file once it is not needed | Mikhail Galanin | 2018-09-27 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' into rspamadm-coroutines | Mikhail Galanin | 2018-09-10 | 1 | -1/+7 |
|\ | |||||
| * | [Test] Small refactoring in dummy services test | Mikhail Galanin | 2018-09-07 | 1 | -0/+5 |
| | | | | | | | | | | 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 more test for rspamadm and test for lua tcp client invoked via ↵ | Mikhail Galanin | 2018-09-05 | 1 | -0/+9 |
|/ | | | | rspamadm | ||||
* | [Test] Improved process termination in tests | Mikhail Galanin | 2018-08-22 | 1 | -10/+26 |
| | |||||
* | [Test] Save logs and config once a test has been done | Mikhail Galanin | 2018-08-13 | 1 | -0/+20 |
| | |||||
* | [Test] Relax controller errors check | Andrew Lewis | 2017-09-13 | 1 | -23/+0 |
| | |||||
* | [Minor] Tests: don't try bind ports | Andrew Lewis | 2017-06-30 | 1 | -20/+0 |
| | |||||
* | [Test] Check controller's error buffer | Andrew Lewis | 2017-06-01 | 1 | -0/+28 |
| | |||||
* | [Minor] Fix tests | Andrew Lewis | 2017-05-19 | 1 | -0/+12 |
| | |||||
* | [Test] Some tests for antivirus module | Andrew Lewis | 2017-03-06 | 1 | -1/+1 |
| | |||||
* | [Test] Wait for ports to be confirmed-free inbetween runs | Andrew Lewis | 2016-10-17 | 1 | -1/+24 |
| | |||||
* | [Test] Test fuzzy replication | Andrew Lewis | 2016-10-13 | 1 | -0/+3 |
| | |||||
* | [Test] Use out of tree build for tests/code coverage | Andrew Lewis | 2016-08-16 | 1 | -1/+1 |
| | | | | - Also a loosely-related fix for test library | ||||
* | [Test] Rework fuzzy tests | Andrew Lewis | 2016-08-14 | 1 | -0/+5 |
| | | | | | | | - 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 basic tests for JSON sanity | Andrew Lewis | 2016-08-03 | 1 | -0/+20 |
| | |||||
* | [Test] Replace get_process_children with psutil function | Andrew Lewis | 2016-08-02 | 1 | -14/+2 |
| | |||||
* | [Test] Fix paths | Andrew Lewis | 2016-07-28 | 1 | -4/+4 |
| | |||||
* | [Test] Rework tests framework to run in a custom environment | Vsevolod Stakhov | 2016-07-28 | 1 | -4/+27 |
| | |||||
* | [Test] Try harder to kill rspamd + child processes to avoid cascading failures | Andrew Lewis | 2016-07-25 | 1 | -7/+30 |
| | |||||
* | [Test] Add test for legacy RSPAMC protocol | Andrew Lewis | 2016-07-22 | 1 | -0/+13 |
| | |||||
* | [Test] Fix braindamaged shutdown_process function | Andrew Lewis | 2016-07-21 | 1 | -10/+5 |
| | |||||
* | [Test] Fix scan file test | Andrew Lewis | 2016-07-17 | 1 | -1/+1 |
| | |||||
* | [Test] Add & rework functional tests | Andrew Lewis | 2016-07-02 | 1 | -7/+1 |
| | | | | | | - Machine formatted test data - More idiomatic use of test framework - Added tests for fuzzy & redis statistics | ||||
* | [Test] Fix Python3 compatibility | Andrew Lewis | 2016-06-29 | 1 | -7/+14 |
| | |||||
* | [Test] New functional test framework | Andrew Lewis | 2016-06-27 | 1 | -0/+87 |