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

Add test script for bypassing backend authentication issue #4119

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

Conversation

b1ron
Copy link
Member

@b1ron b1ron commented Feb 23, 2024

Description

Refs #4115.

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.

@b1ron b1ron added the do not merge PRs that should not be merged label Feb 23, 2024
@mergify mergify bot assigned b1ron Feb 23, 2024
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.98%. Comparing base (89f22e4) to head (91c58d4).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4119      +/-   ##
==========================================
- Coverage   75.11%   73.98%   -1.13%     
==========================================
  Files         339      339              
  Lines       22910    22910              
==========================================
- Hits        17209    16951     -258     
- Misses       4393     4661     +268     
+ Partials     1308     1298      -10     

see 28 files with indirect coverage changes

Flag Coverage Δ
filter-false ?
filter-true 67.38% <ø> (-1.46%) ⬇️
hana-1 ?
integration 67.38% <ø> (-1.54%) ⬇️
mongodb-1 5.13% <ø> (-0.01%) ⬇️
mysql-1 ?
mysql-2 ?
mysql-3 ?
postgresql-1 46.49% <ø> (-0.09%) ⬇️
postgresql-2 49.65% <ø> (-0.12%) ⬇️
postgresql-3 49.81% <ø> (-0.14%) ⬇️
sqlite-1 45.66% <ø> (-0.08%) ⬇️
sqlite-2 48.73% <ø> (-0.13%) ⬇️
sqlite-3 48.97% <ø> (-0.08%) ⬇️
unit 32.69% <ø> (ø)

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

@b1ron b1ron linked an issue Mar 15, 2024 that may be closed by this pull request
.github/workflows/js.yml Outdated Show resolved Hide resolved
.github/workflows/js.yml Outdated Show resolved Hide resolved
build/legacy-mongo-shell/test.js Outdated Show resolved Hide resolved
build/legacy-mongo-shell/test.js Outdated Show resolved Hide resolved
@AlekSi AlekSi self-assigned this Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do not merge PRs that should not be merged
Projects
Status: Open
Development

Successfully merging this pull request may close these issues.

Backend authentication is not bypassed correctly for SCRAM
2 participants