[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#38325] [PATCH 1/2] gnu: Add tdlib.
From: |
Ludovic Courtès |
Subject: |
[bug#38325] [PATCH 1/2] gnu: Add tdlib. |
Date: |
Tue, 26 Nov 2019 21:58:30 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hello,
Brett Gilio <address@hidden> skribis:
> I have fixed the linting issue. The reason why I have disabled tests is
> because the test cases require internet connection.
>
> [ 1][t 0][1574796396.378631592][mtproto.cpp:64][!GetHostByNameActor] 7
> "web.telegram.org" [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.378687382][mtproto.cpp:64][!GetHostByNameActor] 8
> "web.telegram.org" [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.378721476][mtproto.cpp:64][!GetHostByNameActor] 9
> "web.telegram.org." [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.378756762][mtproto.cpp:64][!GetHostByNameActor] 10
> "web.telegram.org." [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.378843307][mtproto.cpp:64][!GetHostByNameActor] 11
> "москва.рф" [Error : 0 : Failed to resolve host: Name or service not known]
> [ 1][t 0][1574796396.379258633][mtproto.cpp:64][!GetHostByNameActor] 37
> "web.telegram.org" [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.379312277][mtproto.cpp:64][!GetHostByNameActor] 38
> "web.telegram.org" [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.379376888][mtproto.cpp:64][!GetHostByNameActor] 39
> "web.telegram.org." [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.379430532][mtproto.cpp:64][!GetHostByNameActor] 40
> "web.telegram.org." [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.379479170][mtproto.cpp:64][!GetHostByNameActor] 41
> "москва.рф" [Error : 0 : Failed to resolve host: Name or service not known]
> [ 1][t 0][1574796396.381045103][mtproto.cpp:64][!GetHostByNameActor] 67
> "web.telegram.org" [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.381077766][mtproto.cpp:64][!GetHostByNameActor] 68
> "web.telegram.org" [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.381108761][mtproto.cpp:64][!GetHostByNameActor] 69
> "web.telegram.org." [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.381140471][mtproto.cpp:64][!GetHostByNameActor] 70
> "web.telegram.org." [Error : 0 : Failed to resolve host: Name or service not
> known]
> [ 1][t 0][1574796396.381173134][mtproto.cpp:64][!GetHostByNameActor] 71
> "москва.рф" [Error : 0 : Failed to resolve host: Name or service not known]
>
> I might be able to strip out those particular tests, but it would seem
> to me that needing internet connection on a test case is likely not the
> "Guix way" of doing this.
Right, there’s no network access in the build environment.
So those tests that rely on being able to talk to telegram.org &
co. must be skipped. If possible, it’s best to skip only those and
still run tests that don’t depend on network access.
If we have to #:tests? #f altogether, then please add a comment
explaining why we’re doing this, for our future selves. :-)
Thanks in advance!
Ludo’.