Activity log for bug #1358854

Date Who What changed Old value New value Message
2014-08-19 17:13:21 Valeriy Ponomaryov bug added bug
2014-08-19 17:15:47 Valeriy Ponomaryov description if run unittests with ./run_tests.sh script, we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last): File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation self.start_service('share') File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service svc.start() File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start self.manager.init_host() File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host share_server=share_server) File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. If run unittests with ./run_tests.sh script, we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if with ./run_tests.sh --concurrency 4 no error appears. Thats why bug appeared in master via tox, that is by default use bunch of threads.
2014-08-19 17:16:16 Valeriy Ponomaryov description If run unittests with ./run_tests.sh script, we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if with ./run_tests.sh --concurrency 4 no error appears. Thats why bug appeared in master via tox, that is by default use bunch of threads. If run unittests with "./run_tests.sh" (1 thread by default), we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if run with "./run_tests.sh --concurrency 4" no error appears. Thats why bug appeared in master via tox, that is by default use bunch of threads.
2014-08-19 17:16:58 Valeriy Ponomaryov description If run unittests with "./run_tests.sh" (1 thread by default), we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if run with "./run_tests.sh --concurrency 4" no error appears. Thats why bug appeared in master via tox, that is by default use bunch of threads. If run unittests with "./run_tests.sh" (1 thread by default), we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if run with "./run_tests.sh --concurrency 4" no error appears. Thats why bug did not appear in master via tox, tox uses bunch of threads by default.
2014-08-19 17:17:07 Valeriy Ponomaryov manila: importance Undecided High
2014-08-19 17:18:32 Valeriy Ponomaryov summary unittest bug that can be cathed with run_tests.sh one unittest fails with one thread test run
2014-08-19 17:18:46 Valeriy Ponomaryov summary one unittest fails with one thread test run one unittest fails with test run in one thread
2014-08-19 17:19:38 Valeriy Ponomaryov description If run unittests with "./run_tests.sh" (1 thread by default), we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if run with "./run_tests.sh --concurrency 4" no error appears. Thats why bug did not appear in master via tox, tox uses bunch of threads by default. If run unittests with "./run_tests.sh" (1 thread by default), we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if run with "./run_tests.sh --concurrency 4" no error appears. Thats why bug did not appear in master via tox, tox uses bunch of threads by default. Also, adding some new tests makes it appear. So, we have some combination of tests with some influence.
2014-08-19 17:19:54 Valeriy Ponomaryov description If run unittests with "./run_tests.sh" (1 thread by default), we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if run with "./run_tests.sh --concurrency 4" no error appears. Thats why bug did not appear in master via tox, tox uses bunch of threads by default. Also, adding some new tests makes it appear. So, we have some combination of tests with some influence. If run unittests with "./run_tests.sh" (1 thread by default), we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if run with "./run_tests.sh --concurrency 4" no error appears. Thats why bug did not appear in master via tox, tox uses bunch of threads by default. Also, adding some new tests makes it appear. So, we have some combination of tests with some influence, if they are in one thread.
2014-08-19 17:25:01 Valeriy Ponomaryov description If run unittests with "./run_tests.sh" (1 thread by default), we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if run with "./run_tests.sh --concurrency 4" no error appears. Thats why bug did not appear in master via tox, tox uses bunch of threads by default. Also, adding some new tests makes it appear. So, we have some combination of tests with some influence, if they are in one thread. If run unittests with "./run_tests.sh" (1 thread by default), we get next error: ====================================================================== FAIL: manila.tests.test_test.IsolationTestCase.test_service_isolation ---------------------------------------------------------------------- Traceback (most recent call last): _StringException: pythonlogging:'': {{{Starting manila-share node (version 2013.2)}}} Traceback (most recent call last):   File "/home/vponomaryov/Documents/python/projects/manila/manila/tests/test_test.py", line 34, in test_service_isolation     self.start_service('share')   File "/home/vponomaryov/Documents/python/projects/manila/manila/test.py", line 194, in start_service     svc.start()   File "/home/vponomaryov/Documents/python/projects/manila/manila/service.py", line 374, in start     self.manager.init_host()   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/manager.py", line 84, in init_host     share_server=share_server)   File "/home/vponomaryov/Documents/python/projects/manila/manila/share/drivers/generic.py", line 86, in wrap     raise exception.ManilaException(_('Share server backend ' ManilaException: Share server backend details missing. But if run with "./run_tests.sh --concurrency 4" no error appears. Thats why bug did not appear in master via tox, tox uses bunch of threads by default. Also, adding some new tests makes it appear. So, we have some combination of tests with some influence, if they are in one thread. It is caused by merge of https://github.com/stackforge/manila/commit/dd4bd5c48722f478fc62b959a2367e91002d4e0d
2014-08-20 09:38:07 Valeriy Ponomaryov manila: assignee Valeriy Ponomaryov (vponomaryov)
2014-08-20 09:38:11 Valeriy Ponomaryov manila: status New In Progress
2014-08-20 10:21:19 OpenStack Infra manila: status In Progress Fix Committed
2014-08-20 10:30:04 Valeriy Ponomaryov manila: status Fix Committed Fix Released
2014-09-03 15:28:21 Ben Swartzlander manila: milestone juno-3