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 37230e4 [SCB-936] encode slash in path param
new 8761d2d [SCB-944] enhance IT mechanism to auto switch test cases to
new deployment
new 5496873 [SCB-944] test cases switch to new mechanism
new 2eac3e6 [SCB-944] reuse test cases declare
new 6aadae0 [SCB-944] only print log of deployed process, when test failed
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:
.../it-common/src/main/resources/logback.xml | 2 -
.../org/apache/servicecomb/it/ConsumerMain.java | 74 +++++++---------------
.../java/org/apache/servicecomb/it/Consumers.java | 18 +++---
.../apache/servicecomb/it/deploy/NormalDeploy.java | 24 +++++++
.../servicecomb/it/deploy/SubProcessLogger.java | 13 +++-
.../it/extend/engine/GateRestTemplate.java | 23 ++++++-
.../extend/engine/ITClientHttpRequestFactory.java | 5 +-
.../it/extend/engine/ITSCBRestTemplate.java | 15 +++--
.../apache/servicecomb/it/junit/ITJUnitUtils.java | 40 ++++++++++--
.../it/testcase/TestAnnotatedAttribute.java | 16 +----
.../it/testcase/TestChangeTransport.java | 24 ++-----
.../it/testcase/TestDataTypePrimitive.java | 23 ++-----
.../testcase/TestDefaultJsonValueJaxrsSchema.java | 16 +----
.../servicecomb/it/testcase/TestDefaultValue.java | 21 ++----
.../servicecomb/it/testcase/TestParamCodec.java | 15 +----
.../it/testcase/TestParamCodecEdge.java | 15 +----
.../testcase/TestRequestBodySpringMvcSchema.java | 15 +----
.../it/testcase/TestRestServerConfig.java | 16 +----
.../it/testcase/TestRestServerConfigEdge.java | 14 +---
.../apache/servicecomb/it/testcase/TestTrace.java | 24 ++-----
.../servicecomb/it/testcase/TestTraceEdge.java | 15 +----
.../thirdparty/Test3rdPartyInvocation.java | 2 +-
.../it-consumer/src/main/resources/logback.xml | 30 ---------
.../it-edge/src/main/resources/microservice.yaml | 12 ++++
.../apache/servicecomb/it/schema/TraceSchema.java | 17 +++--
25 files changed, 185 insertions(+), 304 deletions(-)
delete mode 100644 integration-tests/it-consumer/src/main/resources/logback.xml