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

refactor: rename RtiDBIndex to PBIndex in src/catalog/sdk_catalog_test.cc #1999

Merged
merged 1 commit into from
Jun 20, 2022

Conversation

Albert-Debbarma
Copy link
Contributor

change all RtiDBIndex to PBIndex.

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

  • 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)?

change all RtiDBIndex to PBIndex.
@github-actions github-actions bot added the storage-engine openmldb storage engine. nameserver & tablet label Jun 17, 2022
@codecov
Copy link

codecov bot commented Jun 17, 2022

Codecov Report

Merging #1999 (4ba3b71) into main (74217a9) will increase coverage by 0.02%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##               main    #1999      +/-   ##
============================================
+ Coverage     75.62%   75.65%   +0.02%     
  Complexity      347      347              
============================================
  Files           614      614              
  Lines        116995   116995              
  Branches       1022     1022              
============================================
+ Hits          88474    88509      +35     
+ Misses        28312    28277      -35     
  Partials        209      209              
Impacted Files Coverage Δ
src/catalog/sdk_catalog_test.cc 100.00% <100.00%> (ø)
src/client/tablet_client.cc 55.08% <0.00%> (-0.34%) ⬇️
src/tablet/tablet_impl.cc 59.35% <0.00%> (-0.08%) ⬇️
src/nameserver/name_server_impl.cc 42.78% <0.00%> (-0.03%) ⬇️
hybridse/src/codec/fe_row_codec.cc 78.49% <0.00%> (ø)
hybridse/src/vm/runner.cc 67.77% <0.00%> (+0.03%) ⬆️
src/catalog/client_manager.cc 42.49% <0.00%> (+0.28%) ⬆️
src/catalog/tablet_catalog.cc 73.77% <0.00%> (+0.86%) ⬆️
src/log/log_reader.cc 79.11% <0.00%> (+2.64%) ⬆️
src/replica/replicate_node.cc 78.21% <0.00%> (+3.91%) ⬆️
... and 2 more

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 74217a9...4ba3b71. Read the comment docs.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 17, 2022

SDK Test Report

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

Results for commit 4ba3b71.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jun 17, 2022

Linux Test Report

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

Results for commit 4ba3b71.

♻️ This comment has been updated with latest results.

@dl239 dl239 linked an issue Jun 19, 2022 that may be closed by this pull request
@dl239 dl239 changed the title Update sdk_catalog_test.cc refactor: rename RtiDBIndex to PBIndex in src/catalog/sdk_catalog_test.cc Jun 19, 2022
@dl239 dl239 enabled auto-merge (squash) June 19, 2022 08:18
@dl239 dl239 merged commit cffd98a into 4paradigm:main Jun 20, 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.

Rename RtiDBIndex to PBIndex in src/catalog/sdk_catalog_test.cc
3 participants