forked from SpectraLogic/ds3_java_sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
update sdk #1
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
Merged
Merged
update sdk #1
Conversation
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
…ject retry logic from retrying.
…rs to use instead of catching an exception when a read job fails.
…th header does not match the body length.
…rom the http proy
…doing so at that point is premature and prevents appending to the channel during network-fault-induced retries.
… set when we experience the situation where the network delivers a smaller payload than the http header says.
Creating a new GetObjectRequest per item transfer in a way that gives back the same channel for like-named objects.
Read retry bug fix
… I injected a fault into the file lesmis-copies.txt. Using a different file in this test is still valid, because we're usiong a ds3 client shim that also injects faults, which exercises the logic we're trying to validate with this test -- retry logic. I'll update this test when I get finished with the partial read retry stuff I'm working on, which is why I monkeyed with the http proxy to begin with :(
Fix integration tests that broke with latest http proxy
…into partial_read_bug # Conflicts: # ds3-sdk/src/main/java/com/spectralogic/ds3client/utils/IOUtils.java
…n_bug Fixing integration tests
…into partial_read_bug # Conflicts: # ds3-sdk-integration/src/test/java/com/spectralogic/ds3client/integration/GetJobManagement_Test.java
… mark a directory writable or not in favor of Process.waitFor().
Fixing integration test with proxied builds
…into partial_read_bug
Symbol escape test update
…into partial_read_bug
Updating GetObject test to pass or fail taking into account partial read failures.
Fixing integration test failure
…into partial_read_bug
…fault java7 client in order to talk to java8 BP server
Specify SSL protocol TLSv1.2 when ignoring certificate to override de…
…into partial_read_bug
…3_java_sdk into partial_read_bug
Partial read bug
…able list. Just create the immutable list directly.
Had been making an unnecessary copy of a mutable list
Merge latest master
JSDK-190 merge with master
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.
No description provided.