commit | 24a6c3dd6645f3222c6d155958a737d2571520d6 | [log] [tgz] |
---|---|---|
author | Caleb Raitto <caraitto@chromium.org> | Thu Aug 15 18:58:58 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 15 18:58:58 2024 |
tree | 7dc3808a3ec2de5754ce36f386eee3e3d42c2a6b | |
parent | d083598b8e1f5fada15d7325ca18113ffcb35b68 [diff] |
[Interest group] Add mechanism for dumping all fields to a .sql file This will allow the ability to easily add upgrade tests from multiple versions, which will land in a subsequent CL. NOTE: The results of generation are included in the subsequent CL, https://crrev.com/c/5769739, to make it simpler (fewer merge conflicts) to `git reset --hard` and cherry-pick this CL onto older merged commits, to produce .sql dumps for the older database versions that existed at those commits. That said, most of the value will be in testing upgrades from recent versions. Bug: 355010821,356878398 Change-Id: I418d35149fb9f62dfd34a4927179528950d3aaad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5756691 Commit-Queue: Caleb Raitto <caraitto@chromium.org> Reviewed-by: Maks Orlovich <morlovich@chromium.org> Cr-Commit-Position: refs/heads/main@{#1342406}
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.