On Thu, Aug 22, 2019 at 4:51 PM Nir Soffer <nsoffer(a)redhat.com> wrote:
Sharing progress on python 3 work.
## Aug 22
git checkout
tox -e storage-py37
...
1643 passed, 103 skipped, 100 deselected, 105 xfailed, 82 xpassed, 107
warnings in 79.72 seconds
# Today (Sep 10)
1724 passed, 105 skipped, 100 deselected, 76 xfailed, 51 xpassed, 98
warnings in 82.43 seconds
Change:
*passed: +81*
*skips: +2*
*xfail: -29*
*xpass: -31*
*warnings: -9*
Some tests require root, but I did not run as root, so we see higher skips
values.
## Python 2 vs python 3
Looking at travis builds:
python 2.7:
https://travis-ci.org/oVirt/vdsm/jobs/583262136
1936 passed, 16 skipped, 100 deselected, 5 xfailed in 211.59 seconds
python 3.7:
https://travis-ci.org/oVirt/vdsm/jobs/583262137
1775 passed, 39 skipped, 100 deselected, 90 xfailed, 52 xpassed, 99
warnings in 198.66 seconds
## Coverage
python 2.7:
storage: 61%
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/11189/artifact/ch...
combined: 63%
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/11189/artifact/ch...
python 3.7:
storage: 59%
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/11189/artifact/ch...
combined: 60%
https://jenkins.ovirt.org/job/vdsm_standard-check-patch/11189/artifact/ch...
Thanks for the awesome work!
Nir