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

database write prohibition integration: mongodb and mysql action #1473

Conversation

daizhenyu
Copy link
Collaborator

@daizhenyu daizhenyu commented Mar 18, 2024

What type of PR is this?

Integration Test

What this PR does / why we need it?

database write prohibition plugin integration test : mongodb and mysql action

Which issue(s) this PR fixes?

Fixes #1461

Does this PR introduce a user-facing change?

No

Checklist

  • Make sure there is a GitHub_issue related with this PR before you start working on it.
  • Make sure you have squashed your change to one single commit.
  • GitHub Actions works fine in this PR.

Copy link

codecov bot commented Mar 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.39%. Comparing base (3a08e5f) to head (dfda9cc).
Report is 6 commits behind head on develop.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #1473      +/-   ##
=============================================
- Coverage      43.40%   43.39%   -0.02%     
+ Complexity      4650     4647       -3     
=============================================
  Files           1231     1234       +3     
  Lines          26382    26391       +9     
  Branches        2755     2755              
=============================================
+ Hits           11452    11453       +1     
- Misses         13552    13560       +8     
  Partials        1378     1378              
Flag Coverage Δ
unittests 43.39% <ø> (-0.02%) ⬇️

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

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lilai23 lilai23 added this to the v1.4.0 milestone Mar 18, 2024
@lilai23 lilai23 added the area/e2e-test Issues or PRs releated to e2e test label Mar 18, 2024
@daizhenyu daizhenyu force-pushed the develop-database-write-prohibition-integration branch from d5002a9 to 9243eaa Compare March 19, 2024 02:00
lilai23
lilai23 previously approved these changes Mar 19, 2024
@daizhenyu daizhenyu force-pushed the develop-database-write-prohibition-integration branch from 9243eaa to dfda9cc Compare March 20, 2024 01:27
@Sherlockhan Sherlockhan merged commit 3c1ae15 into sermant-io:develop Mar 21, 2024
216 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/e2e-test Issues or PRs releated to e2e test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the database write prohibition integration test
4 participants