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

Basic sessions functionality #4140

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

rumyantseva
Copy link
Member

Description

Closes #1554.

Readiness checklist

  • I added/updated unit tests (and they pass).
  • I added/updated integration/compatibility tests (and they pass).
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Milestone (Next), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@rumyantseva rumyantseva self-assigned this Mar 5, 2024
@rumyantseva rumyantseva added the not ready Issues that are not ready to be worked on; PRs that should skip CI label Mar 5, 2024
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

Attention: Patch coverage is 0% with 40 lines in your changes are missing coverage. Please review.

Project coverage is 32.60%. Comparing base (dc757b9) to head (96955b4).

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #4140       +/-   ##
===========================================
- Coverage   74.54%   32.60%   -41.95%     
===========================================
  Files         353      338       -15     
  Lines       22675    21731      -944     
===========================================
- Hits        16904     7085     -9819     
- Misses       4486    13864     +9378     
+ Partials     1285      782      -503     
Files Coverage Δ
internal/clientconn/session/registry.go 0.00% <0.00%> (ø)

... and 196 files with indirect coverage changes

Flag Coverage Δ
filter-true ?
hana-1 ?
integration ?
mongodb-1 ?
postgresql-1 ?
postgresql-2 ?
postgresql-3 ?
sqlite-1 ?
sqlite-2 ?
sqlite-3 ?
unit 32.60% <0.00%> (-0.07%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

}).Err()
require.NoError(t, err)

credential := options.Credential{ // as created in setup.setupUser
Copy link
Contributor

Choose a reason for hiding this comment

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

Just noting setup.setupUser does not create for Mongo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
not ready Issues that are not ready to be worked on; PRs that should skip CI
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

Implement startSession command
2 participants