testfind: reuse filedaemon logic#1234
Merged
arogge merged 34 commits intobareos:masterfrom Mar 2, 2023
Merged
Conversation
6d96b52 to
154669e
Compare
pstorz
previously requested changes
Aug 24, 2022
Member
pstorz
left a comment
There was a problem hiding this comment.
This PR does not implement what it says that it does.
What are the steps to read data from a file?
Contributor
Author
the actual reading of the file is missing I am working on it |
154669e to
ec40a6d
Compare
ec40a6d to
3e35d03
Compare
131e427 to
2642e09
Compare
pstorz
reviewed
Sep 16, 2022
systemtests/tests/testfind/etc/bareos/bareos-dir.d/fileset/SelfTest.conf.in
Outdated
Show resolved
Hide resolved
2f6f121 to
9a2930c
Compare
9a2930c to
c31efef
Compare
It turns out that `TermFindFiles` and `TermFindOne` were made to return hard links just for testfind. Nowhere else in the code is hard links count used. Testfind will later directly get the count from its own fileset without the need for calling `TermFindFiles`
`SendExcludeList` doesn't do anything, and is now just a placeholder. `SendIncludeList` does the job for both Include and Exclude lists, so it is now renamed accordingly
- Faking how sockets work to mimick the real interaction between dird and fd - Renamed `testfind_jcr` to `testfind_fd` - Moved testfind from dird to tools - Enabled joblog messages asd
e3e7ebb to
e7425c5
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.
Description
In this PR,
testfindtries first to mimic sending filesets from DIR to FD, and then tries to mimic sending over files from the FD to the SD, without the SD receiving any actual data.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
Source code quality
Tests