)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":15343,"name":"Tim Burke","email":"tburke@nvidia.com","username":"tburke"},"change_message_id":"f19bd3b1100a3b5dac6d2e923152dbb001bc5263","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"238ab607_029500ee","updated":"2024-01-25 04:36:13.000000000","message":"Confirmed that this gets the test passing again on ubuntu noble, with sqlite 3.44.2. Looks like there\u0027s a slight difference in error messages:\n```\n$ sqlite3 test/unit/common/malformed_example.db \u0027select * from test;\u0027\nError: in prepare, database disk image is malformed (11)\n```\nbefore vs\n```\n$ sqlite3 test/unit/common/malformed_example.db \u0027select * from test;\u0027\nError: stepping, database disk image is malformed (11)\n```\non newer sqlite, but [our db code](https://github.com/openstack/swift/blob/2.32.0/swift/common/db.py#L514) just cares about the `database disk image is malformed` so I think we\u0027re good. Good job, Matt! I might still dig in a bit and figure out what changed in sqlite to allow the old DB to be readable, but I think we can at least close the bug.","commit_id":"8ae81380be671c7df41c57c95b86c7bfc8a7aa95"},{"author":{"_account_id":597,"name":"Pete Zaitcev","email":"zaitcev@kotori.zaitcev.us","username":"zaitcev"},"change_message_id":"281b8756582866043e1ffe8e6fba7b8a73b0168a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"c98391aa_2afec80d","updated":"2024-01-25 03:11:59.000000000","message":"I could not resist to check :-)\n\n[zaitcev@lebethron swift-fetch]$ od -x test/unit/common/malformed_example.db \u003e ../db_old\n[zaitcev@lebethron swift-fetch]$ git review -d 906601\nDownloading refs/changes/01/906601/1 from gerrit\nSwitched to branch \"review/matthew_oliver/new_malformed_db\"\n[zaitcev@lebethron swift-fetch]$ od -x test/unit/common/malformed_example.db \u003e ../db_new\n[zaitcev@lebethron swift-fetch]$ diff -u ../db_old ../db_new | more\n--- ../db_old   2024-01-24 21:10:33.564485948 -0600\n+++ ../db_new   2024-01-24 21:11:03.115824825 -0600\n@@ -139,5 +139,5 @@\n 0016000 000d 0000 0301 00fb fb03 0000 0000 0000\n 0016020 0000 0000 0000 0000 0000 0000 0000 0000\n *\n-0017760 0000 0000 0000 0000 0000 0300 0201 310f\n+0017760 0000 0000 0000 0000 0000 ff00 0201 310f\n 0020000\n[zaitcev@lebethron swift-fetch]$","commit_id":"8ae81380be671c7df41c57c95b86c7bfc8a7aa95"}]}
