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

feat: support starting store extentsion automatically #246

Merged
merged 1 commit into from Oct 23, 2023

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

@LinuxSuRen LinuxSuRen added enhancement New feature or request backend labels Oct 23, 2023
@github-actions
Copy link

There are 20 test cases:

API Average Max Min Count Error
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 5.890932ms 8.819349ms 3.764479ms 3 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 3.503239ms 3.503239ms 3.503239ms 1 0
POST http://localhost:8080/server.Runner/CreateTestSuite 3.502439ms 3.502439ms 3.502439ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 3.32088ms 4.501173ms 2.704584ms 3 0
gRPC 127.0.0.1:7070/server.Runner/GetVersion 2.90875ms 3.726479ms 1.490092ms 3 0
POST http://localhost:8080/server.Runner/ListTestCase 2.876883ms 4.098676ms 1.655091ms 2 0
POST http://localhost:8080/server.Runner/GetSuites 2.349326ms 2.349326ms 2.349326ms 1 0
POST http://localhost:8080/server.Runner/GenerateCode 2.205988ms 2.205988ms 2.205988ms 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 2.158587ms 2.158587ms 2.158587ms 1 0
POST http://localhost:8080/server.Runner/GetSecrets 2.024289ms 2.024289ms 2.024289ms 1 0
POST http://localhost:8080/server.Runner/FunctionsQuery 1.942888ms 1.942888ms 1.942888ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.67349ms 1.67349ms 1.67349ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 1.442991ms 1.442991ms 1.442991ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.335592ms 1.335592ms 1.335592ms 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.278593ms 1.278593ms 1.278593ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 988.35µs 1.204293ms 772.408µs 2 0
POST http://localhost:8080/server.Runner/GetVersion 814.695µs 814.695µs 814.695µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 795.996µs 795.996µs 795.996µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 775.609µs 775.609µs 775.609µs 1 0
POST http://localhost:8080/server.Runner/GetStores 648.896µs 648.896µs 648.896µs 1 0

@sonarcloud
Copy link

sonarcloud bot commented Oct 23, 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

@codacy-production
Copy link

codacy-production bot commented Oct 23, 2023

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 82e9120[^1] 72.92%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (82e9120) 5782 5093 88.08%
Head commit (aa25463) 5809 5118 88.11%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#246) 48 35 72.92%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

@LinuxSuRen LinuxSuRen merged commit fac641f into master Oct 23, 2023
12 checks passed
@LinuxSuRen LinuxSuRen deleted the feat/auto-start-ext branch October 23, 2023 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant