Closed KonsKo closed 1 month ago
It seems that this BUG is because of unlimited waring messages in dmesg. https://github.com/tempesta-tech/tempesta-test/pull/705 fixes this problem
Looks like the problem has gone
[64193.588452] Start test: t_regress.test_stress_failovering.TestStressFailovering.test_failovering_sched_ratio
[64193.917019] [tdb] Start Tempesta DB
[64193.958470] net_ratelimit: 196100 callbacks suppressed
[64193.958472] [tempesta fw] Initializing Tempesta FW kernel module...
[64194.111272] [tempesta fw] Warning: Vhost default doesn't have certificate with matching SAN/CN.
Maybe that's fine, but it's worth checking the
config - if there is no relations between the
names, then host name confusion attack is possible.
[64194.167833] [tempesta fw] Configuration processing is completed.
[64194.214632] [tdb] Opened table /opt/tempesta/db/filter0.tdb: size=16777216 rec_size=20 base=0000000031e8f88e
[64194.242880] [tdb] Opened table /opt/tempesta/db/sessions0.tdb: size=16777216 rec_size=312 base=000000009d72e694
[64194.271962] [tdb] Opened table /opt/tempesta/db/client0.tdb: size=16777216 rec_size=624 base=000000009d697641
[64194.283679] [tempesta fw] Open listen socket on: 0.0.0.0:443
[64194.351130] [tempesta fw] Tempesta FW is ready
[64194.585906] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64194.585916] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64194.585978] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64194.586057] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64194.586086] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64194.586100] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959082] net_ratelimit: 1728661 callbacks suppressed
[64198.959083] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959128] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959163] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959168] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959172] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959176] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959179] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959183] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959187] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64198.959190] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963399] net_ratelimit: 2064738 callbacks suppressed
[64203.963401] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963589] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963619] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963622] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963625] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963628] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963630] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963633] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963636] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64203.963638] [tempesta fw] Warning: request dropped: processing error, status 502: 127.0.0.1
[64205.115932] [tdb] Close table 'client0.tdb'
[64205.134930] [tdb] Close table 'sessions0.tdb'
[64205.203479] [tdb] Close table 'filter0.tdb'
[64205.234738] [tempesta fw] exiting...
[64205.314997] [tdb] Shutdown Tempesta DB
[64205.485753] End test: t_regress.test_stress_failovering.TestStressFailovering.test_failovering_sched_ratio
Closed by #2263
Scope
Tempesta was failed to stop and was killed after 30 sec timeout at the end of a test.
Testing
Run a test
t_regress.test_stress_failovering.TestStressFailovering.test_failovering_sched_ratio
on the SUT serverdmesg:
test logs: