taurus-org / taurus

Moved to https://gitlab.com/taurus-org/taurus
http://taurus-scada.org
43 stars 46 forks source link

Test 'support for python3' code in debian9 + python2 at ALBA #816

Closed cpascual closed 5 years ago

cpascual commented 5 years ago

This issue is created for reporting the results of the manual tests for python 2 & 3 support PR #703

Tested on Debian GNU/Linux 9 (stretch) with python2 using the checklist from

https://github.com/taurus-org/taurus/blob/develop/doc/how_to_release.md#manual-test-checklist

Installation

pip install https://ci.appveyor.com/api/buildjobs/3kt2he6dq96t4fvw/artifacts/dist%2Ftaurus-4.4.1a0.tar.gz

pip install https://ci.appveyor.com/api/buildjobs/3espsq058vso149q/artifacts/dist%2Ftaurus-4.4.1a0.tar.gz

pip install https://ci.appveyor.com/api/buildjobs/vtagrjlwrnlyeltl/artifacts/dist%2Ftaurus-4.4.1a0.tar.gz

pip install https://ci.appveyor.com/api/buildjobs/24op01lxvitvsj58/artifacts/dist%2Ftaurus-4.4.1a0.tar.gz

pip install https://ci.appveyor.com/api/buildjobs/eyc0uubsvqy7ivfe/artifacts/dist%2Ftaurus-4.4.1a0.tar.gz

Taurusdemo

taurusplot

(basically try all features described in the user's guide

taurustrend

(basically try all features described in the user's guide

Test taurusimage

taurustrend2d

taurusdesigner

taurusdevicepanel

tauruspanel

taurusform

(basically try all features described in the user's guide

taurusgui

(basically try all features described in the user's guide

taurusconfigbrowser

taurusiconcatalog

sardana

cpascual commented 5 years ago

While doing the tests I've found some issues that are not specific to #703 and which I reported directly to the taurus issue tracker: #821, #822

cmft commented 5 years ago

I found troubles with taurusdesigner if you starting to create a GUI and you decided do not save it the designer does not died

cpascual commented 5 years ago

All tests ok. Closing