Skip to content
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

worker-ish: compilation errors don't report the step or code in which the error occured #887

Open
josephjclark opened this issue Feb 28, 2025 · 1 comment
Assignees

Comments

@josephjclark
Copy link
Collaborator

I'm looking at a customer's workflow. It's failing for some mysterious reason and they can't work out why.

The logs only say this:

R/T Run complete with status: crash
CompileError: 7f2d5da0-ff9b-4a2a-8942-478d7e4251bc: Unexpected token (2:14)

There are like 12 steps in this workflow.The error could be in any one of them.

We really need to report more information and probably a clearer error.

This occurs during compilation in the engine, which happens before the run actually starts. There's an issue around this because it's not ideal. There's also problems like: a syntax error in an orphaned job will still cause the whole workflow to fail.

@josephjclark josephjclark self-assigned this Feb 28, 2025
@github-project-automation github-project-automation bot moved this to New Issues in v2 Feb 28, 2025
@josephjclark
Copy link
Collaborator Author

I'm going to take a look at this fairly urgently because it's very annoying for users, and maybe not a big deal to fix?

@theroinaochieng theroinaochieng moved this from New Issues to DevX Backlog in v2 Mar 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: DevX Backlog
Development

No branches or pull requests

1 participant