zephyr/tests
Robert Lubos 312e000a5f tests: net: socket: tls: Fix race on TCP socket close
One of the tests closed the underlying TCP connection right after
establishing one. This caused a certain race between incoming TLS
handshake data and entering FIN1 state (experienced on nrF52840), where
the TLS handshake data could be received after the FIN1 state was
entered, causing the server side to send RST packet. This disrupted the
test flow, as graceful TCP connection teardown was expected.

Fix this, by adding a small delay for such case to avoid the race.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-01-04 17:10:15 -06:00
..
application_development tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
arch tests: Refactor ACPI info sample 2023-12-19 11:04:19 +01:00
benchmarks tests: disable timeslicing on app_kernel 2023-12-18 09:28:08 +01:00
bluetooth tests: Bluetooth: tester: Add initial support for HAP 2024-01-02 10:10:15 +01:00
boards tests/boards/native_sim/rtc: Rename testcase 2023-11-30 09:42:25 -05:00
boot test: mcuboot: enable test on rt1010/1015/1040 and k22f/82f platforms 2023-12-18 09:28:34 +01:00
bsim Tests: Bluetooth: Fix conn_stress compilation warn 2023-12-27 16:07:46 +00:00
cmake tests/cmake/*: Switch to native_sim 2023-11-27 16:06:42 +00:00
crypto tests: crypto: rand32: Check return code of sys_csrand_get 2024-01-03 23:57:13 -06:00
drivers drivers: Add level intrs in gpio_ite_it8xxx2_v2 2024-01-02 10:10:39 +01:00
kconfig/configdefault tests: Remove stray uses of CONFIG_ZTEST_NEW_API 2023-10-26 10:55:38 +02:00
kernel tests: add a tag for nano libc tests 2023-12-21 09:18:44 +01:00
lib tests: lib: cbprintf_package: Add test case for cbprintf_convert 2023-12-28 12:18:50 +00:00
misc tests/*: Switch integration platform to native_sim 2023-11-30 09:42:25 -05:00
modules tests: modules: nanopb: Add a custom nested library 2023-12-01 10:50:26 +00:00
net tests: net: socket: tls: Fix race on TCP socket close 2024-01-04 17:10:15 -06:00
posix tests: posix: common: rwlock: remove overspecified pthread_attr_t 2024-01-04 15:13:47 -05:00
robot Twister: Add integration with renode-test 2023-05-26 09:43:49 -04:00
subsys tests: zbus: add HLP priority boost tests 2024-01-04 09:41:54 +01:00
unit tests: unit: util: add array for-each tests 2024-01-04 08:27:29 +09:00
ztest tests/ztest: Swap native_posix with native_sim 2023-11-20 12:02:48 +01:00
test_config.yaml twister: tests: Add some generic driver tests to the scope 2023-11-30 19:38:50 -05:00