Source: dask.distributed
Version: 2021.01.0+ds.1-2
Severity: important
Tags: ftbfs
User: de...@lists.apertis.org
Usertags: apertis-ftbfs
X-Debbugs-Cc: de...@lists.apertis.org

Dear Maintainer,

While rebuilding your package for Apertis, I found that it fails to
build because a few of the build-time tests fail. I rebuilt the package
in Debian and received the same result.

    ______________________________ test_process_time 
_______________________________
    
        def test_process_time():
            start = metrics.process_time()
            run_for(0.05)
            dt = metrics.process_time() - start
    >       assert 0.03 <= dt <= 0.2
    E       assert 0.03 <= 0.02570413899999835
    
    distributed/tests/test_metrics.py:27: AssertionError
    _______________________________ test_thread_time 
_______________________________
    
        def test_thread_time():
            start = metrics.thread_time()
            run_for(0.05)
            dt = metrics.thread_time() - start
    >       assert 0.03 <= dt <= 0.2
    E       assert 0.03 <= 0.027913339999997788
    
    distributed/tests/test_metrics.py:48: AssertionError
    …

Please find the full bug report in the attachment.

-- 
Cheers,
  Andrej

Attachment: dask.distributed_amd64-2021-04-30T08:46:30Z.gz
Description: application/gzip

Reply via email to