lnav
lnav copied to clipboard
New test failure isues test_sql_str_func.sh
Hi @tstack
As you might remember there was some work for lnav
in downstream Debian to get in shape for the next Debian bookworm release, and it was finally good to go. A new archive wide rebuild showed new issues, some tests in test_sql_str_func.sh
failing.
The full report is at
https://bugs.debian.org/1032539
I suspect this might be a regression caused by sqlite3 but I have yet to try to verify it.
Ideas?
@tstack so my guess was wrong, it is unrelated to sqlite3
. But testing with different baseline and downgradng package versions involved in the build:
The test succeeds with curl/7.87.0-2 (based on upstream 7.87.0) but fails with curl/7.88.1-6 (that is based on upstream 7.88.1) (specifically the libcurl3-gnutls and libcurl4-gnutls-dev packages FWIW).
@tstack, there was the following curl upstream change https://github.com/curl/curl/commit/8b27799f8c5e51187533edb04c66dd9079e1c478 in curl-7_88_1 and it looks the lnav tests need to be adapted.