-
Notifications
You must be signed in to change notification settings - Fork 44
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: Add _keys
attribute to selectNode
simple explain
#1546
feat: Add _keys
attribute to selectNode
simple explain
#1546
Conversation
tests where it makes sense to.
bb6e884
to
bc6e6ea
Compare
162ec6c
to
09361b6
Compare
Codecov Report
@@ Coverage Diff @@
## develop #1546 +/- ##
===========================================
- Coverage 72.27% 72.25% -0.03%
===========================================
Files 185 185
Lines 18374 18379 +5
===========================================
- Hits 13280 13279 -1
- Misses 4054 4056 +2
- Partials 1040 1044 +4
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
bug bash result: |
…work#1546) ## Relevant issue(s) Resolves sourcenetwork#1535 ## Description - Delete a dead var that confused me as if we had some `dockey` on `scanNode`. - Rename commits are unrelated and just rename vars (non-user facing, fairly internal - can be ignored). - Adds the missing `_keys` attribute that represents `selectNode` keys. - Adds testing with type join filter and keys. - Adds `selectNode` targets to assert to some previous tests where it was missed before. - Fixes previous `selectNode` target assertions to adhere to this change.
Relevant issue(s)
Resolves #1535
Description
dockey
onscanNode
._keys
attribute that representsselectNode
keys.selectNode
targets to assert to some previous tests where it was missed before.selectNode
target assertions to adhere to this change.