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

Fix invalid waitForEvent expression not failing run #2018

Conversation

amh4r
Copy link
Contributor

@amh4r amh4r commented Dec 11, 2024

Description

Fix invalid waitForEvent expression not causing the run to fail. Instead, the waitForEvent would timeout.

The fix was a simple expression validation and returned error, but more refactoring was necessary to make history look correct. There's till an outstanding issue with the step.waitForEvent missing in the timeline, but that's a more significant change.

Testing

Existing automated tests and manual testing.
image

Copy link

vercel bot commented Dec 11, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 9, 2025 11:34am

@amh4r amh4r requested review from jpwilliams and removed request for darwin67 December 11, 2024 21:19
pkg/execution/executor/executor.go Outdated Show resolved Hide resolved
@jpwilliams
Copy link
Member

LGTM 🥳

@jpwilliams jpwilliams merged commit 5288017 into main Jan 9, 2025
11 checks passed
@jpwilliams jpwilliams deleted the aaron/inn-4152-invalid-expressions-should-immediately-fail-waitforevent branch January 9, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants