trill down some of the debugging and increase runners to test with chop
Project: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/commit/59f1b4ea Tree: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/tree/59f1b4ea Diff: http://git-wip-us.apache.org/repos/asf/incubator-usergrid/diff/59f1b4ea Branch: refs/heads/two-dot-o Commit: 59f1b4ea6c067543089a527b0f6f7c28f19d7e7d Parents: f87f471 Author: Alex Karasulu <[email protected]> Authored: Mon Jan 20 06:03:55 2014 +0200 Committer: Alex Karasulu <[email protected]> Committed: Mon Jan 20 06:03:55 2014 +0200 ---------------------------------------------------------------------- stack/corepersistence/collection/pom.xml | 2 +- .../collection/src/test/resources/log4j.properties | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/59f1b4ea/stack/corepersistence/collection/pom.xml ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/pom.xml b/stack/corepersistence/collection/pom.xml index 1ea959e..e36371f 100644 --- a/stack/corepersistence/collection/pom.xml +++ b/stack/corepersistence/collection/pom.xml @@ -82,7 +82,7 @@ <coldRestartTomcat>true</coldRestartTomcat> <awsSecurityGroup>${security.group}</awsSecurityGroup> <runnerKeyPairName>${runner.keypair.name}</runnerKeyPairName> - <runnerCount>9</runnerCount> + <runnerCount>12</runnerCount> <securityGroupExceptions> <!-- Add your own IP address as an exception to allow access http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/59f1b4ea/stack/corepersistence/collection/src/test/resources/log4j.properties ---------------------------------------------------------------------- diff --git a/stack/corepersistence/collection/src/test/resources/log4j.properties b/stack/corepersistence/collection/src/test/resources/log4j.properties index fb7a94e..bf81401 100644 --- a/stack/corepersistence/collection/src/test/resources/log4j.properties +++ b/stack/corepersistence/collection/src/test/resources/log4j.properties @@ -6,5 +6,8 @@ log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout log4j.appender.stdout.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss} %p %c{3}.%M(%L)<%t>- %m%n -log4j.logger.org.apache.usergrid=DEBUG,stdout -log4j.logger.org.safehaus.chop=DEBUG,stdout +log4j.logger.org.safehaus.chop.plugin=DEBUG +log4j.logger.org.safehaus.guicyfig=ERROR +log4j.logger.org.safehaus.chop.api.store.amazon=DEBUG +log4j.logger.org.apache.http=ERROR +log4j.logger.com.amazonaws.request=ERROR
