libcloud: modularize systemtest#1609
Merged
BareosBot merged 6 commits intobareos:masterfrom Dec 12, 2023
Merged
Conversation
sebsura
reviewed
Dec 1, 2023
abc63d4 to
6a0009c
Compare
Contributor
|
Could you also update the CMakeLists.txt Should be EDIT: seems like this should instead check for python <3.8 and the comment should say >= 3.8 |
5500f57 to
04bab4c
Compare
sebsura
requested changes
Dec 7, 2023
Contributor
sebsura
left a comment
There was a problem hiding this comment.
Found a mostly cosmetic issue
e876c41 to
1fd028b
Compare
sebsura
requested changes
Dec 12, 2023
Contributor
sebsura
left a comment
There was a problem hiding this comment.
Those are very welcome changes. I noticed a few small issues that id like to see addressed.
Contributor
|
This probably does not need to be backported to 23 right ? |
f580f1a to
86cc4a8
Compare
Contributor
Author
|
And yes no need to backport. |
sebsura
approved these changes
Dec 12, 2023
- cmake adjust python version to less than 3.8 make the comment less confusing - split testrunner to local test-cleanup and test-setup - add the import of empty dir to cover the case by uploading an empty file with same name as dir - improve comments, remove obsolete parts Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com> Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
- add a commented way to detect connection in close_wait state leak. Signed-off-by: Bruno Friedmann <bruno.friedmann@bareos.com>
- add copyright notice for new testrunner-default Co-authored-by: Sebastian Sura <124262655+sebsura@users.noreply.github.com>
0a9bac9 to
aa2323e
Compare
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.
While using libcloud plugin, we may have not tested "empty dirs" restore.
This PR aims to re-add an empty dir in our systemtest by pushing an empty file with the same name as the dir.
We also applied boy-scout rule to split the testrunner to use separated local test-cleanup and test-setup actions
Additionally we add a comment how to detect CLOSE_WAIT connection in the droplet systemtest in case someone want to fix it.
Please check
If you have any questions or problems, please give a comment in the PR.
Helpful documentation and best practices
Checklist for the reviewer of the PR (will be processed by the Bareos team)
Make sure you check/merge the PR using
devtools/pr-toolto have some simple automated checks run and a proper changelog record added.General
Check backport lineRequired backport PRs have been createdSource code quality