Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests Frang #265

Merged
merged 60 commits into from
Nov 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
7d5f4dd
test config generator
KonsKo Jun 18, 2022
0a64946
configs moved inside py files according PR 223; create tests for fran…
KonsKo Jun 22, 2022
37bcdb2
corrected tests: request_rate, request_burst; new tests: connection_r…
KonsKo Jun 25, 2022
5baf7f1
gitignore updated: removed execcive files
KonsKo Jun 25, 2022
0e2103d
added test header cnt; some changes related to work process
KonsKo Aug 2, 2022
91570a6
fix test header cnt
KonsKo Aug 2, 2022
d9e05c0
fix test header cnt
KonsKo Aug 2, 2022
da7f5af
added tests - to save, in progress
KonsKo Aug 2, 2022
fddf685
unification of frang test case; added tests
KonsKo Aug 2, 2022
2d4ab6f
added tests
KonsKo Aug 3, 2022
00cba03
test prepared to pr; some test disabled
KonsKo Aug 5, 2022
393e830
removed execcive dir: config_generator
KonsKo Aug 5, 2022
88fde82
removed execcive module: multiple_listeners.config_for_tests
KonsKo Aug 5, 2022
9c03112
removed execcive data
KonsKo Aug 5, 2022
b368a86
removed execcive module: multiple_listeners.config_for_tests
KonsKo Aug 5, 2022
9043451
removed execcive data
KonsKo Aug 5, 2022
cbaae74
moved back dir: multiple_listeners
KonsKo Aug 5, 2022
adbdc99
fix tests
ProshNad Aug 15, 2022
df30df5
done
ProshNad Aug 18, 2022
be923b5
almost ready, need to disable the tests that do not pass and add comm…
ProshNad Sep 2, 2022
0589053
done, but 2 tests may not pass for a reason that I can't resolve, the…
ProshNad Sep 4, 2022
4070e59
deleted
ProshNad Sep 5, 2022
5e3743c
fixed frang_test_case, test_http_method_override_allowed
ProshNad Oct 3, 2022
3351c09
add new tests for client_header_timeout, fix comments for test client…
ProshNad Oct 4, 2022
b0b44d1
tests for connections
ProshNad Oct 4, 2022
1779993
some changes for comments
ProshNad Oct 6, 2022
7ed92aa
changes for trailer split allowed
ProshNad Oct 7, 2022
0073572
changes for test_length
ProshNad Oct 7, 2022
c78d15e
changes for comments about rate/burst
ProshNad Oct 7, 2022
432190f
almost finished
ProshNad Oct 11, 2022
922b45a
finished for comments, but new issues not added
ProshNad Oct 12, 2022
11ce816
black changes
ProshNad Oct 13, 2022
c545704
new issues
ProshNad Oct 13, 2022
2c97a1b
updated frang_test_case.py. Nginx replaced by deproxy (less code and …
RomanBelozerov Nov 18, 2022
613e02c
updated test_ip_block.py after documentation changes
RomanBelozerov Nov 18, 2022
e770f6c
parametrization of test_length.py
RomanBelozerov Nov 18, 2022
1f0f145
parametrization of test_http_ct_vals.py and also added test for default.
RomanBelozerov Nov 18, 2022
b4d3640
parametrization of test_http_ct_required.py and also added test for d…
RomanBelozerov Nov 18, 2022
a4200da
parametrization of test_http_methods.py.
RomanBelozerov Nov 18, 2022
462de5c
parametrization of test_http_trailer_split_allowed.py. Removed duplic…
RomanBelozerov Nov 18, 2022
8e9c116
parametrization of test_header_cnt.py.
RomanBelozerov Nov 18, 2022
2909dbb
parametrization of `client_body_timeout` and `client_header_timeout` …
RomanBelozerov Nov 18, 2022
b1ff29f
parametrization of `http_header_chunk_cnt` and `http_body_chunk_cnt` …
RomanBelozerov Nov 18, 2022
fbcc238
parametrization of `http_method_override_allowed` tests.
RomanBelozerov Nov 21, 2022
7a0eb99
parametrization of `request_rate` and `request_burst` tests.
RomanBelozerov Nov 21, 2022
09fa95f
parametrization of `host_required` tests.
RomanBelozerov Nov 21, 2022
40aa94b
parametrization of `connection_rate`, `connection_burst` and `tls_con…
RomanBelozerov Nov 21, 2022
0753b04
removed old config for miltiple_listeners
RomanBelozerov Nov 21, 2022
f8f7ede
parametrization of `concurrent_connections` tests.
RomanBelozerov Nov 21, 2022
64a4897
updated __init__.py
RomanBelozerov Nov 21, 2022
aa14c8a
added tests for `http_resp_code_block` with one client.
RomanBelozerov Nov 21, 2022
3b32992
removed old tests (duplicate) and updated tests_disabled.json
RomanBelozerov Nov 21, 2022
41000d4
added timeout for frang tests. dmesg needs time to output warnings
RomanBelozerov Nov 23, 2022
b01c362
parametrization of `http_host_required` h2 tests.
RomanBelozerov Nov 23, 2022
b933781
Replaced deproxy to curl for test_request_rate_burst.py and test_conn…
RomanBelozerov Nov 23, 2022
2cabcb5
updated tests_disabled.json
RomanBelozerov Nov 23, 2022
fbf7159
changed limits for burst and rate according to PR comments.
RomanBelozerov Nov 23, 2022
06d6d9b
disabled `http_host_required` h2 tests
RomanBelozerov Nov 25, 2022
070e8f7
`http_host_required` test logic is inverted for `test_host_header_no_…
RomanBelozerov Nov 25, 2022
36bc1a2
number of threads is reduced for curl. Tests sometimes fail on CI.
RomanBelozerov Nov 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ tests_resume.json
tests_log.log
*.pyc
*~
.vscode/*
.vscode/*
ECDSA/
RSA/
certgen.sh
krizhanovsky marked this conversation as resolved.
Show resolved Hide resolved
3 changes: 0 additions & 3 deletions frang/__init__.py

This file was deleted.

298 changes: 0 additions & 298 deletions frang/test_host_required.py

This file was deleted.

Loading