On Freitag, 9. Juni 2017 17:02:15 CEST Josef Moellers wrote: > Hi, Hi Josef,
> I'm currently trying to build test suites for openQA. > One of the candidates is wget and, luckily, it already provides quite an > extensive test suite. > I have successfully built an RPM which has all that is needed for the tests. > One test, Test-ftp-iri-fallback.px, fails on SLES12-SP2 and I can't see > why. Look at tests/Test-ftp-iri-fallback.log, if you can't interpret the content send it here. > Is there a list describing exactly what each test checks and what a > failure means? Each test should self-contain a short description of it's purpose, sometimes these are missing (accidentally). Test-ftp-iri-fallback tries to FTP-download a file containing non-ASCII char(s). The behavior of Wget (with IRI support) is to convert the file name to UTF-8 for using with a RETR command. This should fail with a "550 file not found". Now Wget falls back to the unconverted file name and tries RETR again - this should succeed (we told the FTP test server to know this file name). A test failure could mean anything, but likely something with charset conversion (client or test server / Perl). > Thanks and have a nice weekend, > > Josef Hope this helps. If not, send us the .log file as a first hint. With Best Regards, Tim
signature.asc
Description: This is a digitally signed message part.
