Activity log for bug #1355394

Date Who What changed Old value New value Message
2014-08-11 19:13:02 Picca Frederic-Emmanuel bug added bug
2014-08-11 19:36:01 Picca Frederic-Emmanuel attachment added tango_8.1.2c+dfsg-5~ubuntu14.04.1.debdiff https://bugs.launchpad.net/ubuntu/+source/tango/+bug/1355394/+attachment/4174754/+files/tango_8.1.2c%2Bdfsg-5%7Eubuntu14.04.1.debdiff
2014-08-11 19:57:28 Picca Frederic-Emmanuel description [Test Case] This is took from the zeromq3 initial bug report this bug can be seens using the python-binding. But for htis you need a working tango database. So you need to install tango-db. then ~$ python >>> import PyTango >>> dev_name = 'sys/database/2' >>> dev = PyTango.DeviceProxy(dev_name) >>> cb = PyTango.utils.EventCallBack() >>> id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, cb, [], True) (waits forever... till I press CTRL+C) the expected result is that the last line does not hang [Test Case] This is took from the zeromq3 initial bug report this bug can be seens using the python-binding. But for htis you need a working tango database. apt-get install mysql-server apt-get install tango-db python-pytango then ~$ python >>> import PyTango >>> dev_name = 'sys/database/2' >>> dev = PyTango.DeviceProxy(dev_name) >>> cb = PyTango.utils.EventCallBack() >>> id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, cb, [], True) (waits forever... till I press CTRL+C) the expected result is that the last line does not hang
2014-08-11 20:22:19 Ubuntu Foundations Team Bug Bot tags patch
2014-08-11 20:22:26 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2014-08-11 20:23:01 Julian Taylor description [Test Case] This is took from the zeromq3 initial bug report this bug can be seens using the python-binding. But for htis you need a working tango database. apt-get install mysql-server apt-get install tango-db python-pytango then ~$ python >>> import PyTango >>> dev_name = 'sys/database/2' >>> dev = PyTango.DeviceProxy(dev_name) >>> cb = PyTango.utils.EventCallBack() >>> id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, cb, [], True) (waits forever... till I press CTRL+C) the expected result is that the last line does not hang [Test Case] This is took from the zeromq3 initial bug report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743508) this bug can be seens using the python-binding. But for htis you need a working tango database. So you need to install tango-db. apt-get install mysql-server apt-get install tango-db ~$ python >>> import PyTango >>> dev_name = 'sys/database/2' >>> dev = PyTango.DeviceProxy(dev_name) >>> cb = PyTango.utils.EventCallBack() >>> id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, cb, [], True) (waits forever... till I press CTRL+C) the expected result is that the last line does not hang
2014-08-11 20:25:17 Julian Taylor attachment added minimal debdiff https://bugs.launchpad.net/ubuntu/+source/tango/+bug/1355394/+attachment/4174767/+files/tango_8.1.2c%2Bdfsg-3ubuntu0.1.debdiff
2014-08-11 20:51:57 Julian Taylor description [Test Case] This is took from the zeromq3 initial bug report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743508) this bug can be seens using the python-binding. But for htis you need a working tango database. So you need to install tango-db. apt-get install mysql-server apt-get install tango-db ~$ python >>> import PyTango >>> dev_name = 'sys/database/2' >>> dev = PyTango.DeviceProxy(dev_name) >>> cb = PyTango.utils.EventCallBack() >>> id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, cb, [], True) (waits forever... till I press CTRL+C) the expected result is that the last line does not hang [Test Case] This is took from the zeromq3 initial bug report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743508) this bug can be seens using the python-binding. But for htis you need a working tango database. So you need to install tango-db. apt-get install mysql-server apt-get install tango-db ~$ python import PyTango dev_name = 'sys/database/2' dev = PyTango.DeviceProxy(dev_name) cb = PyTango.utils.EventCallBack() id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, cb, [], True) (waits forever... till I press CTRL+C) the expected result is that the last line does not hang
2014-08-12 12:33:18 Launchpad Janitor tango (Ubuntu): status New Confirmed
2014-08-12 14:24:59 Chris J Arges nominated for series Ubuntu Trusty
2014-08-12 14:24:59 Chris J Arges bug task added tango (Ubuntu Trusty)
2014-08-12 17:33:32 Launchpad Janitor tango (Ubuntu Trusty): status New Confirmed
2014-08-12 17:33:45 Julian Taylor tango (Ubuntu): status Confirmed Fix Released
2014-08-26 19:33:13 Picca Frederic-Emmanuel description [Test Case] This is took from the zeromq3 initial bug report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743508) this bug can be seens using the python-binding. But for htis you need a working tango database. So you need to install tango-db. apt-get install mysql-server apt-get install tango-db ~$ python import PyTango dev_name = 'sys/database/2' dev = PyTango.DeviceProxy(dev_name) cb = PyTango.utils.EventCallBack() id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, cb, [], True) (waits forever... till I press CTRL+C) the expected result is that the last line does not hang [Impact] * It is not possible to use the event part of pytango. Only the polling part was working correctly. * all the depending packages (python-taurus and python-sardana) are unusable without this fix (they rely on the event part) [Test Case] This is took from the zeromq3 initial bug report (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743508) this bug can be seens using the python-binding. But for htis you need a working tango database. So you need to install tango-db. apt-get install mysql-server apt-get install tango-db ~$ python import PyTango dev_name = 'sys/database/2' dev = PyTango.DeviceProxy(dev_name) cb = PyTango.utils.EventCallBack() id = dev.subscribe_event("state", PyTango.EventType.CHANGE_EVENT, cb, [], True) (waits forever... till I press CTRL+C) the expected result is that the last line does not hang [Regression Potential] * no known regression. * in case of a regression only two packages can be affected (python-taurus and python-sardana)
2014-08-26 19:36:31 Chris J Arges tango (Ubuntu Trusty): status Confirmed Fix Committed
2014-08-26 19:36:35 Chris J Arges bug added subscriber Ubuntu Stable Release Updates Team
2014-08-26 19:36:37 Chris J Arges bug added subscriber SRU Verification
2014-08-26 19:36:49 Chris J Arges tags patch patch verification-needed
2014-08-26 19:48:28 Launchpad Janitor branch linked lp:ubuntu/trusty-proposed/tango
2014-08-27 06:32:18 Tomaz Beltram tags patch verification-needed patch verification-done
2014-09-04 10:57:05 Colin Watson removed subscriber Ubuntu Stable Release Updates Team
2014-09-04 11:02:12 Launchpad Janitor tango (Ubuntu Trusty): status Fix Committed Fix Released