History log of /openbsd-current/regress/sys/kern/sosplice/tcp/args-server-abort.pl
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 07-May-2021 bluhm

Dynamic socket buffers make tests unreliable, set fixed buffer size.


# 1.1 03-Jan-2013 bluhm

branches: 1.1.1;
Initial revision


Revision tags: OPENBSD_5_3_BASE OPENBSD_5_4_BASE OPENBSD_5_5_BASE OPENBSD_5_6_BASE OPENBSD_5_7_BASE OPENBSD_5_8_BASE OPENBSD_5_9_BASE OPENBSD_6_0_BASE OPENBSD_6_1_BASE OPENBSD_6_2_BASE bluhm_20130103
# 1.1.1.1 03-Jan-2013 bluhm

Reengineer the socket splicing regression tests:
- Move the tests from splice to new sosplice directory for consistent naming.
- Split the API tests and the TCP splicing tests into separate directories.
- Create some tests for the upcoming UDP splicing.
- Tests can be run in obj directories now.
- The API tests can run both on a local and on a remote machine now.
- Fix the forking TCP tests which splice and read or write simultaneously.
- Bunch of little fixes for races in the tests.
- Deduplicate code, move checks into common functions.