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: test http server api #21

Merged
merged 2 commits into from
May 9, 2022
Merged

feat: test http server api #21

merged 2 commits into from
May 9, 2022

Conversation

killme2008
Copy link
Contributor

Test http server APIs.

@killme2008 killme2008 changed the title Feature/http server test feat: test http server api May 9, 2022
@codecov
Copy link

codecov bot commented May 9, 2022

Codecov Report

Merging #21 (5786450) into develop (8cc10b3) will increase coverage by 0.68%.
The diff coverage is 85.71%.

@@             Coverage Diff             @@
##           develop      #21      +/-   ##
===========================================
+ Coverage    33.50%   34.18%   +0.68%     
===========================================
  Files           64       64              
  Lines         4008     4054      +46     
===========================================
+ Hits          1343     1386      +43     
- Misses        2665     2668       +3     
Flag Coverage Δ
rust 34.18% <85.71%> (+0.68%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/datanode/src/server.rs 0.00% <ø> (ø)
src/datanode/src/server/http.rs 62.00% <83.33%> (+17.88%) ⬆️
src/datanode/src/lib.rs 100.00% <100.00%> (ø)
src/sql/src/parser.rs 17.96% <0.00%> (+0.08%) ⬆️
src/common/recordbatch/src/util.rs 92.50% <0.00%> (+0.60%) ⬆️
src/common/base/src/bytes.rs 30.55% <0.00%> (+30.55%) ⬆️
src/common/recordbatch/src/recordbatch.rs 93.33% <0.00%> (+73.33%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8cc10b3...5786450. Read the comment docs.

@killme2008 killme2008 merged commit df1a99e into develop May 9, 2022
@killme2008 killme2008 deleted the feature/http-server-test branch May 9, 2022 06:54
paomian pushed a commit to paomian/greptimedb that referenced this pull request Oct 19, 2023
* feat: adds http server test

* feat: limit sql output to 10 rows
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant