touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #97070
[Bug 1484175] Re: webbrowser_app.tests.test_bookmark_options.TestBookmarkOptions.test_save_bookmarked_url_in_existing_folder is flaky
This bug was fixed in the package webbrowser-app -
0.23+15.10.20150817-0ubuntu1
---------------
webbrowser-app (0.23+15.10.20150817-0ubuntu1) wily; urgency=medium
[ Arthur Mello ]
* Make sure to set the historyModel to the HistoryView component when
browser wide property changes (LP: #1484555)
* Wait for OptionSelector's collapsing transition to finish (LP:
#1484175)
[ Colin Watson ]
* Fix versioned dependencies on qtdeclarative5-ubuntu-ui-toolkit-
plugin to allow qtdeclarative5-ubuntu-ui-toolkit-plugin-gles.
-- CI Train Bot <ci-train-bot@xxxxxxxxxxxxx> Mon, 17 Aug 2015 09:59:08
+0000
** Changed in: webbrowser-app (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1484175
Title:
webbrowser_app.tests.test_bookmark_options.TestBookmarkOptions.test_save_bookmarked_url_in_existing_folder
is flaky
Status in webbrowser-app package in Ubuntu:
Fix Released
Bug description:
webbrowser_app.tests.test_bookmark_options.TestBookmarkOptions.test_save_bookmarked_url_in_existing_folder
is flaky. When running it on my desktop, I get approximately a 25%
failure rate. The issue is with clicking the OK button of the bookmark
options popover after changing the folder, which resizes the popover
and makes the button move:
test-log: {{{
17:40:43.241 INFO _launcher:373 - Attempting to launch application '../../src/app/webbrowser/webbrowser-app' with arguments '--new-session http://test/test1' as a normal process
17:40:43.253 INFO _launcher:431 - Launching process: ['../../src/app/webbrowser/webbrowser-app', '-testability', '--new-session', 'http://test/test1']
17:40:44.195 INFO http_server:162 - "GET /test1 HTTP/1.1" 200 -
17:40:44.835 INFO logging:45 - TabsBar: click_new_tab_button. Arguments (). Keyword arguments: {}.
17:40:46.968 INFO logging:45 - AddressBar: go_to_url. Arguments ('http://test/test2',). Keyword arguments: {}.
17:40:46.968 INFO logging:45 - TextField: Write into the text field. Arguments ('http://test/test2', True). Keyword arguments: {}.
17:40:47.454 INFO logging:45 - TextField: Clear the text field. Arguments (). Keyword arguments: {}.
17:40:50.916 INFO http_server:162 - "GET /test2 HTTP/1.1" 200 -
17:40:52.661 INFO logging:45 - BookmarkOptions: click_dismiss_button. Arguments (). Keyword arguments: {}.
17:41:03.219 INFO _launcher:544 - waiting for process to exit.
17:41:03.219 INFO _launcher:567 - Killing process 27424
}}}
Traceback (most recent call last):
File "/home/osomon/dev/phablet/browser/webbrowser-app/tests/autopilot/webbrowser_app/tests/test_bookmark_options.py", line 157, in test_save_bookmarked_url_in_existing_folder
bookmark_options.wait_until_destroyed()
File "/usr/lib/python3/dist-packages/autopilot/introspection/dbus.py", line 451, in wait_until_destroyed
"Object was not destroyed after %d seconds" % timeout
RuntimeError: Object was not destroyed after 10 seconds
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/webbrowser-app/+bug/1484175/+subscriptions
References