[
https://issues.apache.org/jira/browse/JCLOUDS-538?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13974629#comment-13974629
]
Andrew Phillips commented on JCLOUDS-538:
-----------------------------------------
Adding the following "no-op" overrides to SwiftContainerLiveTest seems to avoid
the VM crash. Could you test with those?
{code}
@Test(dependsOnMethods = "testPublicAccess")
public void testPublicAccessInNonDefaultLocation() throws
InterruptedException, MalformedURLException, IOException {
super.testPublicAccessInNonDefaultLocation();
}
@Test(dependsOnMethods = "testPublicAccess")
public void testPublicAccessInNonDefaultLocationWithBigBlob() throws
InterruptedException, MalformedURLException,
IOException {
super.testPublicAccessInNonDefaultLocationWithBigBlob();
}
{code}
> Integration Test for JCloud - OpenStack Swift. Tests failed failed with
> response: HTTP/1.1 500 no response configured for request
> ---------------------------------------------------------------------------------------------------------------------------------
>
> Key: JCLOUDS-538
> URL: https://issues.apache.org/jira/browse/JCLOUDS-538
> Project: jclouds
> Issue Type: Test
> Components: jclouds-blobstore
> Affects Versions: 1.8.0
> Reporter: Sandeep Bazar
>
--
This message was sent by Atlassian JIRA
(v6.2#6252)