Package: lua-luv / 1.51.0-1-1

Metadata

Package Version Patches format
lua-luv 1.51.0-1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable_network_tests.patch | (download)

tests/run.lua | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 disable tests that require network or fail to run
 Some tests require network access (to test dns or tcp connections)
 .
 Debian packges shouldn't rely on any kind of network to be able to build,
 so those tests need to be disabled.
 .
 Additionally some tests fail to pass on 32bit architectures with Lua5.1, until
 this is fixed these tests are disabled.
disable_loop_tests.patch | (download)

tests/run.lua | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 disable loop tests
 These fail in dh-lua's app-dynamic testing.
longer_async_work_timeout.patch | (download)

tests/test-work.lua | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 increase timeout of "threadpool with async" test
 On arm64 the 10 ms has been too quick most of the time, causing the test to
 teardown before the async callback has been called and therefore fail the
 test. Bump the sleep up to 100 ms to give more time.