This is an automated email from the ASF dual-hosted git repository.
crazyhzm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
from 5fd4da0c5 Merge pull request #1042 from apache/wxbty-patch-1
add a3ebab0ff add native test support
add 545b66fdd add native test support
add 0c42cf7f1 add native test support
add 697e7303e add native test support
add d23a84c65 add native test support
add 9c5a6ffc2 add native test support
add 68681e3ec native test done (#2)
add bbba2b352 change words
add 19df1ea94 add license
add cbfa6c8b8 upgrade native maven plugin
new 44b9b14c9 Merge pull request #1043 from FoghostCn/native
The 1 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:
.../case-versions.conf | 6 +-
.../pom.xml | 107 ++++++++++++++++++++-
.../NativeDemoConsumerRegistryApplication.java | 1 +
.../src/main/resources/application.yml | 4 +-
.../apache/dubbo/registry/DemoServiceTestIT.java} | 29 +++---
.../pom.xml | 6 +-
.../src/main/resources/application.yml | 4 +-
.../native-case-configuration.yml | 59 ++++++++++++
...ld-test-image.sh => build-native-test-image.sh} | 2 +-
.../dubbo/scenario/builder/ConfigurationImpl.java | 106 +++++++++++++++++---
.../src/main/resources/scenario.sh | 4 +-
test/dubbo-test-runner/build-native.sh | 17 ++++
.../src/{docker => native}/Dockerfile | 33 +++----
.../src/{docker => native}/healthcheck.sh | 0
.../src/native/run-dubbo-native-app.sh | 53 ++++++++++
.../run-dubbo-native-test.sh} | 32 +++---
test/dubbo-test-runner/src/native/run.sh | 28 ++++++
.../src/{docker => native}/utils.sh | 0
test/{run-tests.sh => run-native-tests.sh} | 26 ++---
19 files changed, 431 insertions(+), 86 deletions(-)
copy 2-advanced/{dubbo-samples-rpccontext =>
dubbo-samples-native-image-registry}/case-versions.conf (93%)
mode change 100644 => 100755
copy
2-advanced/{dubbo-samples-api-with-registry/src/test/java/org/apache/dubbo/samples/api/client/GreetingServiceIT.java
=>
dubbo-samples-native-image-registry/dubbo-samples-native-image-registry-consumer/src/test/java/org/apache/dubbo/registry/DemoServiceTestIT.java}
(59%)
create mode 100755
2-advanced/dubbo-samples-native-image-registry/native-case-configuration.yml
copy test/{build-test-image.sh => build-native-test-image.sh} (81%)
create mode 100755 test/dubbo-test-runner/build-native.sh
copy test/dubbo-test-runner/src/{docker => native}/Dockerfile (69%)
copy test/dubbo-test-runner/src/{docker => native}/healthcheck.sh (100%)
create mode 100755 test/dubbo-test-runner/src/native/run-dubbo-native-app.sh
copy test/dubbo-test-runner/src/{docker/run-dubbo-app.sh =>
native/run-dubbo-native-test.sh} (50%)
create mode 100755 test/dubbo-test-runner/src/native/run.sh
copy test/dubbo-test-runner/src/{docker => native}/utils.sh (100%)
copy test/{run-tests.sh => run-native-tests.sh} (95%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]