[Python-modules-team] Bug#946625: scipy: autopkgtest regularly times out

2020-01-06 Thread Drew Parsons
Thanks Håvard. Placing @pytest.mark.skip will get the job so worse come 
to worse we can deal with it that way.  The reason why I'd prefer not to 
do it that way is that that here we only want to control the tests being 
run from debian/tests. The @pytest.mark.skip will disable them for all 
testing (e.g. users running the tests locally), which we don't 
necessarily want.



The thing I don't understand is that the skips currently in place (in 
debian/tests/python3) were working fine until relatively recently. I 
don't know why they've stopped functioning (I'm assuming some syntax 
change for handling the skip structure that is currently used in 
debian/tests/python3).


The configuration of debian/tests/python3 of obfuscated by use of 
junitxml, so hard to check. I think the problem is testid is no longer 
matching the skip entries, where previously it did match.


Perhaps activating the -k-slow option like you suggested might be 
simpler for us.





On 2020-01-06 09:44, Håvard Flaget Aasen wrote:

I might be way off here, but if you want to skip test you can create a
patch with this above the class or function you want to skip.

--
@pytest.mark.skip(reason="no way of currently testing this")
--

More info here [1]
This will of course skip the tests at build time as well.

I also saw some tests that was marked '@pytest.mark.slow'. These can 
also

be skipped using 'pytest -k-slow' though you might skip over more
tests than you want.

I must admit I'm on thin ice here, cause I don't even know how your
script runs..


[1]: https://docs.pytest.org/en/latest/skipping.html#skip


___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#946625: scipy: autopkgtest regularly times out

2020-01-05 Thread Håvard Flaget Aasen

I might be way off here, but if you want to skip test you can create a
patch with this above the class or function you want to skip.

--
@pytest.mark.skip(reason="no way of currently testing this")
--

More info here [1]
This will of course skip the tests at build time as well.

I also saw some tests that was marked '@pytest.mark.slow'. These can also
be skipped using 'pytest -k-slow' though you might skip over more tests 
than you want.


I must admit I'm on thin ice here, cause I don't even know how your 
script runs..



[1]: https://docs.pytest.org/en/latest/skipping.html#skip

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#946625: scipy: autopkgtest regularly times out

2019-12-27 Thread Drew Parsons
Source: scipy
Followup-For: Bug #946625
Control: tags -1 help

The rules for skipping the failing tests
(test_sparsetools.TestInt32Overflow) are already in place in
debian/tests/python3

It looks like something must have changed in pytest such that the skip
instructions are now being ignored.

Needs a pytest syntax expert to fix.

___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team

[Python-modules-team] Bug#946625: scipy: autopkgtest regularly times out

2019-12-12 Thread Paul Gevers
Source: scipy
Version: 1.3.3-2
X-Debbugs-CC: debian...@lists.debian.org
Severity: serious
User: debian...@lists.debian.org
Usertags: timeout flaky

Dear maintainers,

Your package has an autopkgtest, great. However, I noticed that it
regularly fails without very clear changes. On top of that, very
recently your package started to time out regularly on ci.debian.net,
sometimes taking as long as 8 hours before doing so.

Can you please investigate the situation? Don't hesitate to ask for help
from the Debian CI team (in X-Debbugs-CC) if you need help solving this
issue.

To avoid wasting lots of time on the ci.debian.net infrastructure, I
have blacklisted your package. If needed, please ping me to try any
uploads you make that should fix the issue if you are unsure and don't
want to close this bug until verified.

Paul

https://ci.debian.net/data/autopkgtest/unstable/amd64/s/scipy/3639835/log.gz

autopkgtest [02:37:41]:  summary
python3  FAIL timed out
python3-smokePASS
openblas FAIL timed out
atlasFAIL timed out



signature.asc
Description: OpenPGP digital signature
___
Python-modules-team mailing list
Python-modules-team@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/python-modules-team