-
Notifications
You must be signed in to change notification settings - Fork 365
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
8422 list multipart uploads #8531
Open
ItamarYuran
wants to merge
50
commits into
master
Choose a base branch
from
8422-listmultipartuploads
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
e7fb7b8
Revert "docs: clarify auditing availble on enterprise (#8289)"
ItamarYuran cd5b80d
Merge branch 'master' of github.com:treeverse/lakeFS
ItamarYuran 299032a
Merge branch 'master' of github.com:treeverse/lakeFS
ItamarYuran d9ea540
no work no mess
ItamarYuran 7b1500d
got it
ItamarYuran 08ad93c
f**** auditing
ItamarYuran 1f7bf56
with tests
ItamarYuran 2fbe42a
slight adjustment
ItamarYuran 11f8d46
cross ya fingaz
ItamarYuran 08977ec
yalla
ItamarYuran 749f305
yalla
ItamarYuran 7d121bd
tests dont yet work
ItamarYuran e04cd1b
check output
ItamarYuran dfc6699
check output
ItamarYuran 8aa34f5
clean
ItamarYuran f8c8215
no tests
ItamarYuran cff37f2
tests
ItamarYuran 219d4f4
ooooo baby
ItamarYuran 0a37251
moving further
ItamarYuran 52ef352
check errr
ItamarYuran ea30b22
check errr
ItamarYuran 62f9e44
err not found
ItamarYuran 1bdd16f
err not found
ItamarYuran 644a390
yalla
ItamarYuran 22c1756
check
ItamarYuran 3d9225e
check
ItamarYuran b1d588b
schlafen
ItamarYuran f6d95c7
adapter
ItamarYuran 9a4c5e1
namespace
ItamarYuran 033784a
thank yoou
ItamarYuran 2542855
names
ItamarYuran c74b714
refactor
ItamarYuran deb1fd3
refactored now
ItamarYuran 5922ef8
no error
ItamarYuran 2f740f4
trimmming
ItamarYuran f91771d
corrections
ItamarYuran b3e5884
fixin
ItamarYuran 5a20568
yalla
ItamarYuran 62f8bbb
testing key marker
ItamarYuran 8f55605
is truncated
ItamarYuran 645e5cf
with error not implemented
ItamarYuran 4ecb691
testts will now pass
ItamarYuran 58961d1
truncated for real
ItamarYuran fa64a69
tests
ItamarYuran 82f74a3
final
ItamarYuran dfbee5c
kadima
ItamarYuran d21b831
final adjusments
ItamarYuran 8ea2f8e
max uploads added
ItamarYuran eaf8972
kadima
ItamarYuran ad126b7
nu
ItamarYuran File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This test should run only on S3 - I assume that the tests didn't pass for azure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As @idanovo asked, these tests run for other adapters as well, only until the the first list mpu request in which they are expected to fail. then they are being skipped.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@nopcoder I wanted to make sure we get the right error for other block stores
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, but I don't understand how it works as we currently do not support this flow for all adapters.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok, I see the check down the code of this function - but why do we even start to upload if we can't test it on non-s3 implementation?
we have a different test to check missing functionality
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It can be tested in another test.
@ItamarYuran, my suggestion is to:
TestListMultipartUploads
TestListMultipartUploadsUnsupported
back to t.skipp with a proper messageif blockStoreType != "s3"
TestListMultipartUploadsUnsupported
name to indicate it checks only unsupported parametersif blockStoreType != "s3"
@nopcoder WDYT?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
think that the latest change include the above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't