mirror of https://github.com/apache/jclouds.git
better debug and disabled google test
git-svn-id: http://jclouds.googlecode.com/svn/trunk@1503 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
2639bedc8e
commit
88cf2aad63
|
@ -34,7 +34,13 @@ import com.google.appengine.tools.development.ApiProxyLocalImpl;
|
||||||
import com.google.apphosting.api.ApiProxy;
|
import com.google.apphosting.api.ApiProxy;
|
||||||
import com.google.inject.Module;
|
import com.google.inject.Module;
|
||||||
|
|
||||||
@Test(sequential = true, testName = "s3.JCloudsGaePerformanceLiveTest", groups = { "live" })
|
/**
|
||||||
|
*
|
||||||
|
* This test is disabled due to timeout limitations in the google app engine sdk
|
||||||
|
*
|
||||||
|
* @author Adrian Cole
|
||||||
|
*/
|
||||||
|
@Test(enabled = false, sequential = true, testName = "s3.JCloudsGaePerformanceLiveTest", groups = { "live" })
|
||||||
public class JCloudsGaePerformanceLiveTest extends BaseJCloudsPerformance {
|
public class JCloudsGaePerformanceLiveTest extends BaseJCloudsPerformance {
|
||||||
|
|
||||||
public JCloudsGaePerformanceLiveTest() {
|
public JCloudsGaePerformanceLiveTest() {
|
||||||
|
|
|
@ -90,6 +90,7 @@ public abstract class BaseHttpFutureCommandClient<Q> implements HttpFutureComman
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (Exception e) {
|
} catch (Exception e) {
|
||||||
|
logger.error(e, "command: %s failed with response %s", command, response);
|
||||||
command.setException(new HttpResponseException(command, response, e));
|
command.setException(new HttpResponseException(command, response, e));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue