Package: graphite-web
Version: 1.1.10-9
Severity: serious
User: [email protected]
Usertags: regression
Justification: Regression

Dear maintainers,

I adopted and modernised cairocffi. After it got uploaded to unstable, 
cairocffi triggered a build job for graphite-web which failed for the 
riscv64 architecture [1].

After a quick investigation I found a potential cause of that failure.
In the test setup, the retry loop for the server to become ready only 
waits for 5 seconds (10 * 0.5s):

        retries = 10
        while not cls.server_ready() and retries > 0:
            time.sleep(0.5)
            retries = retries - 1
            if retries == 0:
                raise RuntimeError('test server is not available')

 I believe that increasing the duration of the retry loop 
(e.g. to 30 or 60 seconds) will fix this error and unblock the migration.

[1] https://ci.debian.net/packages/g/graphite-web/testing/riscv64/68577642/

Let me know what you think or if this is helpful :)


Best regards,

---
Arian Ott
[email protected]

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

Reply via email to