Skip to content

Commit fbc0320

Browse files
beiwei30chickenlj
authored andcommitted
remove useless module-dubbo-test-integration (#3989)
Fixes #3573
1 parent 392fcbf commit fbc0320

File tree

11 files changed

+1
-650
lines changed

11 files changed

+1
-650
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ Follow this checklist to help us incorporate your contribution quickly and easil
1515
- [x] Make sure there is a [GITHUB_issue](https://github.com/apache/incubator-dubbo/issues) field for the change (usually before you start working on it). Trivial changes like typos do not require a GITHUB issue. Your pull request should address just this issue, without pulling in other changes - one PR resolves one issue.
1616
- [ ] Format the pull request title like `[Dubbo-XXX] Fix UnknownException when host config not exist #XXX`. Each commit in the pull request should have a meaningful subject line and body.
1717
- [ ] Write a pull request description that is detailed enough to understand what the pull request does, how, and why.
18-
- [ ] Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add integration-test in [test module](https://github.com/apache/incubator-dubbo/tree/master/dubbo-test).
18+
- [ ] Write necessary unit-test to verify your logic correction, more mock a little better when cross module dependency exist. If the new feature or significant change is committed, please remember to add sample in [dubbo samples](https://github.com/apache/incubator-dubbo-samples) project.
1919
- [ ] Run `mvn clean install -DskipTests=false` & `mvn clean test-compile failsafe:integration-test` to make sure unit-test and integration-test pass.
2020
- [ ] If this contribution is large, please follow the [Software Donation Guide](https://github.com/apache/incubator-dubbo/wiki/Software-donation-guide).

dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/pom.xml

Lines changed: 0 additions & 58 deletions
This file was deleted.

dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/src/main/java/org/apache/dubbo/test/Spring3CompatibilityTest.java

Lines changed: 0 additions & 81 deletions
This file was deleted.

dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/src/main/java/org/apache/dubbo/test/consumer/ConsumerConfiguration.java

Lines changed: 0 additions & 46 deletions
This file was deleted.

dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/src/main/java/org/apache/dubbo/test/provider/DefaultDemoService.java

Lines changed: 0 additions & 40 deletions
This file was deleted.

dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/src/main/java/org/apache/dubbo/test/provider/ProviderConfiguration.java

Lines changed: 0 additions & 33 deletions
This file was deleted.

dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/src/main/resources/META-INF/spring/dubbo-consumer.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

dubbo-test/dubbo-test-compatibility/dubbo-test-spring3/src/main/resources/META-INF/spring/dubbo-provider.xml

Lines changed: 0 additions & 32 deletions
This file was deleted.

dubbo-test/dubbo-test-compatibility/pom.xml

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)