haproxy/reg-tests/connection
Willy Tarreau b63dbb7b2e MAJOR: config: remove parsing of the global "nbproc" directive
This one was deprecated in 2.3 and marked for removal in 2.5. It suffers
too many limitations compared to threads, and prevents some improvements
from being engaged. Instead of a bypassable startup error, there is now
a hard error.

The parsing code was removed, and very few obvious cases were as well.
The code is deeply rooted at certain places (e.g. "for" loops iterating
from 0 to nbproc) so it will not be that trivial to remove everywhere.
The "bind" and "bind-process" parsers will have to be adjusted, though
maybe not completely changed if we later want to support thread groups
for large NUMA machines. Some stats socket restrictions were removed,
and the doc was updated according to what was done. A few places in the
doc still refer to nbproc and will have to be revisited. The master-worker
code also refers to the process number to distinguish between master and
workers and will have to be carefully adjusted. The MAX_PROCS macro was
reset to 1, this will at least reduce the size of some remaining arrays.

Two regtests were dependieng on this directive, one with an explicit
"nbproc 1" and another one testing the master's CLI using nbproc 4.
Both were adapted.
2021-06-11 17:02:13 +02:00
..
common.pem
dispatch.vtc CLEANUP: reg-tests: Remove obsolete no-htx parameter for reg-tests 2021-06-04 15:41:21 +02:00
http_reuse_aggressive.vtc
http_reuse_always.vtc
http_reuse_be_transparent.vtc REGTESTS: test http-reuse if no server target 2021-03-03 11:40:25 +01:00
http_reuse_conn_hash.vtc REGTESTS: revert workaround for a crash with recent libressl on http-reuse sni 2021-03-20 09:32:57 +01:00
http_reuse_dispatch.vtc REGTESTS: test http-reuse if no server target 2021-03-03 11:40:25 +01:00
http_reuse_never.vtc
http_reuse_safe.vtc
proxy_protocol_random_fail.vtc MAJOR: config: remove parsing of the global "nbproc" directive 2021-06-11 17:02:13 +02:00
proxy_protocol_send_unique_id.vtc
proxy_protocol_send_unique_id_alpn.vtc
proxy_protocol_tlv_validation.vtc
tcp_to_http_upgrade.vtc REGTESTS: Add script to tests TCP to HTTP upgrades 2021-04-01 13:51:22 +02:00