Some non-node execution errors and system failures (like credentials not found, or database failure) are not logged and exposed to the user. This will make the node execution look like it's failed without an error message: <img width="804" height="1141" alt="image" src="https://github.com/user-attachments/assets/e81314a0-b9af-4a95-bba7-8df576911e96" /> ### Changes 🏗️ Make all non-interruption errors yielded as node execution error output. ### Checklist 📋 #### For code changes: - [x] I have clearly listed my changes in the PR description - [x] I have made a test plan - [x] I have tested my changes according to the test plan: <!-- Put your test plan here: --> - [x] CI |
||
---|---|---|
.. | ||
backend | ||
migrations | ||
snapshots | ||
test | ||
.env.example | ||
.gitignore | ||
Dockerfile | ||
README.advanced.md | ||
README.md | ||
TESTING.md | ||
clean_test_db.py | ||
docker-compose.test.yaml | ||
linter.py | ||
poetry.lock | ||
pyproject.toml | ||
run_test_data.py | ||
run_tests.py | ||
schema.prisma |