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:
adrian.f.cole 2009-06-30 17:19:13 +00:00
parent 2639bedc8e
commit 88cf2aad63
2 changed files with 8 additions and 1 deletions

View File

@ -34,7 +34,13 @@ import com.google.appengine.tools.development.ApiProxyLocalImpl;
import com.google.apphosting.api.ApiProxy;
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 JCloudsGaePerformanceLiveTest() {

View File

@ -90,6 +90,7 @@ public abstract class BaseHttpFutureCommandClient<Q> implements HttpFutureComman
}
}
} catch (Exception e) {
logger.error(e, "command: %s failed with response %s", command, response);
command.setException(new HttpResponseException(command, response, e));
}
}