Hi team, I investigated the latest failed Horizon integration dsvm jobs [1] and found that many of them failed because of timeouts during the upload of image (in function 'create_image' [2]), on step '_wait_till_spinner_disappears' [3], where we wait while 'div.*modal-backdrop*' will disappear. In this method integration tests try to upload image by the following link [4]: http://download.cirros-cloud.net/0.3.1/cirros-0.3.1-x86_64-uec.tar.gz
In fact, 'div.*modal-backdrop*' exists because dashboard hags more than 10 seconds on 'loading' screen [5] during the images upload. I tried to reproduce this on my local environment but it doesn't reproduced, and I can't find the root of this issue based and the code review. Do we have ideas how we can debug and fix it? In fact, it is not issue with Horizon integration tests, looks like it is issue with Horizon code/bugs. Probably someone already tried to fix the issue? Thank you! [1] https://review.openstack.org/#/c/157367/ , https://review.openstack.org/#/c/173885/ , https://review.openstack.org/#/c/185191/ , https://review.openstack.org/#/c/181095/ , https://review.openstack.org/#/c/186295/ and others. [2] https://github.com/openstack/horizon/blob/2f7a2dd891396f848278dc1bc2216e5720b602f6/openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py#L69 [3] https://github.com/openstack/horizon/blob/2f7a2dd891396f848278dc1bc2216e5720b602f6/openstack_dashboard/test/integration_tests/pages/project/compute/imagespage.py#L94 [4] https://github.com/openstack/horizon/blob/0d8c175d652ed3d19bfb02d16752f33c5de044bb/openstack_dashboard/test/integration_tests/horizon.conf#L33 [5] http://i.imgur.com/zpWpCfb.png?1 -- Timur, Senior QA Engineer OpenStack Projects Mirantis Inc
__________________________________________________________________________ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev