mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +00:00
57 lines
No EOL
4.9 KiB
JSON
57 lines
No EOL
4.9 KiB
JSON
{
|
||
"timestamp": "2026-03-16T11:58:09.439329Z",
|
||
"current_node": "setup",
|
||
"completed_nodes": [
|
||
"start",
|
||
"setup"
|
||
],
|
||
"node_retries": {
|
||
"start": 1,
|
||
"setup": 1
|
||
},
|
||
"context_values": {
|
||
"command.output": "fatal: destination path '.' already exists and is not an empty directory.\n",
|
||
"internal.run_id": "01KKV859C17C0SS493WS3JE0BZ",
|
||
"graph.goal": "sqlmigrate wraps it's outpout in BEGIN/COMMIT even if the database doesn't support transactional DDL\nDescription\n\t \n\t\t(last modified by Simon Charette)\n\t \nThe migration executor only adds the outer BEGIN/COMMIT if the migration is atomic and the schema editor can rollback DDL but the current sqlmigrate logic only takes migration.atomic into consideration.\nThe issue can be addressed by\nChanging sqlmigrate assignment of self.output_transaction to consider connection.features.can_rollback_ddl as well.\nAdding a test in tests/migrations/test_commands.py based on an existing test for non-atomic migrations that mocks connection.features.can_rollback_ddl to False instead of overdidding MIGRATION_MODULES to point to a non-atomic migration.\nI marked the ticket as easy picking because I included the above guidelines but feel free to uncheck it if you deem it inappropriate.\n\n\n\n## Additional Context\n\nI marked the ticket as easy picking because I included the above guidelines but feel free to uncheck it if you deem it inappropriate. Super. We don't have enough Easy Pickings tickets for the demand, so this kind of thing is great. (IMO 🙂)\nHey, I'm working on this ticket, I would like you to know as this is my first ticket it may take little longer to complete :). Here is a | link to the working branch You may feel free to post references or elaborate more on the topic.\nHi Parth. No problem. If you need help please reach out to e.g. django-core-mentorship citing this issue, and where you've got to/got stuck. Welcome aboard, and have fun! ✨",
|
||
"internal.thread_id": "start",
|
||
"internal.retry_count.setup": 1,
|
||
"current_node": "setup",
|
||
"current.preamble": "Goal: sqlmigrate wraps it's outpout in BEGIN/COMMIT even if the database doesn't support transactional DDL\nDescription\n\t \n\t\t(last modified by Simon Charette)\n\t \nThe migration executor only adds the outer BEGIN/COMMIT if the migration is atomic and the schema editor can rollback DDL but the current sqlmigrate logic only takes migration.atomic into consideration.\nThe issue can be addressed by\nChanging sqlmigrate assignment of self.output_transaction to consider connection.features.can_rollback_ddl as well.\nAdding a test in tests/migrations/test_commands.py based on an existing test for non-atomic migrations that mocks connection.features.can_rollback_ddl to False instead of overdidding MIGRATION_MODULES to point to a non-atomic migration.\nI marked the ticket as easy picking because I included the above guidelines but feel free to uncheck it if you deem it inappropriate.\n\n\n\n## Additional Context\n\nI marked the ticket as easy picking because I included the above guidelines but feel free to uncheck it if you deem it inappropriate. Super. We don't have enough Easy Pickings tickets for the demand, so this kind of thing is great. (IMO 🙂)\nHey, I'm working on this ticket, I would like you to know as this is my first ticket it may take little longer to complete :). Here is a | link to the working branch You may feel free to post references or elaborate more on the topic.\nHi Parth. No problem. If you need help please reach out to e.g. django-core-mentorship citing this issue, and where you've got to/got stuck. Welcome aboard, and have fun! ✨\n",
|
||
"outcome": "fail",
|
||
"command.stderr": "",
|
||
"internal.retry_count.start": 1,
|
||
"failure_class": "deterministic",
|
||
"thread.start.current_node": "setup",
|
||
"failure_signature": "setup|deterministic|script failed with exit code: <n> ## stdout fatal: destination path '.' already exists and is not an empty directory.",
|
||
"internal.node_visit_count": 1,
|
||
"graph.rankdir": "LR",
|
||
"internal.fidelity": "compact"
|
||
},
|
||
"logs": [],
|
||
"node_outcomes": {
|
||
"setup": {
|
||
"status": "fail",
|
||
"context_updates": {
|
||
"command.stderr": "",
|
||
"command.output": "fatal: destination path '.' already exists and is not an empty directory.\n"
|
||
},
|
||
"failure": {
|
||
"message": "Script failed with exit code: 128\n\n## stdout\nfatal: destination path '.' already exists and is not an empty directory.\n",
|
||
"failure_class": "deterministic"
|
||
},
|
||
"duration_ms": 46
|
||
},
|
||
"start": {
|
||
"status": "success",
|
||
"duration_ms": 0
|
||
}
|
||
},
|
||
"next_node_id": "solve",
|
||
"loop_failure_signatures": {
|
||
"setup|deterministic|script failed with exit code: <n> ## stdout fatal: destination path '.' already exists and is not an empty directory.": 1
|
||
},
|
||
"node_visits": {
|
||
"start": 1,
|
||
"setup": 1
|
||
}
|
||
} |