Skip to content

BUG: Shortening of tracebacks is too aggressive. #126

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
tobiasraabe opened this issue Jul 6, 2021 · 0 comments · Fixed by #130 or pytask-dev/pytask-parallel#27
Closed

BUG: Shortening of tracebacks is too aggressive. #126

tobiasraabe opened this issue Jul 6, 2021 · 0 comments · Fixed by #130 or pytask-dev/pytask-parallel#27
Labels
bug Something isn't working
Milestone

Comments

@tobiasraabe
Copy link
Member

Problem description

Under some circumstances the tracebacks are removed from a report and only the exception is visible. When it happens is not completely clear, but it might be related to parallelization and how the traceback of the subprocess is nested inside the traceback of the main process.

────────────── Task skane-struct-bw/src/analysis/task_estimation.py::task_estimate[depends_on0-produces0] failed ───────────────────────────────────────────────────────────────────────────────────────────────────────────────

KeyError: 'database'

────────────── 4 succeeded, 1 failed in 10100.83s ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────

Expected Output

It should be clear where the error happened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant