)]}'
{"test/functional/test_account.py":[{"author":{"_account_id":15343,"name":"Tim Burke","email":"tburke@nvidia.com","username":"tburke"},"change_message_id":"c7c621d9aacf70910d6fa1e44055e9d0cf9f6ce2","unresolved":true,"context_lines":[{"line_number":106,"context_line":"            return check_response(conn)"},{"line_number":107,"context_line":""},{"line_number":108,"context_line":"        # Create account if no other test created an account yet"},{"line_number":109,"context_line":"        # This happens if only a subset of tests is executed"},{"line_number":110,"context_line":"        resp \u003d retry(send_req, \u0027POST\u0027, {})"},{"line_number":111,"context_line":"        self.assertEqual(resp.status, 204)"},{"line_number":112,"context_line":""}],"source_content_type":"text/x-python","patch_set":3,"id":"d739942d_24c63b05","line":109,"updated":"2025-09-25 19:42:16.000000000","message":"Is this just because `account_autocreate` is turned off? I think that might be more-or-less expected behavior... Even if I turn it off for in-process functests with something like\n```\ndiff --git a/test/functional/__init__.py b/test/functional/__init__.py\nindex dadbd98b0..7cfb6a613 100644\n--- a/test/functional/__init__.py\n+++ b/test/functional/__init__.py\n@@ -570,7 +570,7 @@ def in_process_setup(the_object_server\u003dobject_server):\n         \u0027client_timeout\u0027: \u00274\u0027,\n         \u0027container_update_timeout\u0027: \u00273\u0027,\n         \u0027allow_account_management\u0027: \u0027true\u0027,\n-        \u0027account_autocreate\u0027: \u0027true\u0027,\n+        \u0027account_autocreate\u0027: \u0027false\u0027,\n         \u0027allow_open_expired\u0027: \u0027true\u0027,\n         \u0027allow_versions\u0027: \u0027True\u0027,\n         \u0027allow_versioned_writes\u0027: \u0027True\u0027,\n```\nthis *still* passes in isolation, because we [explicitly create the test accounts](https://github.com/openstack/swift/blob/2.36.0/test/functional/__init__.py#L711-L712). Conversely, in a just-reset SAIO, almost *no* functests pass without enabling `account_autocreate` (or manually creating the accounts).","commit_id":"082a77c73948d8668e150a9a6dc0f3f04a78f26e"}]}
