[rdbms-connect] Added file execution command#3257
Conversation
|
rdbms-connect |
|
Can I get any reviews for this PR? |
Juliehzl
left a comment
There was a problem hiding this comment.
Could you add tests for new commands?
Added the tests! |
Juliehzl
left a comment
There was a problem hiding this comment.
Do you forget to upload recording file for your test? With live test change, you recording file also need to re-record and please also remember to upload yaml file. Otherwise, CI will fail.
|
Can I get your input on CI failure? Looks like other extensions tests are failing.. |
Hi @DaeunYim, could you rebase latest master branch and CI will bypass the check for other extensions? |
…into daeunyim/file-execution
|
@Juliehzl Thanks a lot! It worked and CI passed :) |
|
Can we resume releasing this extension again? |
Do you want to release a new version for your extension? If yes, please upgrade version in setup.py and add release note in history.rst. |
Done! |
…into daeunyim/file-execution
|
@Juliehzl ERROR: test_metadata (main.TestIndex)Traceback (most recent call last): Looks like whl file is not found. Do you have any recommendation I can do to fix this..? |
|
Is there any other issues left for this one?? |
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
azdev style <YOUR_EXT>locally? (pip install azdevrequired)python scripts/ci/test_index.py -qlocally?For new extensions:
About Extension Publish
There is a pipeline to automatically build, upload and publish extension wheels.
Once your PR is merged into master branch, a new PR will be created to update
src/index.jsonautomatically.The precondition is to put your code inside this repo and upgrade the version in the PR but do not modify
src/index.json.