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

fix: the service command not working in some cases #311

Merged
merged 1 commit into from Dec 13, 2023
Merged

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

@LinuxSuRen LinuxSuRen added the bug Something isn't working label Dec 13, 2023
Copy link

github-actions bot commented Dec 13, 2023

There are 20 test cases, failed count 0:

See all test records
API Average Max Min Count Error
gRPC 127.0.0.1:7070/server.Runner/GetVersion 2.476145ms 3.275952ms 1.170641ms 3 0
POST http://localhost:8080/server.Runner/FunctionsQuery 2.307486ms 2.307486ms 2.307486ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 2.202707ms 2.202707ms 2.202707ms 1 0
POST http://localhost:8080/server.Runner/CreateTestSuite 2.057919ms 2.057919ms 2.057919ms 1 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 1.944651ms 2.38394ms 1.457529ms 3 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.91221ms 1.91221ms 1.91221ms 1 0
POST http://localhost:8080/server.Runner/ListTestCase 1.902511ms 2.209827ms 1.595196ms 2 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 1.901784ms 2.748088ms 1.051248ms 3 0
POST http://localhost:8080/server.Runner/GenerateCode 1.784601ms 1.784601ms 1.784601ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.678596ms 1.678596ms 1.678596ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.291388ms 1.291388ms 1.291388ms 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 1.154738ms 1.154738ms 1.154738ms 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.031801ms 1.031801ms 1.031801ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 848.482µs 1.069439ms 627.525µs 2 0
POST http://localhost:8080/server.Runner/GetStores 848.168µs 848.168µs 848.168µs 1 0
POST http://localhost:8080/server.Runner/GetVersion 825.746µs 825.746µs 825.746µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 797.466µs 797.466µs 797.466µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 787.424µs 787.424µs 787.424µs 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 691.835µs 691.835µs 691.835µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 611.648µs 611.648µs 611.648µs 1 0

Reported by api-testing.

Copy link

github-actions bot commented Dec 13, 2023

There are 17 test cases, failed count 0:

See all test records
API Average Max Min Count Error
POST http://localhost:8080/server.Runner/CreateTestSuite 1.513925457s 3.025201327s 2.649587ms 10 0
GET http://localhost:8080/get 6.397678ms 6.397678ms 6.397678ms 5 0
GET http://localhost:8080/get?name=atest-store-git 4.306726ms 4.306726ms 4.306726ms 5 0
POST http://localhost:8080/server.Runner/UpdateTestCase 3.931968ms 3.931968ms 3.931968ms 5 0
POST http://localhost:8080/server.Runner/RunTestCase 2.642821ms 2.642821ms 2.642821ms 5 0
POST http://localhost:8080/server.Runner/CreateStore 2.466086ms 2.466086ms 2.466086ms 5 0
POST http://localhost:8080/server.Runner/GetTestCase 2.359842ms 2.59854ms 2.121145ms 10 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 2.265298ms 2.265298ms 2.265298ms 5 0
POST http://localhost:8080/server.Runner/CreateTestCase 2.183093ms 2.360664ms 2.005523ms 10 0
POST http://localhost:8080/server.Runner/GetTestSuite 2.022023ms 2.022023ms 2.022023ms 5 0
POST http://localhost:8080/server.Runner/DeleteTestCase 2.002377ms 2.002377ms 2.002377ms 5 0
GET http://localhost:8080/oauth2/token 947.929µs 947.929µs 947.929µs 5 0
POST http://localhost:8080/server.Runner/PopularHeaders 869.862µs 869.862µs 869.862µs 5 0
POST http://localhost:8080/server.Runner/FunctionsQuery 722.538µs 742.471µs 702.605µs 10 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 678.047µs 678.047µs 678.047µs 5 0
GET http://localhost:8080/debug/pprof/cmdline 610.568µs 610.568µs 610.568µs 5 0
POST http://localhost:8080/server.Runner/GetVersion 527.677µs 527.677µs 527.677µs 5 0

e2e-testing

Copy link

codacy-production bot commented Dec 13, 2023

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.52% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (0d9016e) 12785 6328 49.50%
Head commit (9849163) 12623 (-162) 6183 (-145) 48.98% (-0.52%)

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 (#311) 20 20 100.00%

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

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Copy link

sonarcloud bot commented Dec 13, 2023

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

3 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@LinuxSuRen LinuxSuRen merged commit be3976d into master Dec 13, 2023
15 checks passed
@LinuxSuRen LinuxSuRen deleted the fix/svc branch December 13, 2023 06:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant