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: deleted INVALID_TID #1972

Merged
merged 1 commit into from
Jun 17, 2022
Merged

fix: deleted INVALID_TID #1972

merged 1 commit into from
Jun 17, 2022

Conversation

frazie
Copy link
Contributor

@frazie frazie commented Jun 16, 2022

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
    fix: Delete INVALID_TID from tablet_client #1910

  • What is the current behavior? (You can also link to an open issue here)

  • What is the new behavior (if this is a feature change)?

@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Jun 16, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jun 16, 2022

Linux Test Report

       57 files       196 suites   49m 34s ⏱️
  8 961 tests   8 957 ✔️ 4 💤 0
13 187 runs  13 183 ✔️ 4 💤 0

Results for commit f9c3d68.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented Jun 16, 2022

Codecov Report

Merging #1972 (f9c3d68) into main (06255ca) will decrease coverage by 0.01%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #1972      +/-   ##
============================================
- Coverage     75.61%   75.60%   -0.02%     
  Complexity      347      347              
============================================
  Files           614      614              
  Lines        116987   116987              
  Branches       1022     1022              
============================================
- Hits          88461    88445      -16     
- Misses        28317    28333      +16     
  Partials        209      209              
Impacted Files Coverage Δ
...s/query_response_time/deploy_query_response_time.h 81.25% <0.00%> (-18.75%) ⬇️
...atistics/query_response_time/query_response_time.h 78.26% <0.00%> (-4.35%) ⬇️
.../query_response_time/deploy_query_response_time.cc 97.10% <0.00%> (-2.90%) ⬇️
src/zk/dist_lock.cc 81.81% <0.00%> (-1.52%) ⬇️
src/catalog/tablet_catalog.cc 72.91% <0.00%> (-0.87%) ⬇️
src/client/tablet_client.cc 55.08% <0.00%> (-0.23%) ⬇️
src/nameserver/name_server_impl.cc 42.65% <0.00%> (-0.14%) ⬇️
src/tablet/tablet_impl.cc 59.35% <0.00%> (+0.07%) ⬆️
hybridse/src/codec/fe_row_codec.cc 78.64% <0.00%> (+0.31%) ⬆️
src/sdk/db_sdk.cc 63.92% <0.00%> (+0.45%) ⬆️

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 06255ca...f9c3d68. Read the comment docs.

@github-actions
Copy link
Contributor

SDK Test Report

  75 files    75 suites   6m 14s ⏱️
163 tests 161 ✔️ 2 💤 0
204 runs  202 ✔️ 2 💤 0

Results for commit f9c3d68.

@vagetablechicken vagetablechicken enabled auto-merge (squash) June 17, 2022 04:02
@vagetablechicken vagetablechicken merged commit dcdc38b into 4paradigm:main Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
storage-engine openmldb storage engine. nameserver & tablet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Delete INVALID_TID from tablet_client
3 participants