-
Notifications
You must be signed in to change notification settings - Fork 73
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
test PRC's consistency with iRODS server in mapping GenQuery1 column names to numeric keys #647
Conversation
a99b513
to
53ffe24
Compare
What still remains is to diff the full set against |
i see a replacement of |
Try reloading. |
diff is against main, so I suppose that's why it's showing here. If the other PR is merged first, this diff will show differently. Carry on. |
You're right though, there is a six dependency in there. Good catch @trel . Missed that.... |
18674cb
to
4906dbf
Compare
let's get the |
b081754
to
143ad0b
Compare
Running the 643 test on a reversion of the column corrections produces this, which is ... good.
|
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.
Looking good.
What's left for this PR? Are we almost ready for merging?
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.
Overall seems fine. Had some questions and minor suggestions for improvement.
Yes I think we're pretty much there, upon comments resolution. |
I think it is ready, yes. Need a squash. |
e0dbb64
to
9c8ccdb
Compare
This has now had some reasonable squashing done. |
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.
Nice. Please await one more approval before #'ing.
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.
Changes look good.
The body of one of the commits is wrapped in parentheses. Is that intentional?
parentheses don't add anything in my opinion. |
Will look&correct |
9c8ccdb
to
16d2bf1
Compare
Done, no paren-veloping. Assuming there is approval, do we want more squashing? |
i vote for them being separate (as is) - easier to follow the fix and the tests. |
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.
I agree. Keeping things as-is is good.
Pound it.
This test checks against a header file in the iRODS development package, and therefore is skipped unless that package is pre-installed.
The test should succeed only if no incorrect name-to-number column mappings are loaded for COL_META_COLL_ATTR_UNITS. When present, these faulty mappings can create redundant and/or incorrect column-to-value entries in a CollectionMeta query result.
16d2bf1
to
f5946cd
Compare
Done! |
No description provided.