Commit Graph

573 Commits

Author SHA1 Message Date
Vsevolod Stakhov
559ef687c5
[Test] Disable broken test 2022-11-19 15:44:42 +00:00
Vsevolod Stakhov
0363f2deda
[Test] Another try to fix goddamned dummy http server 2022-11-19 15:37:06 +00:00
Vsevolod Stakhov
97137eeb57
[Test] Another minor fix for the test 2022-11-19 14:58:12 +00:00
Vsevolod Stakhov
a84c79f74f
[Test] Fix dummy http server for keep-alive posts 2022-11-19 14:45:34 +00:00
Vsevolod Stakhov
0426d0a55f
[Test] Use ip address due to my favourite issue with dual stack 2022-11-19 12:59:13 +00:00
Vsevolod Stakhov
997a91110c
[Test] Fix test code 2022-11-19 12:44:14 +00:00
Vsevolod Stakhov
e9e0ee39de
[Test] Start write tests for external maps 2022-11-19 12:44:14 +00:00
Vsevolod Stakhov
8a5c5410e6
[Test] Fix test tlds 2022-11-15 20:52:39 +00:00
Vsevolod Stakhov
5cb3ea31b1
[Test] Define short tld file for tests 2022-11-15 20:25:52 +00:00
Vsevolod Stakhov
8922b5932b
[Test] Fix multiple test issues 2022-11-15 20:25:52 +00:00
Vsevolod Stakhov
8b8ee6a3ea
[Test] Add a test for SUBJECT_HAS_CURRENCY rule 2022-10-29 21:48:25 +01:00
Vsevolod Stakhov
b6f7ade3b6
[Test] Add more tests for the passwords checking logic 2022-10-11 08:35:56 +01:00
Vsevolod Stakhov
bea3b69d11
[Test] Another try to fix env variable 2022-09-12 21:44:47 +01:00
Vsevolod Stakhov
410071a4eb
[Test] Avoid clashing with the main DBDIR
Submitted by: @fatalbanana
2022-09-12 21:00:59 +01:00
Vsevolod Stakhov
0a6c16ce3f
[Test] Fix broken test 2022-09-10 15:11:55 +01:00
Vsevolod Stakhov
ec85b5f367
[Minor] Remove priorities from idempotent filters 2022-09-10 14:27:15 +01:00
Vsevolod Stakhov
d3baaae8ac
[Test] Use fake record for testing 2022-07-01 17:44:55 +01:00
Vsevolod Stakhov
f8c12e5b43
[Test] Add a test to ensure that DKIM verifier ignores unknown tags
Obtained from: John Levine
2022-07-01 10:29:19 +01:00
Vsevolod Stakhov
068dd8ec2b
[Test] Improve settings test
Issue: #4181
2022-06-02 21:22:28 +01:00
Vsevolod Stakhov
392294a398
[Test] Add testing for the augmentations logic 2022-05-14 14:52:08 +01:00
Vsevolod Stakhov
a320d3f098
[Test] Compare lists sorted... 2022-05-10 23:17:11 +01:00
Vsevolod Stakhov
2fa0e126c7
[Minor] Update my email and the copyright year 2022-03-25 20:16:35 +00:00
Vsevolod Stakhov
c6d0f564e3
[Test] Split test 2022-03-23 20:26:04 +00:00
Vsevolod Stakhov
8e387f507a
[Test] Add test for csv detection 2022-03-13 16:27:20 +00:00
Andrew Lewis
225c8d92b6 [Test] task:remove_symbol() on grouped virtual symbol 2022-02-01 13:09:19 +02:00
Vsevolod Stakhov
5f34f2323a [Test] Add a small test for xxh3 2021-12-05 18:22:41 +00:00
Pragadeesh Chandiran
c279d99e0a [Test] Fix neural plugin tests 2021-11-22 18:42:24 -05:00
Vsevolod Stakhov
f2cc671ac5 [Test] Fix automatic training tests 2021-11-10 11:31:02 +00:00
Andrew Lewis
4d3d5401c2 [Test] whitelist: fix tests 2021-10-08 17:20:34 +02:00
Vsevolod Stakhov
90b664698c [Minor] Fix test message as we now process received headers as expected 2021-10-05 15:29:56 +01:00
Andrew Lewis
7077b64c23 [Test] Avoid importing user configuration 2021-09-15 13:31:44 +02:00
Andrew Lewis
21d90e6e98 [Test] Selector that returns list of rspamd_text 2021-07-28 12:27:55 +02:00
Vsevolod Stakhov
b102838942 [Test] Store stdout/stderr in robot 2021-07-16 10:58:23 +01:00
Vsevolod Stakhov
a52fb3845c [Minor] Fix rubbish stuff 2021-07-11 12:24:02 +01:00
Andrew Lewis
8d22202dc9 [Fix] Fix an edge case in BITCOIN_ADDR rule
- when using PCRE
 - and different address types are present
2021-06-23 11:26:40 +02:00
Vsevolod Stakhov
61ee19336b [Minor] Add one more case 2021-06-18 20:35:24 +01:00
Vsevolod Stakhov
acc4b64809 [Project] Add process exceptions for invisible text 2021-06-16 15:22:48 +01:00
Vsevolod Stakhov
49584cd1a3
Merge pull request #3772 from fatalbanana/external_relay
[Feature] external_relay plugin
2021-06-10 17:07:53 +01:00
Vsevolod Stakhov
c6b5d38af6 [Test] Log stderr in robot 2021-06-08 11:49:42 +01:00
Andrew Lewis
37d7bee0fe [Feature] external_relay plugin 2021-06-07 18:36:58 +02:00
Andrew Lewis
89ecb1b26b [Test] Unmerge http / tcp tests 2021-06-01 15:59:19 +02:00
Andrew Lewis
9c12fd9609 [Test] Fix segmentation fault check 2021-06-01 15:35:13 +02:00
Andrew Lewis
0feada14ff [Test] Fix coverage hopefully 2021-06-01 15:34:01 +02:00
Andrew Lewis
5f7dd6e1f2 [Test] Merge test suites; use settings 2021-05-18 11:41:13 +02:00
Andrew Lewis
5569dbacfc [Test] Cleanup
- Use consistent naming for setup/teardown
 - Remove some unused files
 - Sort & align variables
2021-05-05 00:42:11 +02:00
Andrew Lewis
a84cecac6b [Test] Use automatically exported variables 2021-05-04 21:52:33 +02:00
Andrew Lewis
db4da2c22d [Test] Use lupa for templating rspamd configs 2021-05-04 13:48:37 +02:00
Andrew Lewis
8a2ba3a5c3 [Minor] Fix REPLYTO_ADDR_EQ_FROM for normalised addresses 2021-04-29 10:31:59 +02:00
Anton Yuzhaninov
8a5448883e [Rules] Add raw addresses to MULTIPLE_FROM options
It is confusing to have MULTIPLE_FROM with a single address in options,
which happens if one of addresses is empty - usually because of
misplaces <>.  While here simplify condition.
2021-04-27 16:53:41 +01:00
Andrew Lewis
548f117986 [Test] url-redirector 2021-04-13 14:06:36 +01:00