Control: tags -1 - unreproducible
Control: severity -1 serious

Hi again Santiago!

On Mon, Jan 13, 2025 at 05:16:59PM +0300, Dmitry Shachnev wrote:
> I have just tried to build this package on two different boxes, and it built
> fine. In the reproducible builds infrastructure, it also built fine today [1].
>
> Can we close this bug? Or you can still reproduce this failure?

I understand now. It fails if the build environment has network access.

The test has the following code:

    if (hostReachable(QLatin1String("term.ie"))) {
        QTest::newRow("term.ie_get") << "key"
                                     << "secret"
                                     << "accesskey"
                                     << "accesssecret"
                                     << 
QUrl("http://term.ie/oauth/example/echo_api.php";)
                                     << parameters
                                     << QByteArray("GET");

When term.ie is reachable, it fails because that URL is now 404.

I will fix it by disabling this test.

--
Dmitry Shachnev

Attachment: signature.asc
Description: PGP signature

Reply via email to