taurus-org / taurus

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

Jul19 manual (partial) release tests: debian9 py3qt5 #983

Closed cpascual closed 5 years ago

cpascual commented 5 years ago

This issue is created for reporting the results of the manual tests for Jul19 release on debian9(stretch) with python3 and qt5.

The full checklist is not done. Only a few selected tests are done, to check issues found in other platforms.

The tests are done by @cpascual and @mrosanes

cpascual commented 5 years ago

Installation

The installation is done on a pristine taurus-test:debian-stretch-py3qt5 container deployed with

xhost +local:
docker run -d --name=taurus-stretch -h taurus-test -e DISPLAY=$DISPLAY -e QT_X11_NO_MITSHM=1 -v /tmp/.X11-unix:/tmp/.X11-unix cpascual/taurus-test:debian-stretch-py3qt5
docker exec -it taurus-stretch bash

installing from latest appveyor artifact from the release-Jan19 branch with:

pip3 install https://ci.appveyor.com/api/buildjobs/g0ecp4g47ybyxvky/artifacts/dist%2Ftaurus-4.6.0a0.tar.gz

PROBLEM: I ran into #984 , and I worked around it by manually editting the METADATA file upgrading setuptools, as explained in https://github.com/taurus-org/taurus/issues/984#issuecomment-516419173

mrosanes commented 5 years ago

taurus designer

mrosanes commented 5 years ago

Generic issues

Some generic issues detected in one or more tests

mrosanes commented 5 years ago

taurus config

mrosanes commented 5 years ago

taurus form

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

mrosanes commented 5 years ago

taurus tpg plot (needs taurus_pyqtgraph installed)

cpascual commented 5 years ago

The critical bugs have been tested and passed.