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

avoid empty startedAt to crash console #221

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

ckiosidis
Copy link
Contributor

@ckiosidis ckiosidis commented Sep 29, 2021

TL;DR

Please replace this text with a description of what this PR accomplishes.

This code is failing if an execution is still on UNKNOWN phase.
When the execution transitions to QUEUED/RUNNING then it stops crashing

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

How did you fix the bug, make the feature etc. Link to any design docs etc

Tracking Issue

Remove the 'fixes' keyword if there will be multiple PRs to fix the linked issue

fixes https://github.com/flyteorg/flyte/issues/

Follow-up issue

NA
OR
https://github.com/flyteorg/flyte/issues/
Screenshot 2021-09-29 at 15 30 46

@welcome
Copy link

welcome bot commented Sep 29, 2021

Thank you for opening this pull request! 🙌
These tips will help get your PR across the finish line: - Most of the repos have a PR template; if not, fill it out to the best of your knowledge. - Sign off your commits (Reference: DCO Guide).

@codecov
Copy link

codecov bot commented Sep 29, 2021

Codecov Report

❗ No coverage uploaded for pull request base (master@c55d508). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #221   +/-   ##
=========================================
  Coverage          ?   63.55%           
=========================================
  Files             ?      363           
  Lines             ?     7790           
  Branches          ?     1359           
=========================================
  Hits              ?     4951           
  Misses            ?     2839           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c55d508...1dcd778. Read the comment docs.

Signed-off-by: Babis Kiosidis <ckiosidis@gmail.com>
Copy link
Contributor

@jsonporter jsonporter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@ckiosidis
Copy link
Contributor Author

@jsonporter could you merge this? I am not authorized to merge

@jsonporter jsonporter merged commit 42fa5ce into flyteorg:master Sep 30, 2021
@welcome
Copy link

welcome bot commented Sep 30, 2021

Congrats on merging your first pull request! 🎉

@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 0.28.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@ckiosidis ckiosidis deleted the check-if-started-is-null branch October 4, 2021 07:28
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.

3 participants