Thursday, 2020-02-27

*** tosky has quit IRC00:21
*** rcernin has quit IRC05:33
*** rcernin has joined #openstack-rally05:33
*** rcernin has quit IRC06:24
*** tesseract has joined #openstack-rally07:53
*** tosky has joined #openstack-rally08:17
*** dmellado has quit IRC09:59
*** anilvenkata_ has quit IRC10:20
zigoandreykurilin: Hi there! Could you help me with this? https://bugs.launchpad.net/rally/+bug/186498711:06
openstackLaunchpad bug 1864987 in Rally "unit tests failures in Debian" [Undecided,New]11:06
zigoI've fixed this one so that the list of unit test works: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=94901811:07
openstackDebian bug 949018 in python3-jinja2 "python3-jinja2: Incompatible with Python 3.9: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated" [Normal,Open]11:07
zigo:)11:07
andreykurilinok, so it is python 3.811:57
andreykurilinnever launched unittest against py3.8 env before.  we have only py37 ci job. several failues from your logs looks trivial (another order of arguments in resulted xml file), other - need more work12:00
openstackgerritAndrey Kurilin proposed openstack/rally master: wip:run py38 at ci  https://review.opendev.org/71024112:09
openstackgerritAndrey Kurilin proposed openstack/rally master: wip:run py38 at ci  https://review.opendev.org/71024112:28
*** dmellado has joined #openstack-rally13:05
andreykurilinzigo: it looks like not so easy to fix running unittest against py38. If we talk about master branch of rally, we turned on raising warnings as errors (https://github.com/openstack/rally/blob/master/tox.ini#L96) by default. At py38 there is one more SyntaxWarning from netaddr(the lib is dead/unmaintained?) and I failed to catch it for suppressing. I'll continue working on making rally pass unittests at py38, but it will take som13:25
andreykuriline time13:25
andreykurilinbtw, thanks a lot for pointing to failures13:26
zigoandreykurilin: Thanks ! FYI, 3.8 is now the default in the next LTS and Sid, so if you want rally in the next LTS you'd better fix these quickly. For Debian, we can wait that is ok...13:47
zigoandreykurilin: do you think it is just une tests broken, or it is more serious than that ?13:49
andreykurilinzigo: just test. I can split all failures to 2 categories( if we skip considering warnings as errors). First one is test of test helpers. Second one is wrong order of parameters in the resulted xml string13:52
andreykurilinreference = '<testsuite errors="0" failures="0" name="test" tests="0" time="0.00" />'13:53
andreykurilinactual         = '<testsuite name="test" tests="0" time="0.00" failures="0" errors="0" />'13:53
andreykurilinthese xml tags are equal, but it fails since the comparison is done for strings13:53
andreykurilinso functionally everything passed13:53
openstackgerritAndrey Kurilin proposed openstack/rally master: wip:run py38 at ci  https://review.opendev.org/71024113:56
openstackgerritAndrey Kurilin proposed openstack/rally master: wip:run py38 at ci  https://review.opendev.org/71024114:23
andreykurilinzigo: functional tests are passing at py38 env without any modification of the code - https://b93d8bac903832e2414c-adb2e7ba02c3b7d718c3f664ac85bf1c.ssl.cf5.rackcdn.com/710241/4/check/rally-tox-functional-py38/76f4c4b/functional-py38_report.html .14:54
andreykurilinas for unittests - I'll try to fix them this week14:54
*** tesseract has quit IRC16:27
-openstackstatus- NOTICE: Memory pressure on zuul.opendev.org is causing connection timeouts resulting in POST_FAILURE and RETRY_LIMIT results for some jobs since around 06:00 UTC today; we will be restarting the scheduler shortly to relieve the problem, and will follow up with another notice once running changes are reenqueued.19:12
-openstackstatus- NOTICE: The scheduler for zuul.opendev.org has been restarted; any changes which were in queues at the time of the restart have been reenqueued automatically, but any changes whose jobs failed with a RETRY_LIMIT, POST_FAILURE or NODE_FAILURE build result in the past 14 hours should be manually rechecked for fresh results19:45
openstackgerritAndrey Kurilin proposed openstack/rally master: Ensure python 3.8 is supported  https://review.opendev.org/71024121:06
openstackgerritAndrey Kurilin proposed openstack/rally master: Ensure python 3.8 is supported  https://review.opendev.org/71024121:10
andreykurilinzigo: ok. it should be fixed now^21:12
zigoandreykurilin: Oh, you're quick ! :)21:13
zigoCongrats !21:13
zigoI'll check on it later, I've just uploaded the version with removed broken tests.21:13
zigoCurrently uploading rally-openstack which I still never uploaded ... :/21:13
zigoandreykurilin: rally-openstack also has the same kind of issues, if you didn't know.21:14
zigohttps://salsa.debian.org/openstack-team/services/rally-openstack <--- packaging is here21:15
*** rcernin has joined #openstack-rally21:44

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!