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: cannot get correct value when the header consist mutiple values #234

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

LinuxSuRen
Copy link
Owner

No description provided.

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

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

@github-actions
Copy link

There are 20 test cases:

API Average Max Min Count Error
POST http://localhost:8080/server.Runner/CreateTestSuite 4.069418ms 4.069418ms 4.069418ms 1 0
gRPC 127.0.0.1:7070/server.Runner/GetVersion 4.063517ms 6.389085ms 1.332738ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQueryStream 2.929585ms 3.941714ms 1.417641ms 3 0
gRPC 127.0.0.1:7070/server.Runner/FunctionsQuery 2.43707ms 2.586075ms 2.175263ms 3 0
POST http://localhost:8080/server.Runner/GetTestCase 2.201864ms 2.201864ms 2.201864ms 1 0
POST http://localhost:8080/server.Runner/ListTestCase 2.09581ms 2.577574ms 1.614047ms 2 0
POST http://localhost:8080/server.Runner/FunctionsQuery 1.812352ms 1.812352ms 1.812352ms 1 0
POST http://localhost:8080/server.Runner/GetStores 1.553945ms 1.553945ms 1.553945ms 1 0
POST http://localhost:8080/server.Runner/ConvertTestSuite 1.490243ms 1.490243ms 1.490243ms 1 0
POST http://localhost:8080/server.Runner/GenerateCode 1.332738ms 1.332738ms 1.332738ms 1 0
POST http://localhost:8080/server.Runner/GetSuggestedAPIs 1.274737ms 1.274737ms 1.274737ms 1 0
POST http://localhost:8080/server.Runner/PopularHeaders 1.099732ms 1.099732ms 1.099732ms 1 0
POST http://localhost:8080/server.Runner/GetSuites 933.727µs 933.727µs 933.727µs 1 0
POST http://localhost:8080/server.Runner/DeleteTestSuite 924.977µs 1.205835ms 644.119µs 2 0
POST http://localhost:8080/server.Runner/GetVersion 886.625µs 886.625µs 886.625µs 1 0
POST http://localhost:8080/server.Runner/GetSecrets 865.525µs 865.525µs 865.525µs 1 0
POST http://localhost:8080/server.Runner/ListCodeGenerator 718.62µs 718.62µs 718.62µs 1 0
POST http://localhost:8080/server.Runner/UpdateTestSuite 657.519µs 657.519µs 657.519µs 1 0
POST http://localhost:8080/server.Runner/ListConverter 593.017µs 593.017µs 593.017µs 1 0
POST http://localhost:8080/server.Runner/GetTestSuite 552.216µs 552.216µs 552.216µs 1 0

@codacy-production
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.01% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (36429f9) 5740 5057 88.10%
Head commit (034a8c5) 5746 (+6) 5063 (+6) 88.11% (+0.01%)

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 (#234) 7 7 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

@LinuxSuRen LinuxSuRen merged commit fa31bb1 into master Oct 13, 2023
@LinuxSuRen LinuxSuRen deleted the fix/header-get branch October 13, 2023 08:13
LinuxSuRen pushed a commit that referenced this pull request Jun 17, 2024
* chore(deps): update xhofe/alist docker tag to v3.22.1

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <[email protected]>
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.

1 participant