forked from apache/hadoop
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Producer condition change + Rename Azcopy tests #127
Merged
Merged
Changes from 38 commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
993d4f6
Azcopy Helper
b3ee83b
Test Infra For Implicit Scenarios
c7f348e
Assert Azcopy creates implicit paths
f4ec53a
Azcopy helper Refactored
2ca1b0e
Azcopy helper Test
b93a862
Singleton AzcopyHelper
3c841e2
Unused Iports
2105ca9
Merge branch 'azcopyHelperCode' into sp/azcopyTests
saxenapranav 12e89de
explicit and implicit tests for rename
saxenapranav 09f40f8
Azcopy Helper
ed652c8
Test Infra For Implicit Scenarios
c09c89b
Assert Azcopy creates implicit paths
ba9c62c
Azcopy helper Refactored
e8d5a35
Azcopy helper Test
37c70f1
Singleton AzcopyHelper
0ee6532
Unused Iports
299c86d
Resolved Comments
12d68ad
Azcopy Helper Works only on Blob Endpoint
138662e
test fixed
saxenapranav 4cf26e5
Merge branch 'azcopyHelperCode' into sp/azcopyTests
saxenapranav 76177f9
fixed some test; braught in tests
saxenapranav 43e5793
handler implicit src dir. added new test in ITestExplicitImplicitRename
saxenapranav bfc9732
Merge branch 'wasbDepCodeReview' into sp/azcopyTests
saxenapranav 10fe6b6
make azcopy commands in parallel
saxenapranav 6a93c4c
create a method that can parallely create dir and file
saxenapranav e0cc653
parallelised test's az copy create file/dir
saxenapranav 04bc2aa
code improvement wip
saxenapranav c203ce0
added javadocs; some test refactors
saxenapranav 00cec1c
test run improvement + refactor
saxenapranav f618c73
assume if blob endpoint in testAtomicityRedoInvalidFile
saxenapranav 3401e5c
add test for asserting getPathStatus and getListStatus doesnt resume …
saxenapranav 0158163
maxConsumptionLag javadocs; from config
saxenapranav 9bd4eb5
test added
saxenapranav 8422d3e
refactors to get createNonRecursive running
saxenapranav 4158fbf
added test
saxenapranav efc70fa
nit refactors
saxenapranav c0ef826
correct way of implementation for createNonRecursive. The aim is to h…
saxenapranav c37f21d
flow of statistic incremenet
saxenapranav 74de696
clean changes
saxenapranav 6a37197
asf
saxenapranav b2a78d9
nits
saxenapranav 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
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.
is no check for appendBlob and contextEncryptionAdapter needed for non recursive create ?
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.
corrected.