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

feat: add runId to slack thread when sanities fail #270

Merged
merged 1 commit into from
Apr 12, 2022

Conversation

@dingxuanyao dingxuanyao self-assigned this Mar 28, 2022
title: 'runId for sanity test:',
text: message.runId,
})
}
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this is perfectly fine to merge as is, though something I'd like to do when my larger PR is merged in is consolidate all the slack messages into a single message for improved readability and to reduce chance of rate limiting.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Agreed, I don't love the thread either.
Created story: https://tophat.atlassian.net/browse/SERVINFRA-1246

@noahnu
Copy link
Contributor

noahnu commented Apr 5, 2022

You'll want to rebase

@dingxuanyao dingxuanyao force-pushed the ty/SERVINFRA-1209 branch 3 times, most recently from 7453d8e to d7db28b Compare April 11, 2022 21:07
}: {
testFiles: Record<string, string>
results: EnhancedAggregatedResult
testVariables: Partial<Record<string, string>>
runId: string,
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
runId: string,
runId: string

L20 is a typescript type which uses semicolons or newlines as separators. So you can just remove the comma

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @noahnu 🙏 , test is passing now.

Copy link
Contributor

@noahnu noahnu left a comment

Choose a reason for hiding this comment

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

LGTM until we can consolidate the messages

@dingxuanyao dingxuanyao merged commit b94253f into master Apr 12, 2022
@dingxuanyao dingxuanyao deleted the ty/SERVINFRA-1209 branch April 12, 2022 15:33
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.

None yet

2 participants