-
Notifications
You must be signed in to change notification settings - Fork 16
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
Issue 2146 main #2159
Issue 2146 main #2159
Conversation
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.
Looks 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.
Seems good overall
At the moment we don't have an automated way of running these tests in a topology environment. We need to make sure testing of this plugin in that type of environment is enforced following the merging of this PR. |
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.
Good descriptive comments. I saw a couple of things in the comments for the test but overall this is solid.
clang-format and trailing whitespace good good |
Note that after the latest changes I re-ran all tests and they passed. |
ready for squashing, no pounds |
16cf37c
to
e897d3d
Compare
issue numbers and content split look good to me. let's wait on one more vote. |
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.
Agreed. Split looks good. Pound it.
e897d3d
to
a235567
Compare
Done |
This fixes issue #2146. All tests passed.
In addition, I added two general test cases to test switching archive naming policy consistent->decoupled and decoupled->consistent after object had already been created. These were added for the following reasons:
See 03eb431 which fixes the scenario I was trying to fix with the open flags. I am now checking the openType. This is now working as expected.