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

crazyhzm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git

commit 44b9b14c9ecb30bcd3c6cc1a17294ebd4a199e8d
Merge: 5fd4da0c5 cbfa6c8b8
Author: huazhongming <[email protected]>
AuthorDate: Mon Feb 26 11:32:18 2024 +0800

    Merge pull request #1043 from FoghostCn/native
    
    Add native image integration test support

 .../case-versions.conf                             |  24 ++
 .../pom.xml                                        | 107 ++++-
 .../NativeDemoConsumerRegistryApplication.java     |   1 +
 .../src/main/resources/application.yml             |   4 +-
 .../apache/dubbo/registry/DemoServiceTestIT.java   |  47 +++
 .../pom.xml                                        |   6 +-
 .../src/main/resources/application.yml             |   4 +-
 .../native-case-configuration.yml                  |  59 +++
 test/build-native-test-image.sh                    |  10 +
 .../dubbo/scenario/builder/ConfigurationImpl.java  | 106 ++++-
 .../src/main/resources/scenario.sh                 |   4 +-
 test/dubbo-test-runner/build-native.sh             |  17 +
 test/dubbo-test-runner/src/native/Dockerfile       |  60 +++
 test/dubbo-test-runner/src/native/healthcheck.sh   |  43 ++
 .../src/native/run-dubbo-native-app.sh             |  53 +++
 .../src/native/run-dubbo-native-test.sh            |  41 ++
 test/dubbo-test-runner/src/native/run.sh           |  28 ++
 test/dubbo-test-runner/src/native/utils.sh         | 108 +++++
 test/run-native-tests.sh                           | 470 +++++++++++++++++++++
 19 files changed, 1167 insertions(+), 25 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to