Correct, tests that require "default host and port" can no longer run (unless by a fluke the random port happens to land on the single port the test can run on). They need to be adjusted to work on "any" port number.
This allows us to make test cases to use base64 at run-time and still
use and verify information determined at run-time, such as the IMAP test
server's port number in test 842.
ftpserver.pl is adjusted to load test instructions and test number from
the preprocessed test file.
FILEFORMAT.md now documents the new base64 encoding syntax.
Reported-by: Marcel Raad
Fixes#5761
MarcelRaad commentedAug 1, 2020
I did this
Look at any CI build. Alternatively, run the tests with runtests.pl.
I expected the following
Not to see this line in every single test suite run:
Could it be that these tests cannot be run at all anymore since 80d6515?
Also, there are a lot of warnings
as visible e.g. in https://curl.haxx.se/dev/log.cgi?id=20200801191819-7235#prob12, which seems to be caused by the same commit.
curl/libcurl version
7.72.0-DEV
operating system
Linux, macOS, Windows, FreeBSD, Solaris
The text was updated successfully, but these errors were encountered: