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: handle missing schedule fields in inter auction status #7787

Merged
merged 2 commits into from
May 18, 2023

Conversation

dckc
Copy link
Member

@dckc dckc commented May 18, 2023

closes: #7786

Description

Update inter auction status to handle the change to optional fields in e893e0e.

Oddly, that commit is marked as a refactor, but also marked as closing a bug. #7786 shows that it's a also breaking change of sorts.

Security / Scaling Considerations

n/a

Documentation Considerations

addressed a tsc any fallback problem (cf. #6512) that made #7786 statically evident.

Testing Considerations

added a unit test

@dckc dckc marked this pull request as ready for review May 18, 2023 02:39
Copy link
Member

@turadg turadg left a comment

Choose a reason for hiding this comment

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

Code change LGTM. Looks like test needs a lint fix.

Copy link
Member

@michaelfig michaelfig left a comment

Choose a reason for hiding this comment

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

Straightforward and LGTM once CI passes.

@dckc dckc force-pushed the 7786-auction-status-fix branch from 0421a40 to d23c5a0 Compare May 18, 2023 02:59
@dckc
Copy link
Member Author

dckc commented May 18, 2023

bleah... I did the changes while on a different branch and neglected to cherry-pick the test refactor when I moved it to master.

@michaelfig michaelfig added this pull request to the merge queue May 18, 2023
Merged via the queue into master with commit fa4a08d May 18, 2023
@michaelfig michaelfig deleted the 7786-auction-status-fix branch May 18, 2023 04:54
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.

agops inter auction status fails to handle missing schedule info
3 participants