← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1565313] Re: tst_WebContext_sessionCookies causes the test to abort in single process

 

** Changed in: oxide
     Assignee: (unassigned) => Chris Coulson (chrisccoulson)

** Changed in: oxide
    Milestone: None => branch-1.15

** Changed in: oxide
       Status: Triaged => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1565313

Title:
  tst_WebContext_sessionCookies causes the test to abort in single
  process

Status in Oxide:
  Fix Released

Bug description:
  This test hits a qFatal() in single-process:

  PASS   : qml-api-single-process-test::WebContext_sessionCookies::initTestCase()
  QWARN  : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() OxideQQuickWebView: context is read-only in single process mode. The webview will automatically use the application-wide default WebContext
  [0402/164821:ERROR:layer_tree_host_impl.cc(2205)] Forcing zero-copy tile initialization as worker context is missing
  [0402/164821:ERROR:layer_tree_host_impl.cc(2205)] Forcing zero-copy tile initialization as worker context is missing
  127.0.0.1 - - [02/Apr/2016 16:48:21] "GET /tst_WebContext_sessionCookies.py HTTP/1.1" 200 -
  QWARN  : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() OxideQQuickWebView: context is read-only in single process mode. The webview will automatically use the application-wide default WebContext
  QFATAL : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() OxideQQuickWebContext::defaultContext: The default context has been deleted. This can happen in single process mode when the application creates and manages the default context
  FAIL!  : qml-api-single-process-test::WebContext_sessionCookies::test_WebContext_sessionCookies_ephemeral() Received a fatal error.
     Loc: [Unknown file(0)]

  This fatal error basically means that the test deleted the default
  context and then tried to use it again. This is fatal because you can
  only have one context in single process.

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1565313/+subscriptions


References