This is an automated email from the ASF dual-hosted git repository.

liubao pushed a change to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git.


    from cc3a6a0  [SCB-996]When retries fail, return the last error
     new 09f68b4  [SCB-1001] avoid waiting for update instances after close a 
instance
     new f73c32f  [SCB-1001] move download test case to IT
     new 86c1256  [SCB-1001] bug fix: client disconnect first before download 
finished, should close ReadStream
     new b6b5855  [SCB-1001] add IT.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../common/rest/AbstractRestInvocation.java        |  11 +-
 .../client/CodeFirstRestTemplateSpringmvc.java     |   4 -
 .../demo/springmvc/client/DownloadSchemaIntf.java  |  39 -----
 .../demo/springmvc/server/DownloadSchema.java      | 186 ---------------------
 .../springmvc/server/ProducerTestsAfterBootup.java |   2 +-
 .../src/main/resources/microservice.yaml           |  17 +-
 .../vertx/stream/InputStreamToReadStream.java      |   6 +-
 .../foundation/vertx/stream/PumpCommon.java        |  18 +-
 .../foundation/vertx/stream/TestPumpFromPart.java  |  14 ++
 integration-tests/it-consumer/pom.xml              |   6 +
 .../org/apache/servicecomb/it/ConsumerMain.java    | 140 ++++++----------
 .../org/apache/servicecomb/it/deploy/Deploys.java  |   4 +-
 .../servicecomb/it/deploy/MicroserviceDeploy.java  |  20 +--
 .../servicecomb/it/testcase}/TestDownload.java     |  56 ++++---
 ...ecEdge.java => TestDownloadSlowStreamEdge.java} |  30 +++-
 .../servicecomb/it/testcase/base/TestDownload.java | 140 ----------------
 .../it-edge/src/main/resources/microservice.yaml   |  41 ++++-
 .../servicecomb/it/schema/DownloadSchema.java      |  49 +++++-
 18 files changed, 252 insertions(+), 531 deletions(-)
 delete mode 100644 
demo/demo-springmvc/springmvc-client/src/main/java/org/apache/servicecomb/demo/springmvc/client/DownloadSchemaIntf.java
 delete mode 100644 
demo/demo-springmvc/springmvc-server/src/main/java/org/apache/servicecomb/demo/springmvc/server/DownloadSchema.java
 rename 
{demo/demo-springmvc/springmvc-client/src/main/java/org/apache/servicecomb/demo/springmvc/client
 => 
integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/testcase}/TestDownload.java
 (68%)
 copy 
integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/testcase/{TestParamCodecEdge.java
 => TestDownloadSlowStreamEdge.java} (55%)
 delete mode 100644 
integration-tests/it-consumer/src/main/java/org/apache/servicecomb/it/testcase/base/TestDownload.java

Reply via email to