bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] What are the tests testing?


From: Tim Rühsen
Subject: Re: [Bug-wget] What are the tests testing?
Date: Sat, 10 Jun 2017 13:36:40 +0200
User-agent: KMail/5.2.3 (Linux/4.9.0-3-amd64; KDE/5.28.0; x86_64; ; )

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

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]