Mekhanik evgenii/fix 1346 1#839
Merged
EvgeniiMekhanik merged 10 commits intomasterfrom May 1, 2026
Merged
Conversation
df794ed to
d6eeec5
Compare
d6eeec5 to
a17f702
Compare
a17f702 to
e1e99ad
Compare
d166505 to
c01a58c
Compare
c01a58c to
a12f162
Compare
b66da1a to
78ada65
Compare
dd58334 to
74373f4
Compare
74373f4 to
68b4c62
Compare
68b4c62 to
6c619f7
Compare
f98df65 to
ff1f5c2
Compare
f7b0d24 to
348206b
Compare
RomanBelozerov
requested changes
Apr 30, 2026
0606812 to
5fa9ff8
Compare
de7923c to
5e881e8
Compare
- Add tests to check new configuration option - Add tests to check that request is blocked and connection is closed if `client_mem` is exceeded - Add tests to check that connection is closed if `client_mem` is exceeded by ping.
Also remove some `tests.test_stress.*` tests from tests_disabled_tcpseg/remote files because all test_stress already disabled.
If we cehck warning in dmesg we always shout use dmesg.unlimited_rate_on_tempesta_node as a decorator.
Now Tempesta FW do not use `tcp_push` to send data, so we can't use sniffer and check count of `PUSH` packets, more over it is not reliably, because this method rely on the call of `tcp_push`. Check count of received requests on server instead.
Also add test to check `client_lru_size` option.
Implement new fault injection tests to cover new allocation code.
- Do not check error response if client was blocked, because of memory limit exceeded during processing request.
- Add dockstrings for all new implemented tests - Move `send_ping` function to DeproxyClientH2 - Use self.get_clients to iteration over all clients - Remove unnecessary test - Block some tests for TCP segmentation. - Implement `create_task` in base TempestaTest class to be sure that all tasks will be finished successfully
5e881e8 to
75b5931
Compare
RomanBelozerov
approved these changes
May 1, 2026
- Use threading to create tasks.
6c70667 to
e909e1b
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.