This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jfarcand:0.1 jfarcand$ cat /workspace/core-integration-testing/core-it-suite/log.txt | |
Apache Maven 3.0-beta-3 (r990787; 2010-08-30 08:44:03-0400) | |
Java version: 1.6.0_20 | |
Java home: /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home | |
Default locale: en_US, platform encoding: MacRoman | |
OS name: "mac os x" version: "10.6.4" arch: "x86_64" Family: "mac" | |
[INFO] Error stacktraces are turned on. | |
[DEBUG] Reading user settings from /Users/jfarcand/workspace/core-integration-testing/core-it-suite/target/test-classes/mng-4561/settings.xml | |
[DEBUG] Reading global settings from /Users/jfarcand/workspace/core-integration-testing/core-it-suite/target/test-classes/settings.xml | |
[DEBUG] Using local repository at /Users/jfarcand/.m2/repository |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-uses-wagon:2.1-SNAPSHOT:dump-version (default) on project test: Execution default of goal org.apache.maven.its.plugins:maven-it-plugin-uses-wagon:2.1-SNAPSHOT:dump-version failed: Plugin org.apache.maven.its.plugins:maven-it-plugin-uses-wagon:2.1-SNAPSHOT or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven.reporting:maven-reporting-api:jar:2.0.2: Failure to find org.apache.maven.reporting:maven-reporting-api:jar:2.0.2 in http://repository.sonatype.org:8081/content/groups/forge was cached in the local repository. Resolution will not be reattempted until the update interval of nexus-stuff has elapsed or updates are forced. -> [Help 1] | |
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.its.plugins:maven-it-plugin-uses-wagon:2.1-SNAPSHOT:dump-version (default) on project test: Execution default of goal org.apache.maven.its.plugins:ma |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Results : | |
Failed tests: | |
testit(org.apache.maven.it.MavenITmng4795DepResolutionInReactorProjectForkedByLifecycleTest) | |
Tests in error: | |
testit(org.apache.maven.it.MavenITmng4528ExcludeWagonsFromMavenCoreArtifactsTest) | |
Tests run: 653, Failures: 1, Errors: 1, Skipped: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
------------------------------------------------------- | |
Running org.apache.maven.it.IntegrationTestSuite | |
Running integration tests for Maven 3.0-beta-3 | |
using Maven executable: /opt/wagon3/bin/mvn | |
[INFO] Total time: 6:20.676s | |
Running integration tests for Maven 3.0-beta-3 | |
using Maven executable: /opt/apache-maven-3.0-asyn-http-client/bin/mvn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Downloading: http://repository.sonatype.org/content/repositories/public/org/apache/maven/wagon/wagon-webdav-jackrabbit/1.0-beta-3/wagon-webdav-jackrabbit-1.0-beta-3.jar | |
Downloading: http://repository.sonatype.org/content/repositories/public/org/apache/maven/wagon/wagon-http-shared/1.0-beta-3/wagon-http-shared-1.0-beta-3.jar | |
Downloading: http://repository.sonatype.org/content/repositories/public/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar | |
Downloading: http://repository.sonatype.org/content/repositories/public/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar | |
Downloading: http://repository.sonatype.org/content/repositories/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar | |
Downloading: http://repository.sonatype.org/content/repositories/public/commons-codec/commons-codec/1.2/commons-codec-1.2.jar | |
Downloading: http://repository.sonatype.org/content/repositories/public/org/apache/jackrabbit/jackrabbit-webdav/1.4/jackrabbit-webdav-1.4.jar | |
Downloading: http://repository.sonatype.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
</room> | |
package test; | |
import java.util.concurrent.Future; | |
import com.ning.http.client.AsyncCompletionHandler; | |
import com.ning.http.client.AsyncHttpClient; | |
import com.ning.http.client.Realm; | |
import com.ning.http.client.Request; | |
import com.ning.http.client.Response; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Tests run: 658, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 712.307 sec | |
Results : | |
Tests run: 658, Failures: 0, Errors: 0, Skipped: 0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/java/com/ning/http/client/providers/NettyAsyncHttpProvider.java b/src/main/java/com/ning/http/client/providers/NettyAsyncHtindex 7572c92..ca48446 100644 | |
--- a/src/main/java/com/ning/http/client/providers/NettyAsyncHttpProvider.java | |
+++ b/src/main/java/com/ning/http/client/providers/NettyAsyncHttpProvider.java | |
@@ -942,7 +942,7 @@ public class NettyAsyncHttpProvider extends IdleStateHandler implements AsyncHtt | |
@Override | |
public void exceptionCaught(ChannelHandlerContext ctx, ExceptionEvent e) | |
throws Exception { | |
- Channel ch = e.getChannel(); | |
+ Channel channel = e.getChannel(); | |
Throwable cause = e.getCause(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/java/com/ning/http/client/providers/netty/NettyAsyncHttpProvider.java b/src/main/java/com/ning/http/client/providers/netty/index 26b23c5..49a6bfe 100644 | |
--- a/src/main/java/com/ning/http/client/providers/netty/NettyAsyncHttpProvider.java | |
+++ b/src/main/java/com/ning/http/client/providers/netty/NettyAsyncHttpProvider.java | |
@@ -132,6 +132,8 @@ public class NettyAsyncHttpProvider extends IdleStateHandler implements AsyncHtt | |
private final AtomicInteger maxConnections = new AtomicInteger(); | |
+ private final NettyAsyncHttpProviderConfig asyncHttpProviderConfig; | |
+ | |
public NettyAsyncHttpProvider(AsyncHttpClientConfig config) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Request DefaultHttpRequest(chunked: false) | |
GET /snapshots/org/apache/maven/its/maven-it-helper/2.1-SNAPSHOT/maven-metadata.xml HTTP/1.1 | |
Host: repository.apache.org | |
Pragma: no-cache | |
Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2 | |
Accept-Encoding: gzip | |
Authorization: BASIC Zm9vOm51bGw= | |
Connection: keep-alive | |
User-Agent: Apache-Maven/3.0 (Java 1.6.0_20; Mac OS X 10.6.4) |