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: add k8s e2e test #270

Merged
merged 1 commit into from Nov 13, 2023
Merged

test: add k8s e2e test #270

merged 1 commit into from Nov 13, 2023

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

Copy link

github-actions bot commented Nov 13, 2023

There are 21 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/GetStores 4.356541ms 4.356541ms 4.356541ms 1 0
POST http://localhost:8080/server.Runner/FunctionsQuery 3.384132ms 3.384132ms 3.384132ms 1 0
gRPC 127.0.0.1:7070/server.Runner/GetVersion 3.285031ms 5.765255ms 1.645616ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 3.041929ms 4.082939ms 1.309212ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 2.82176ms 3.827537ms 1.364313ms 3 0
POST http://localhost:8080/server.Runner/CreateTestSuite 2.668125ms 2.668125ms 2.668125ms 1 0
POST http://localhost:8080/server.Runner/GetTestCase 2.593025ms 2.593025ms 2.593025ms 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 2.546174ms 4.055638ms 1.03671ms 2 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.898018ms 1.898018ms 1.898018ms 1 0
POST http://localhost:8080/server.Runner/GenerateCode 1.833417ms 1.833417ms 1.833417ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.615316ms 1.615316ms 1.615316ms 1 0
POST http://localhost:8080/server.Runner/ListTestCase 1.603365ms 1.849218ms 1.357513ms 2 0
POST http://localhost:8080/server.Runner/GetSecrets 1.357913ms 1.357913ms 1.357913ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.230112ms 1.230112ms 1.230112ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 1.161511ms 1.161511ms 1.161511ms 1 0
POST http://localhost:8080/server.Runner/GetVersion 964.409µs 964.409µs 964.409µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 921.709µs 921.709µs 921.709µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 742.107µs 742.107µs 742.107µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 704.107µs 704.107µs 704.107µs 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 690.907µs 690.907µs 690.907µs 1 0
tRPC Hello 413.604µs 413.604µs 413.604µs 1 1

Copy link

codacy-production bot commented Nov 13, 2023

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (af92ea6) 6468 5592 86.46%
Head commit (86c639a) 6468 (+0) 5592 (+0) 86.46% (+0.00%)

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 (#270) 0 0 ∅ (not applicable)

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

Copy link

sonarcloud bot commented Nov 13, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot E 1 Security Hotspot
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@LinuxSuRen LinuxSuRen merged commit 86bbe4e into master Nov 13, 2023
9 of 10 checks passed
@LinuxSuRen LinuxSuRen deleted the e2e-k8s branch November 13, 2023 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant