Merged
Conversation
## 📝 Description Adding integration tests - more details at:https://jira.linode.com/browse/TPT-1831 ## ✔️ How to Test **What are the steps to reproduce the issue or verify the changes?** **How do I run the relevant unit/integration tests?** ## 📷 Preview **If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.** --------- Co-authored-by: Zhiwei Liang <121905282+zliang-akamai@users.noreply.github.com>
## 📝 Description This change introduces various event-polling-related methods and classes to be reused across both official and unofficial Linode API integrations. Additionally, this change adds documentation and guide for using the new event polling system. This event polling system is derived from the event polling system implemented in the Linode Ansible Collection, but is _not_ backwards compatbile.
Merge retry system hotfix back into the dev branch
## 📝 Description updating README and workflow_dispatch remove /acctest command ## ✔️ How to Test Refer to Testing section in README **How do I run the relevant unit/integration tests?** ## 📷 Preview **If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.**
## 📝 Description Tests added for LinodeClient retry mechanism - Moved tests in linode_client_test.py - Added tests for other allowed methods: PUT, POST, DELETE ## ✔️ How to Test pytest test/integration/linode_client/test_retry.py **How do I run the relevant unit/integration tests?** ## 📷 Preview **If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.**
## 📝 Description Add PR head commit hash check ## ✔️ How to Test **What are the steps to reproduce the issue or verify the changes?** **How do I run the relevant unit/integration tests?** ## 📷 Preview **If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.**
## 📝 Description Unit tests currently are in the same directory as integration tests which causes a bit of confusion. Hence moving it to a different directory ## ✔️ How to Test tox **How do I run the relevant unit/integration tests?** ## 📷 Preview **If applicable, include a screenshot or code snippet of this change. Otherwise, please remove this section.**
## 📝 Description Calling `setup.py` is deprecated. https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html
lgarber-akamai
approved these changes
Jun 26, 2023
yec-akamai
approved these changes
Jun 26, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.