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

Snow 902611 new session pool lifecycle #789

Closed
wants to merge 20 commits into from

Conversation

sfc-gh-mhofman
Copy link
Collaborator

Description

Please explain the changes you made here.

Checklist

  • Code compiles correctly
  • Code is formatted according to Coding Conventions
  • Created tests which fail without the change (if possible)
  • All tests passing (dotnet test)
  • Extended the README / documentation, if necessary
  • Provide JIRA issue id (if possible) or GitHub issue id in PR name

Moving a code responsible for establishing a new session to the session
pool class as a prerequisite step to introduction of a new connection
pool implementation.
Fixed some flaky tests which were unrelated to the pool but were failing
when mocked connection (with some intentional throw exception behavior)
was put back to the pool by another test.

- [x] Code compiles correctly
- [x] Code is formatted according to [Coding
Conventions](../CodingConventions.md)
- [ ] Created tests which fail without the change (if possible)
- [x] All tests passing (`dotnet test`)
- [x] Extended the README / documentation, if necessary
- [x] Provide JIRA issue id (if possible) or GitHub issue id in PR name
@github-actions github-actions bot locked and limited conversation to collaborators Nov 8, 2023
@sfc-gh-mhofman sfc-gh-mhofman deleted the SNOW-902611-new-session-pool-lifecycle branch November 13, 2023 17:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant