-
Notifications
You must be signed in to change notification settings - Fork 27
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
End-to-end test for object get/put with xrootd #645
Merged
jhiemstrawisc
merged 10 commits into
PelicanPlatform:main
from
joereuss12:end-to-end-put-and-get-branch
Jan 24, 2024
Merged
End-to-end test for object get/put with xrootd #645
jhiemstrawisc
merged 10 commits into
PelicanPlatform:main
from
joereuss12:end-to-end-put-and-get-branch
Jan 24, 2024
Conversation
This file contains 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
haoming29
reviewed
Jan 12, 2024
Ready for review: made some changes and added a bash script to run this end-to-end test that can hopefully act as a template for future client command tests. |
joereuss12
force-pushed
the
end-to-end-put-and-get-branch
branch
7 times, most recently
from
January 17, 2024 17:42
da5b80a
to
b7fd313
Compare
jhiemstrawisc
requested changes
Jan 19, 2024
Changes include: - Fix in `main_test.go` to revert the version back to what it was before. - Made disabiling progress bars a configurable option, helps with testing because the GET that runs after the PUT tries to use the closed mpb instance of the PUT which it does not like. - Wrote test for object get/put spinning up the federation in a box, running the command, and checking the debug output for success.
This commit changes: - Remove redundant cancel/fedcancel in cmd/object_get_put_test.go - Added a shell script to run e2e test for object get/put - Added that script to the test workflow
Changes now do not rely on making another user. In addition, introduced a loop that sleeps .5 seconds, then checks if servers are running (for max 10 seconds) instead of just sleeping for 10
Curling /server required authentication that github did not like, this should fix that
joereuss12
force-pushed
the
end-to-end-put-and-get-branch
branch
from
January 24, 2024 22:26
5b1187c
to
ade668e
Compare
LGTM. Another crucial piece of the overall puzzle -- our first E2E integration test! |
jhiemstrawisc
approved these changes
Jan 24, 2024
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.
Changes include: