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(frontend): expose Vnode function as __rw_vnode for easy debugging #4327

Merged
merged 3 commits into from
Aug 1, 2022

Conversation

stdrc
Copy link
Member

@stdrc stdrc commented Aug 1, 2022

I hereby agree to the terms of the Singularity Data, Inc. Contributor License Agreement.

What's changed and what's your intention?

Expose Vnode function as __rw_vnode for debug purpose.

Checklist

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • All checks passed in ./risedev check (or alias, ./risedev c)

Refer to a related PR or issue link (optional)

#4262 (review)

@stdrc stdrc requested review from fuyufjh and st1page August 1, 2022 08:29
@stdrc stdrc changed the title feat(frontend): expose Vnode function as __rw_vnode for easy debugging feat(frontend): expose Vnode function as __rw_vnode for easy debugging Aug 1, 2022
@codecov
Copy link

codecov bot commented Aug 1, 2022

Codecov Report

Merging #4327 (241c90a) into main (0da423e) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #4327   +/-   ##
=======================================
  Coverage   74.33%   74.33%           
=======================================
  Files         844      844           
  Lines      122445   122446    +1     
=======================================
+ Hits        91019    91020    +1     
  Misses      31426    31426           
Flag Coverage Δ
rust 74.33% <100.00%> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
src/frontend/src/binder/expr/function.rs 80.15% <100.00%> (+0.07%) ⬆️
src/common/src/types/ordered_float.rs 28.91% <0.00%> (-0.20%) ⬇️
src/meta/src/manager/id.rs 94.56% <0.00%> (ø)
src/meta/src/model/stream.rs 70.94% <0.00%> (+0.37%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@mergify mergify bot merged commit 6bf43fe into main Aug 1, 2022
@mergify mergify bot deleted the rc/expose-vnode-function-for-debugging branch August 1, 2022 09:08
@fuyufjh
Copy link
Member

fuyufjh commented Aug 1, 2022

I think prefix it with rw_ is enough, without the __ ☺️

nasnoisaac pushed a commit to nasnoisaac/risingwave that referenced this pull request Aug 9, 2022
…gging (risingwavelabs#4327)

* expose internal `vnode` function as `__rw_vnode` for debugging

* add e2e test for `__rw_vnode` just to make sure the function runs

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/frontend Protocol, parsing, binder. type/feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants