-
Notifications
You must be signed in to change notification settings - Fork 185
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
Consolidation Plan REST support - part 2: rest client #4537
Conversation
This pull request has been linked to Shortcut Story #25420: [core-rest] Cloud support for consolidation plan API. |
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.
Lets make this a draft to avoid an accidental merge.
We should also add tests for the REST CI runner. Those are conditionally enabled here:
https://github.com/TileDB-Inc/TileDB/blob/dev/test/CMakeLists.txt#L262-L267
I should mention, other than that, the existing changes look perfectly fine. |
af6c27b
to
cf6ac37
Compare
Moved to Draft and added some testing for REST CI. I actually parametrized the existing test suite for c api consolidation plan, let me know if that works. I can't really test until Cloud changes are in.. |
c4a3667
to
b42c77c
Compare
394fdcd
to
24f1d73
Compare
3db850c
to
e390e47
Compare
e390e47
to
aad71e4
Compare
aad71e4
to
62be988
Compare
62be988
to
311f514
Compare
Checked with Paul, we should be good here.
311f514
to
4a9ff50
Compare
This is part2 of #4534 , adding the
rest_client
part.TYPE: FEATURE
DESC: Consolidation Plan REST support - part 2: rest client