> @@ -753,8 +770,24 @@ public Void call() {
> return null;
> }
> throw new RuntimeException("After " + retryCountLimit + " retries:
> " + lastException);
> + }
> +
> + // JDK-4715154
> + private void closeDirectBuffer(MappedByteBuffer mbb) {
>
Do the live tests run successfully on current master? The same 4 tests above
failed for me on current master.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/1008#issuecomment-24683774
t-1.amazonaws.com/ HTTP/1.1
2016-09-13 21:00:09,812 DEBUG jclouds.headers
[brooklyn-execmanager-YxAEEeJK-3722]: >> Host: ec2.us-east-1.amazonaws.com
2016-09-13 21:00:09,812 DEBUG jclouds.headers
[brooklyn-execmanager-YxAEEeJK-3722]: >> X-Amz-Date: 20160913T29Z
2016-09-13 21:00:09,812 DE
> }
> +} catch (Exception e) {
> + logger.debug(e.toString());
> + // close pipe so client is notified of an exception
> + Closeables2.closeQuietly(input);
> + Closeables2.closeQuietly(output);
Would these work bet
> @@ -57,7 +57,7 @@
> public class RegionScopedSwiftBlobStoreParallelLiveTest extends
> BaseBlobStoreIntegrationTest {
>
> private final File BIG_FILE = new File("random.dat");
> - private final long SIZE = 10; //10 * 1000 * 1000;
> + private final long SIZE = 1000; //10 * 1
> @@ -753,8 +770,24 @@ public Void call() {
> return null;
> }
> throw new RuntimeException("After " + retryCountLimit + " retries:
> " + lastException);
> + }
> +
> + // JDK-4715154
> + private void closeDirectBuffer(MappedByteBuffer mbb) {
>
> @@ -753,8 +770,24 @@ public Void call() {
> return null;
> }
> throw new RuntimeException("After " + retryCountLimit + " retries:
> " + lastException);
> + }
> +
> + // JDK-4715154
> + private void closeDirectBuffer(MappedByteBuffer mbb) {
`
> @@ -706,12 +709,23 @@ public void downloadBlob(String container, String name,
> File destination, Execut
>
> Futures.getUnchecked(Futures.allAsList(results));
>
> + raf.getChannel().force(true);
> + raf.getChannel().close();
> + raf.close();
> +
> +
[
https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487796#comment-15487796
]
Vijay Panghal edited comment on JCLOUDS-1176 at 9/13/16 5:16 PM:
-
[
https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487796#comment-15487796
]
Vijay Panghal commented on JCLOUDS-1176:
One more observations -
When debug mode
[
https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487714#comment-15487714
]
Andrew Gaul commented on JCLOUDS-1176:
--
We should add a portable test for delete a
When running in isolation the *LiveTests are working fine, they fail when
running all together from maven. (see
https://gist.github.com/andreaturli/2725723193ee1a8362f175e8e8c76ee8)
You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds-labs/pull/31
[
https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486872#comment-15486872
]
Zack Shoylev commented on JCLOUDS-1176:
---
I'll have a look.
> Swift delete operati
[
https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ignasi Barrera updated JCLOUDS-1176:
Assignee: Zack Shoylev
> Swift delete operation is not idempotent
> --
[
https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486709#comment-15486709
]
Ignasi Barrera commented on JCLOUDS-1176:
-
[~zack-s] can you have a look at this
[
https://issues.apache.org/jira/browse/JCLOUDS-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ignasi Barrera updated JCLOUDS-1176:
Labels: openstack-swift (was: )
> Swift delete operation is not idempotent
>
[
https://issues.apache.org/jira/browse/JCLOUDS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486632#comment-15486632
]
Felix Otto commented on JCLOUDS-1132:
-
Hi [~tusa.mihai], one question from side. Whe
17 matches
Mail list logo