You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
Right now, the gcp integration tests do not recognize failures from
dataproc and continue running the commands. This has led to the
group_by_upload job hanging indefinitely. This change ensures that if
the dataproc job state is "ERROR" we fail immediately.
## Checklist
- [ ] Added Unit Tests
- [ ] Covered by existing CI
- [ ] Integration tested
- [ ] Documentation update
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
- **Bug Fixes**
- Enhanced job status checking by ensuring that both empty and
explicitly error-indicating states trigger consistent failure responses,
resulting in more robust job evaluation.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
0 commit comments