aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/configs
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Breaking: dynamic symbols also require `score` to be setVsevolod Stakhov2024-12-101-0/+1
| | | | Issue: #5247
* [Test] Fix broken testVsevolod Stakhov2024-08-161-0/+4
|
* Merge pull request #5083 from fatalbanana/test_milter_headersVsevolod Stakhov2024-08-021-0/+24
|\ | | | | [Test] Add tests for milter_headers
| * [Test] Add more tests for milter_headersAndrew Lewis2024-07-301-1/+10
| |
| * [Test] Add tests for milter_headersAndrew Lewis2024-07-301-0/+15
| |
* | [Test] Add tests for group score limitsVsevolod Stakhov2024-08-012-0/+40
|/
* [Test] Add test for SPF +allVsevolod Stakhov2024-07-181-0/+5
|
* [Test] Fix ratelimit testsAndrew Lewis2024-07-111-10/+13
|
* [Test] Add tests for ratelimit moduleAndrew Lewis2024-07-101-0/+20
|
* Fixed bug with task:inject() function according to the issue #5010 (#5021)Ivan Stakhov2024-06-251-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Fix] Fix issue with task:inject_url * [Minor] Code clean up * [Minor] Clean up * [Minor] Small fix * [Minor] Fix small typo * [Test] Debug * [Test] Debug * [Test] Debug inject_url * [Test] Debugging * [Test] Debugging task:inject test * [Test] Debugging task:inject test * [Test] Debugging task:inject test * [Minor] Debug task:inject_url test * [Minor] Small fix * [Minor] Debug task:inject_url test * [Test] Test base task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test updated task:inject * [Test] Test fixed task:inject * [Test] Test fixed task:inject * [Test] Testing task:inject * [Test] Testing task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Test base task:inject * [Test] Test base task:inject * [Test] Test base task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Test] Fix task:inject * [Minor] Clean up code in task:inject * [Minor] Updated test for task:inject * [Test] Debug test for task:inject_url * [Test] Debug test for task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Fix task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Test] Check task:inject_url * [Minor] Clean up code * [Minor] Clean up code * [Minor] Little fix for error messages in url.create function * [Test] Change way to inject url * [Test] Fix inject url * [Test] Fix inject url * [Test] Fix inject url * [Test] Fix inject url * [Test] Fix inject url * [Minor] Clean up code * [Test] Without fake mime_part * [Test] Without fake mime_part * [Minor] Clean up * [Test] Mime part of the task * [Test] Mpart should exist * [Test] Mpart should exist * [Test] Mpart should exist * [Test] Another check for mpart->urls * [Minor] Clean up * [Minor] Clean up * [Fix] Fixing OpenSSL 3.0 compatibility * [Fix] Reverted
* Upgraded replies and known senders modules (#4895)Ivan Stakhov2024-06-032-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Made the individual replies_set for senders and their recipients. Made the global replies_set for verified recipients. * Made the individual replies_set for senders and their recipients. Made the global replies_set for verified recipients. * FIXED. Made the individual replies_set for senders and their recipients. Made the global replies_set for verified recipients. * Made the individual replies_set for senders and their recipients. Made the global replies_set for verified recipients. * Added pre-test for replies set * Update functional of replies_set * Few changes to replies and added check for incoming mail * Few changes in known_senders in check_known_incoming_mail_callback * Few changes in known_senders and replies * An attempt to write test(not tested) * Clean up * Clean up * Clean up * Added tests for replies and known_senders (all tests failed, debug required) * Moved replies test to the 001_merged * Cleared up code * Few changes to replies * Small changes in score of CHECK_INC_MAIL symbol * Small debug in known_senders * Plugin known_senders is fully working * Troubleshooting replies module * Changed symbol for check_known_incoming_mail_callback * Added test for failed incoming mail check * Little rework * Rewritten test for more appropriate * Rewritten tests for replies module. All test passed(debugging not adding to global set) * Debugged replies module * Replies module works and tested(needs performance improvements) * Cleaned up code * Improved readability and cleaned up code * Connected auth back(Tests not working, needs user) * Added test for incoming mail check in known senders module * Debugged. Works normally(tested, needs to add user) * Debug + clean up. Tested. Works. User auth required for tests * Improved performance * Small changes * Changed adding to global replies set logic + improved logs messaging * Added authenticated user to tests * Cleaned up * Made a few changes according to the comments on pull request * [Rework] Added removal of extra senders and recipients in global and local replies sets * [Minor] Small cleanup * [Minor] Cleaned up code * [Fix] Fixed call of incorrect function when making key * [Rework] Reworked scripts. Added ZADD redis call for local and global replies set * [Minor] Cleaned up code * [Fix] Improved performance and eliminated unnecessary invocations * [Minor] Reassigned script ids * [Feature] Made a check for local set * [Fix] Upgraded tests for known senders * [Fix] Upgraded tests for known senders * [Fix] Fixed performance of verification of local replies set * [Minor] Cleaned up code * [Feature] Added new test to the known_senders tests * [Test] Ubuntu test * [Fix] Fixing local replies test check * [Fix] Fixed code for local replies set check(was not working in previous versions of redis) * [Fix] Reorganized code to more convenient style and made better loading for scripts * [Minor] Code has been rewritten in a more appropriate format * [Minor] Fixed debug messaging * [Fix] Reworked expiration of replies sets * [Minor] Upgrade code style * [Fix] Small fix * [Feature] Change LFU logic of global replies set to LRU logic * Made the individual replies_set for senders and their recipients. Made the global replies_set for verified recipients. * Made the individual replies_set for senders and their recipients. Made the global replies_set for verified recipients. * FIXED. Made the individual replies_set for senders and their recipients. Made the global replies_set for verified recipients. * Made the individual replies_set for senders and their recipients. Made the global replies_set for verified recipients. * Added pre-test for replies set * Update functional of replies_set * Few changes to replies and added check for incoming mail * Few changes in known_senders in check_known_incoming_mail_callback * Few changes in known_senders and replies * An attempt to write test(not tested) * Clean up * Clean up * Clean up * Added tests for replies and known_senders (all tests failed, debug required) * Moved replies test to the 001_merged * Cleared up code * Few changes to replies * Small changes in score of CHECK_INC_MAIL symbol * Small debug in known_senders * Plugin known_senders is fully working * Troubleshooting replies module * Changed symbol for check_known_incoming_mail_callback * Added test for failed incoming mail check * Little rework * Rewritten test for more appropriate * Rewritten tests for replies module. All test passed(debugging not adding to global set) * Debugged replies module * Replies module works and tested(needs performance improvements) * Cleaned up code * Improved readability and cleaned up code * Connected auth back(Tests not working, needs user) * Added test for incoming mail check in known senders module * Debugged. Works normally(tested, needs to add user) * Debug + clean up. Tested. Works. User auth required for tests * Improved performance * Small changes * Changed adding to global replies set logic + improved logs messaging * Added authenticated user to tests * Cleaned up * Made a few changes according to the comments on pull request * [Rework] Added removal of extra senders and recipients in global and local replies sets * [Minor] Small cleanup * [Minor] Cleaned up code * [Fix] Fixed call of incorrect function when making key * [Rework] Reworked scripts. Added ZADD redis call for local and global replies set * [Minor] Cleaned up code * [Fix] Improved performance and eliminated unnecessary invocations * [Minor] Reassigned script ids * [Feature] Made a check for local set * [Fix] Upgraded tests for known senders * [Fix] Upgraded tests for known senders * [Fix] Fixed performance of verification of local replies set * [Minor] Cleaned up code * [Feature] Added new test to the known_senders tests * [Test] Ubuntu test * [Fix] Fixing local replies test check * [Fix] Fixed code for local replies set check(was not working in previous versions of redis) * [Fix] Reorganized code to more convenient style and made better loading for scripts * [Minor] Code has been rewritten in a more appropriate format * [Minor] Fixed debug messaging * [Fix] Reworked expiration of replies sets * [Minor] Upgrade code style * [Fix] Small fix * [Feature] Change LFU logic of global replies set to LRU logic * [Fix] Fix test conflict * [Minor] Revert rename * [Minor] Clean up code * [Fix] Fix commit history
* [Test] Test multimap regexp_multi mapAndrew Lewis2024-05-272-0/+10
|
* [Test] Properly test symbols registrationVsevolod Stakhov2024-05-202-2/+3
|
* [Test] Add tests for grow_factorAndrew Lewis2024-04-102-0/+15
|
* [Test] Try break greylisting testsAndrew Lewis2024-04-051-2/+8
|
* [Test] Use Robot-native process managementAndrew Lewis2024-02-292-1/+2
| | | | - Partially unbreak functional tests in Github Actions
* [Test] Working with bloody robot to add some new testsVsevolod Stakhov2024-02-171-1/+1
|
* [Test] Add tests for dynamic fuzzy keysVsevolod Stakhov2024-02-172-0/+17
|
* [Test] statistics: per-userAndrew Lewis2024-01-251-0/+8
|
* [Test] Some more tests for loggingAndrew Lewis2024-01-013-5/+6
|
* [Test] Test systemd loggingAndrew Lewis2023-12-082-0/+7
|
* [Test] One more suspicious fix for settings testsAndrew Lewis2023-11-161-1/+1
|
* [Test] Try break testsAndrew Lewis2023-11-161-1/+1
|
* [Feature] Reiterate on gtube patternsVsevolod Stakhov2023-11-081-1/+1
|
* [Test] Break testAndrew Lewis2023-11-031-0/+1
|
* [Minor] Reiterate on the previous changesAndrew Lewis2023-10-261-4/+4
| | | | | - Demote message to info level - Name it returncodes_matcher for better specificity
* [Feature] rbl: support globbed return codesAndrew Lewis2023-10-251-1/+5
|
* [Feature] rbl: support checking returncodes by CIDRAndrew Lewis2023-10-251-1/+2
|
* [Feature] rbl: support checking returncodes by regexAndrew Lewis2023-10-241-4/+6
|
* [Test] Rudimentary tests for known_senders pluginAndrew Lewis2023-09-253-0/+13
|
* [Minor] Revisit numeric_urlsAndrew Lewis2023-09-192-0/+31
|
* [Feature] rbl: support checking numeric URLs in isolationAndrew Lewis2023-09-112-0/+9
|
* [Feature] external_relay: add ip_map strategySoha Jin2023-07-112-0/+6
|
* [Fix] test external_relay: count should always be the last rule,Soha Jin2023-07-111-0/+3
| | | | as it have no matching condition
* [Test] Add test cases for dynamic symbolsVsevolod Stakhov2023-06-102-0/+8
|
* [Test] Add multimap options testVsevolod Stakhov2023-05-151-0/+2
|
* [Test] Add external map test for multimapVsevolod Stakhov2022-12-031-0/+10
|
* [Test] Add test case for settings in the external mapVsevolod Stakhov2022-11-271-0/+16
|
* [Test] Define short tld file for testsVsevolod Stakhov2022-11-151-1/+2
|
* [Test] Fix multiple test issuesVsevolod Stakhov2022-11-151-1/+1
|
* [Test] Use fake record for testingVsevolod Stakhov2022-07-011-0/+6
|
* [Test] Improve settings testVsevolod Stakhov2022-06-021-1/+1
| | | | Issue: #4181
* [Test] Add testing for the augmentations logicVsevolod Stakhov2022-05-141-1/+1
|
* [Test] task:remove_symbol() on grouped virtual symbolAndrew Lewis2022-02-011-0/+1
|
* [Test] Fix automatic training testsVsevolod Stakhov2021-11-101-1/+1
|
* [Feature] external_relay pluginAndrew Lewis2021-06-074-0/+30
|
* [Test] Unmerge http / tcp testsAndrew Lewis2021-06-012-6/+16
|
* [Test] Fix coverage hopefullyAndrew Lewis2021-06-011-0/+1
|
* [Test] Merge test suites; use settingsAndrew Lewis2021-05-1813-303/+1132
|
* [Test] CleanupAndrew Lewis2021-05-053-64/+0
| | | | | | - Use consistent naming for setup/teardown - Remove some unused files - Sort & align variables