commit | 28f53bbf8b5585e4fee39239c785b6c7b76e0e3a | [log] [tgz] |
---|---|---|
author | Etienne Bergeron <etienneb@chromium.org> | Thu Nov 09 20:56:41 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 09 20:56:41 2023 |
tree | ce3ea42d331b5be2811b9832beca8d7227a416a8 | |
parent | 04b26857b6efe048fc61aea2b7338e6c05198bc0 [diff] |
Add unittest for re-opening DB with different journal mode This CL is adding a unittest to ensure the SQLite semantic about re-opening a database with a different journal mode (Rollback vs WAL). Bug: 1416213 Change-Id: I9bd41a29fe401b0a580368ce10213da50a839637 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5013352 Reviewed-by: Evan Stade <estade@chromium.org> Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Cr-Commit-Position: refs/heads/main@{#1222516}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.