-
Notifications
You must be signed in to change notification settings - Fork 30
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
[Snowflake] Address idle action item follow ups #907
Conversation
clients/snowflake/snowflake_test.go
Outdated
// 5 regular ones and then 1 additional one to re-establish auth and another one for dropping the temporary table | ||
baseline := 5 | ||
assert.Equal(s.T(), baseline+2, s.fakeStageStore.ExecCallCount(), "called merge") | ||
assert.NoError(s.T(), s.stageStore.Merge(tableData), "transient errors like auth errors will be retried") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this description still relevant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I'll remove it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ty!
Follow ups from: #906