Activity log for bug #1501272

Date Who What changed Old value New value Message
2015-09-30 10:29:22 Valeriy Ponomaryov bug added bug
2015-09-30 10:29:29 Valeriy Ponomaryov manila: milestone mitaka-1
2015-09-30 10:29:35 Valeriy Ponomaryov manila: importance Undecided High
2015-09-30 10:30:40 Valeriy Ponomaryov description Test 'manila.tests.db.migrations.alembic.test_migration.TestManilaMigrationsMySQL.test_walk_versions' is unstable. IF fails with following error [1]: ft1.3017: manila.tests.db.migrations.alembic.test_migration.TestManilaMigrationsMySQL.test_walk_versions_StringException: Empty attachments: stdout pythonlogging:'': {{{ERROR [manila.tests.test_migrations] Failed to migrate to version 5077ffcc5f1c on engine Engine(mysql+pymysql://openstack_citest:***@localhost/bdoesxrcph). Exception while running the migration: tuple index out of range}}} stderr: {{{ /home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/sql/default_comparator.py:153: SAWarning: The IN-predicate on "share_types.id" was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive to evaluate. Consider alternative strategies for improved performance. 'strategies for improved performance.' % expr) }}} traceback-1: {{{ Traceback (most recent call last): File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/fixtures/fixture.py", line 125, in cleanUp return self._cleanups(raise_errors=raise_first) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/fixtures/callmany.py", line 88, in __call__ reraise(error[0], error[1], error[2]) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/fixtures/callmany.py", line 82, in __call__ cleanup(*args, **kwargs) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/testresources/__init__.py", line 783, in tearDownResources resource[1].finishedWith(getattr(test, resource[0]), result) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/testresources/__init__.py", line 495, in finishedWith self._clean_all(resource, result) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/testresources/__init__.py", line 464, in _clean_all self.clean(resource) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/provision.py", line 127, in clean resource.database.engine) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/provision.py", line 263, in drop_all_objects self.impl.drop_all_objects(engine) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/provision.py", line 394, in drop_all_objects inspector = sqlalchemy.inspect(engine) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/inspection.py", line 63, in inspect ret = reg(subject) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/reflection.py", line 139, in _insp return Inspector.from_engine(bind) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/reflection.py", line 135, in from_engine return Inspector(bind) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/reflection.py", line 109, in __init__ bind.connect().close() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 2018, in connect return self._connection_cls(self, **kwargs) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 92, in __init__ self.dispatch.engine_connect(self, self.__branch) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__ fn(*args, **kw) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/engines.py", line 72, in _connect_ping_listener connection.scalar(select([1])) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 844, in scalar return self.execute(object, *multiparams, **params).scalar() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/result.py", line 1064, in scalar row = self.first() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/result.py", line 1038, in first return self._non_result(None) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/result.py", line 920, in _non_result "This result object does not return rows. " sqlalchemy.exc.ResourceClosedError: This result object does not return rows. It has been closed automatically. }}} Traceback (most recent call last): File "manila/tests/db/migrations/alembic/test_migration.py", line 150, in test_walk_versions downgrade=self.downgrade) File "manila/tests/db/migrations/alembic/test_migration.py", line 89, in _walk_versions self._migrate_up(version.revision) File "manila/tests/db/migrations/alembic/test_migration.py", line 127, in _migrate_up self.migration_api.upgrade(version) File "manila/db/migrations/alembic/migration.py", line 51, in upgrade return alembic.command.upgrade(_alembic_config(), revision or 'head') File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/command.py", line 174, in upgrade script.run_env() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/script/base.py", line 397, in run_env util.load_python_file(self.dir, 'env.py') File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/util/pyfiles.py", line 81, in load_python_file module = load_module_py(module_id, path) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/util/compat.py", line 79, in load_module_py mod = imp.load_source(module_id, path, fp) File "/home/jenkins/workspace/gate-manila-python27/manila/db/migrations/alembic/env.py", line 41, in <module> run_migrations_online() File "/home/jenkins/workspace/gate-manila-python27/manila/db/migrations/alembic/env.py", line 36, in run_migrations_online context.run_migrations() # pylint: disable=E1101 File "<string>", line 8, in run_migrations File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/runtime/environment.py", line 797, in run_migrations self.get_context().run_migrations(**kw) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/runtime/migration.py", line 312, in run_migrations step.migration_fn(**kw) File "/home/jenkins/workspace/gate-manila-python27/manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py", line 284, in upgrade upgrade_export_locations_table(connection) File "/home/jenkins/workspace/gate-manila-python27/manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py", line 247, in upgrade_export_locations_table 'share_instance_export_locations') File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/operations/base.py", line 299, in batch_alter_table impl.flush() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/operations/batch.py", line 54, in flush fn(*arg, **kw) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/ddl/impl.py", line 183, in drop_constraint self._exec(schema.DropConstraint(const)) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/ddl/impl.py", line 118, in _exec return conn.execute(construct, *multiparams, **params) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 914, in execute return meth(self, multiparams, params) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 68, in _execute_on_connection return connection._execute_ddl(self, multiparams, params) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 968, in _execute_ddl compiled File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1146, in _execute_context context) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1337, in _handle_dbapi_exception util.raise_from_cause(newraise, exc_info) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/util/compat.py", line 199, in raise_from_cause reraise(type(exception), exception, tb=exc_tb) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context context) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 450, in do_execute cursor.execute(statement, parameters) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/cursors.py", line 146, in execute result = self._query(query) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/cursors.py", line 296, in _query conn.query(q) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 781, in query self._affected_rows = self._read_query_result(unbuffered=unbuffered) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 942, in _read_query_result result.read() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 1138, in read first_packet = self.connection._read_packet() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 895, in _read_packet packet_header = self._read_bytes(4) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 912, in _read_bytes data = self._rfile.read(num_bytes) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/_socketio.py", line 59, in readinto return self._sock.recv_into(b) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/greenio/base.py", line 346, in recv_into timeout_exc=socket.timeout("timed out")) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/greenio/base.py", line 201, in _trampoline mark_as_closed=self._mark_as_closed) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/__init__.py", line 162, in trampoline return hub.switch() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 294, in switch return self.greenlet.switch() File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 346, in run self.wait(sleep_time) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/poll.py", line 85, in wait presult = self.do_poll(seconds) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/epolls.py", line 62, in do_poll return self.poll.poll(seconds) File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler raise TimeoutException() IndexError: tuple index out of range [1] http://logs.openstack.org/13/228513/5/check/gate-manila-python27/7ca019a/testr_results.html.gz Test 'manila.tests.db.migrations.alembic.test_migration.TestManilaMigrationsMySQL.test_walk_versions' is unstable. It fails with following error [1]: ft1.3017: manila.tests.db.migrations.alembic.test_migration.TestManilaMigrationsMySQL.test_walk_versions_StringException: Empty attachments:   stdout pythonlogging:'': {{{ERROR [manila.tests.test_migrations] Failed to migrate to version 5077ffcc5f1c on engine Engine(mysql+pymysql://openstack_citest:***@localhost/bdoesxrcph). Exception while running the migration: tuple index out of range}}} stderr: {{{ /home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/sql/default_comparator.py:153: SAWarning: The IN-predicate on "share_types.id" was invoked with an empty sequence. This results in a contradiction, which nonetheless can be expensive to evaluate. Consider alternative strategies for improved performance.   'strategies for improved performance.' % expr) }}} traceback-1: {{{ Traceback (most recent call last):   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/fixtures/fixture.py", line 125, in cleanUp     return self._cleanups(raise_errors=raise_first)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/fixtures/callmany.py", line 88, in __call__     reraise(error[0], error[1], error[2])   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/fixtures/callmany.py", line 82, in __call__     cleanup(*args, **kwargs)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/testresources/__init__.py", line 783, in tearDownResources     resource[1].finishedWith(getattr(test, resource[0]), result)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/testresources/__init__.py", line 495, in finishedWith     self._clean_all(resource, result)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/testresources/__init__.py", line 464, in _clean_all     self.clean(resource)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/provision.py", line 127, in clean     resource.database.engine)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/provision.py", line 263, in drop_all_objects     self.impl.drop_all_objects(engine)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/provision.py", line 394, in drop_all_objects     inspector = sqlalchemy.inspect(engine)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/inspection.py", line 63, in inspect     ret = reg(subject)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/reflection.py", line 139, in _insp     return Inspector.from_engine(bind)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/reflection.py", line 135, in from_engine     return Inspector(bind)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/reflection.py", line 109, in __init__     bind.connect().close()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 2018, in connect     return self._connection_cls(self, **kwargs)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 92, in __init__     self.dispatch.engine_connect(self, self.__branch)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/event/attr.py", line 256, in __call__     fn(*args, **kw)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/oslo_db/sqlalchemy/engines.py", line 72, in _connect_ping_listener     connection.scalar(select([1]))   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 844, in scalar     return self.execute(object, *multiparams, **params).scalar()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/result.py", line 1064, in scalar     row = self.first()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/result.py", line 1038, in first     return self._non_result(None)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/result.py", line 920, in _non_result     "This result object does not return rows. " sqlalchemy.exc.ResourceClosedError: This result object does not return rows. It has been closed automatically. }}} Traceback (most recent call last):   File "manila/tests/db/migrations/alembic/test_migration.py", line 150, in test_walk_versions     downgrade=self.downgrade)   File "manila/tests/db/migrations/alembic/test_migration.py", line 89, in _walk_versions     self._migrate_up(version.revision)   File "manila/tests/db/migrations/alembic/test_migration.py", line 127, in _migrate_up     self.migration_api.upgrade(version)   File "manila/db/migrations/alembic/migration.py", line 51, in upgrade     return alembic.command.upgrade(_alembic_config(), revision or 'head')   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/command.py", line 174, in upgrade     script.run_env()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/script/base.py", line 397, in run_env     util.load_python_file(self.dir, 'env.py')   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/util/pyfiles.py", line 81, in load_python_file     module = load_module_py(module_id, path)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/util/compat.py", line 79, in load_module_py     mod = imp.load_source(module_id, path, fp)   File "/home/jenkins/workspace/gate-manila-python27/manila/db/migrations/alembic/env.py", line 41, in <module>     run_migrations_online()   File "/home/jenkins/workspace/gate-manila-python27/manila/db/migrations/alembic/env.py", line 36, in run_migrations_online     context.run_migrations() # pylint: disable=E1101   File "<string>", line 8, in run_migrations   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/runtime/environment.py", line 797, in run_migrations     self.get_context().run_migrations(**kw)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/runtime/migration.py", line 312, in run_migrations     step.migration_fn(**kw)   File "/home/jenkins/workspace/gate-manila-python27/manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py", line 284, in upgrade     upgrade_export_locations_table(connection)   File "/home/jenkins/workspace/gate-manila-python27/manila/db/migrations/alembic/versions/5077ffcc5f1c_add_share_instances.py", line 247, in upgrade_export_locations_table     'share_instance_export_locations')   File "/usr/lib/python2.7/contextlib.py", line 24, in __exit__     self.gen.next()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/operations/base.py", line 299, in batch_alter_table     impl.flush()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/operations/batch.py", line 54, in flush     fn(*arg, **kw)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/ddl/impl.py", line 183, in drop_constraint     self._exec(schema.DropConstraint(const))   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/alembic/ddl/impl.py", line 118, in _exec     return conn.execute(construct, *multiparams, **params)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 914, in execute     return meth(self, multiparams, params)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/sql/ddl.py", line 68, in _execute_on_connection     return connection._execute_ddl(self, multiparams, params)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 968, in _execute_ddl     compiled   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1146, in _execute_context     context)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1337, in _handle_dbapi_exception     util.raise_from_cause(newraise, exc_info)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/util/compat.py", line 199, in raise_from_cause     reraise(type(exception), exception, tb=exc_tb)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/base.py", line 1139, in _execute_context     context)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/sqlalchemy/engine/default.py", line 450, in do_execute     cursor.execute(statement, parameters)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/cursors.py", line 146, in execute     result = self._query(query)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/cursors.py", line 296, in _query     conn.query(q)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 781, in query     self._affected_rows = self._read_query_result(unbuffered=unbuffered)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 942, in _read_query_result     result.read()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 1138, in read     first_packet = self.connection._read_packet()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 895, in _read_packet     packet_header = self._read_bytes(4)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/connections.py", line 912, in _read_bytes     data = self._rfile.read(num_bytes)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/pymysql/_socketio.py", line 59, in readinto     return self._sock.recv_into(b)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/greenio/base.py", line 346, in recv_into     timeout_exc=socket.timeout("timed out"))   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/greenio/base.py", line 201, in _trampoline     mark_as_closed=self._mark_as_closed)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/__init__.py", line 162, in trampoline     return hub.switch()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 294, in switch     return self.greenlet.switch()   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 346, in run     self.wait(sleep_time)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/poll.py", line 85, in wait     presult = self.do_poll(seconds)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/epolls.py", line 62, in do_poll     return self.poll.poll(seconds)   File "/home/jenkins/workspace/gate-manila-python27/.tox/py27/local/lib/python2.7/site-packages/fixtures/_fixtures/timeout.py", line 52, in signal_handler     raise TimeoutException() IndexError: tuple index out of range [1] http://logs.openstack.org/13/228513/5/check/gate-manila-python27/7ca019a/testr_results.html.gz
2015-12-22 20:31:28 Ben Swartzlander manila: milestone mitaka-1 mitaka-2
2016-01-13 14:55:16 NidhiMittalHada manila: assignee NidhiMittalHada (nidhimittal19)
2016-01-14 06:52:18 NidhiMittalHada manila: status New In Progress
2016-01-15 05:53:59 NidhiMittalHada manila: assignee NidhiMittalHada (nidhimittal19)
2016-01-15 11:47:53 Valeriy Ponomaryov manila: milestone mitaka-2
2016-01-15 11:47:58 Valeriy Ponomaryov manila: importance High Low
2016-03-09 16:25:33 Valeriy Ponomaryov manila: milestone mitaka-rc1
2016-03-09 16:25:36 Valeriy Ponomaryov manila: assignee Valeriy Ponomaryov (vponomaryov)
2016-03-09 16:25:41 Valeriy Ponomaryov manila: importance Low High
2016-03-11 13:55:42 OpenStack Infra manila: status In Progress Fix Released