Activity log for bug #1501838

Date Who What changed Old value New value Message
2015-10-01 17:02:32 Eric Harney bug added bug
2015-10-01 17:02:32 Eric Harney attachment added whole_log https://bugs.launchpad.net/bugs/1501838/+attachment/4481118/+files/whole_log
2015-10-02 07:29:58 Gorka Eguileor bug added subscriber Gorka Eguileor
2015-10-12 23:58:55 John Griffith cinder: importance Undecided Critical
2015-10-12 23:59:07 John Griffith cinder: status New Confirmed
2015-10-15 18:17:42 Eric Harney tags gate-failure
2015-10-23 10:17:09 OpenStack Infra cinder: status Confirmed In Progress
2015-10-23 10:17:09 OpenStack Infra cinder: assignee Michal Dulko (michal-dulko-f)
2015-10-29 02:53:29 OpenStack Infra cinder: status In Progress Fix Committed
2015-12-03 16:43:08 Thierry Carrez cinder: status Fix Committed Fix Released
2016-04-13 17:08:25 OpenStack Infra tags gate-failure gate-failure in-stable-liberty
2016-06-07 06:18:48 Tobias Urdin bug task added cinder (Ubuntu)
2016-06-07 06:18:59 Tobias Urdin cinder (Ubuntu): status New Confirmed
2016-06-23 18:34:52 Corey Bryant nominated for series Ubuntu Wily
2016-06-23 18:34:52 Corey Bryant bug task added cinder (Ubuntu Wily)
2016-06-23 18:35:04 Corey Bryant nominated for series Ubuntu Xenial
2016-06-23 18:35:04 Corey Bryant bug task added cinder (Ubuntu Xenial)
2016-06-23 18:39:50 Corey Bryant cinder (Ubuntu Wily): status New Triaged
2016-06-23 18:39:59 Corey Bryant cinder (Ubuntu Xenial): status New Fix Released
2016-06-23 18:40:05 Corey Bryant cinder (Ubuntu): status Confirmed Fix Released
2016-06-23 18:40:17 Corey Bryant cinder (Ubuntu): importance Undecided High
2016-06-23 18:40:20 Corey Bryant cinder (Ubuntu Xenial): importance Undecided High
2016-06-23 18:40:23 Corey Bryant cinder (Ubuntu): importance High Undecided
2016-06-23 18:40:31 Corey Bryant cinder (Ubuntu Wily): importance Undecided High
2016-06-23 18:40:33 Corey Bryant cinder (Ubuntu): importance Undecided High
2021-12-30 14:10:01 Sana GHALLOU description Possible issue with the Snapshot object? master @ 7f498b0 Merge "Obtain target authentication from database same as LIO target" Running this tox env (subset of our full tests): [testenv:py34not] commands = ostestr {posargs} --concurrency=16 --regex (cinder.tests.unit.test_volume|cinder.tests.unit.image.test_cache) cinder.tests.unit.test_volume.GetActiveByWindowTestCase.test_snapshot_get_active_by_window ------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~ Traceback (most recent call last): File "cinder/tests/unit/test_volume.py", line 5982, in test_snapshot_get_active_by_window datetime.datetime(1, 4, 1, 1, 1, 1)).objects File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 171, in wrapper result = fn(cls, context, *args, **kwargs) File "cinder/objects/snapshot.py", line 251, in get_active_by_window snapshots, expected_attrs=['metadata']) File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 991, in obj_make_list **extra_args) File "cinder/objects/snapshot.py", line 121, in _from_db_object metadata = db_snapshot.get('snapshot_metadata') File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/oslo_db/sqlalchemy/models.py", line 68, in get return getattr(self, key, default) File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/sqlalchemy/orm/attributes.py", line 237, in __get__ return self.impl.get(instance_state(instance), dict_) File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/sqlalchemy/orm/attributes.py", line 578, in get value = self.callable_(state, passive) File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/sqlalchemy/orm/strategies.py", line 502, in _load_for_state (orm_util.state_str(state), self.key) sqlalchemy.orm.exc.DetachedInstanceError: Parent instance <Snapshot at 0x7f38f90ae790> is not bound to a Session; lazy load operation of attribute 'snapshot_metadata' cannot proceed Possible issue with the Snapshot object? master @ 7f498b0 Merge "Obtain target authentication from database same as LIO target" Running this tox env (subset of our full tests): [testenv:py34not] commands = ostestr {posargs} --concurrency=16 --regex (cinder.tests.unit.test_volume|cinder.tests.unit.image.test_cache) cinder.tests.unit.test_volume.GetActiveByWindowTestCase.test_snapshot_get_active_by_window ------------------------------------------------------------------------------------------ Captured traceback: ~~~~~~~~~~~~~~~~~~~     Traceback (most recent call last):       File "cinder/tests/unit/test_volume.py", line 5982, in test_snapshot_get_active_by_window         datetime.datetime(1, 4, 1, 1, 1, 1)).objects       File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 171, in wrapper         result = fn(cls, context, *args, **kwargs)       File "cinder/objects/snapshot.py", line 251, in get_active_by_window         snapshots, expected_attrs=['metadata'])       File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/oslo_versionedobjects/base.py", line 991, in obj_make_list         **extra_args)       File "cinder/objects/snapshot.py", line 121, in _from_db_object         metadata = db_snapshot.get('snapshot_metadata')       File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/oslo_db/sqlalchemy/models.py", line 68, in get         return getattr(self, key, default)       File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/sqlalchemy/orm/attributes.py", line 237, in __get__         return self.impl.get(instance_state(instance), dict_)       File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/sqlalchemy/orm/attributes.py", line 578, in get         value = self.callable_(state, passive)       File "/home/eharney/src/cinder-trunk8/.tox/py34not/lib/python2.7/site-packages/sqlalchemy/orm/strategies.py", line 502, in _load_for_state         (orm_util.state_str(state), self.key)     sqlalchemy.orm.exc.DetachedInstanceError: Parent instance <Snapshot at 0x7f38f90ae790> is not bound to a Session; lazy load operation of attribute 'snapshot_metadata' cannot proceed