Files
tubestation/browser/components/sessionstore
Nika Layzell c6e75b65fa Bug 1728332 - Part 2: Avoid raciness in sqlite interactions in browser_tabs_in_urlbar.js, r=adw
Before this change, there was raciness in this test due to the queries
to insert the opened tabs into the moz_openpages_temp table occuring at
the same time as the queries to read from that table in other
components. This patch makes the test initialize the DB connection
earlier, and ensure that no statements are still pending when running to
hopefully avoid potential races caused by the async nature of the
database connection.

Differential Revision: https://phabricator.services.mozilla.com/D141809
2022-03-25 22:25:55 +00:00
..