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

test: gtid and context ut #759

Merged
merged 1 commit into from
Sep 16, 2023
Merged

Conversation

baerwang
Copy link
Contributor

@baerwang baerwang commented Sep 3, 2023

What this PR does:

Which issue(s) this PR fixes:

Fixes #744

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

NONE

@sonarcloud
Copy link

sonarcloud bot commented Sep 3, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov-commenter
Copy link

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.15% 🎉

Comparison is base (304e9ff) 38.38% compared to head (e85b49f) 38.54%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the GitHub App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #759      +/-   ##
==========================================
+ Coverage   38.38%   38.54%   +0.15%     
==========================================
  Files         254      256       +2     
  Lines       26359    26424      +65     
==========================================
+ Hits        10119    10185      +66     
+ Misses      15121    15120       -1     
  Partials     1119     1119              
Files Changed Coverage Δ
pkg/runtime/context/context.go 100.00% <100.00%> (ø)
pkg/runtime/gtid/gtid.go 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@dongzl dongzl added this to the 0.2.0 milestone Sep 4, 2023
@dongzl dongzl added the test Unit test. label Sep 4, 2023
@Mulavar Mulavar merged commit df70525 into arana-db:master Sep 16, 2023
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
test Unit test.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Test] add unit test for /arana/pkg/runtime/context/ and /arana/pkg/runtime/gtid/ package.
6 participants