taurus-org / taurus

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

taurus 4.6.4 testsuite py2 vs. py3 #1036

Open dschick opened 4 years ago

dschick commented 4 years ago

Hi, I am currently trying to migrate to Sardana 3.0 which requires also migration to Python3. Therefor, I installed the latest taurus version from the development branch.

I am running on Linux Mint 19.2 With Python 2.7 or 3.6 tango 9.2.5 pytango 9.2.5

When I run taurus testsuite with the Py2 version I only get one error message. If I do the same with the Py3 version I do get this result:

Ran 634 tests in 193.559s

FAILED (failures=31, errors=136, skipped=5)

one obvious error was this: Server TangoSchemeTest/unittest did not start within 10 seconds Actually the DS is running and is visible in Jive, however running the file python3 PATH/taurus/lib/taurus/core/tango/starter.py gives the same error.