2023-06-02 06:35:50 +00:00
|
|
|
varnishtest "Verifies the absence of (null) in 'show stats' header"
|
|
|
|
|
2024-04-19 16:03:45 +00:00
|
|
|
# This can happen if a new ST_I_PX_xxx enum is added without updating
|
2023-06-02 06:35:50 +00:00
|
|
|
# stats_fields[].
|
|
|
|
|
|
|
|
feature ignore_unknown_macro
|
|
|
|
|
2024-11-19 15:51:30 +00:00
|
|
|
haproxy h1 -conf {
|
2023-06-02 06:35:50 +00:00
|
|
|
} -start
|
|
|
|
|
|
|
|
haproxy h1 -cli {
|
|
|
|
send "show stat"
|
|
|
|
expect !~ (null)
|
|
|
|
}
|