Skip to content

Commit a3dc07d

Browse files
authored
Merge pull request #974 from microsoft/move_non_smoketest_apps
Clean up smoketest testApps
2 parents 146f35f + 10249c1 commit a3dc07d

File tree

33 files changed

+543
-977
lines changed

33 files changed

+543
-977
lines changed

settings.gradle

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* DEALINGS IN THE SOFTWARE.
2020
*/
2121

22+
include 'ApplicationInsightsInternalLogger'
2223

2324
include 'agent'
2425
include 'core'
@@ -28,12 +29,21 @@ include 'logging:logback'
2829
include 'web'
2930
include 'web-auto'
3031
include 'azure-application-insights-spring-boot-starter'
31-
include 'ApplicationInsightsInternalLogger'
32-
include 'distributions'
33-
// TODO rewrite samples; current ones are not representative of "real-world" usage
32+
if (System.env.'COLLECTD_HOME') {
33+
include 'collectd'
34+
}
35+
36+
//include 'distributions'
37+
38+
3439
if (System.properties.AI_SAMPLES) {
40+
include 'springbootsample'
41+
include ':test:webapps:PerfTestApp'
42+
include ':test:webapps:PerfTestAppSpringBoot'
43+
include ':test:webapps:bookstore-spring'
44+
45+
// TODO rewrite samples; these are not representative of "real-world" usage
3546
include 'samples'
36-
include 'test:webapps:bookstore-spring'
3747
}
3848

3949
// Projects for smokeTests
@@ -52,8 +62,6 @@ include ':test:smoke:framework:testCases'
5262
include ':test:fakeIngestion:servlet'
5363
include ':test:fakeIngestion:standalone'
5464

55-
include ':test:smoke:testApps:PerfTestApp'
56-
include ':test:smoke:testApps:PerfTestAppSpringBoot'
5765
include ':test:smoke:testApps:CachingCalculator'
5866
include ':test:smoke:testApps:CoreAndFilter'
5967
include ':test:smoke:testApps:AutoPerfCounters'
@@ -70,8 +78,4 @@ include ':test:smoke:testApps:WebAuto'
7078
include ':test:smoke:testApps:SpringBoot1_3Auto'
7179
include ':test:smoke:testApps:SpringBootAuto'
7280

73-
if (System.env.'COLLECTD_HOME') {
74-
include 'collectd'
75-
}
76-
include 'springbootsample'
7781

test/smoke/testApps/SimpleCalculator/build.gradle

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

test/smoke/testApps/SimpleCalculator/src/main/java/com/microsoft/ajl/simplecalc/CalculatorParameterException.java

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

test/smoke/testApps/SimpleCalculator/src/main/java/com/microsoft/ajl/simplecalc/ParameterConstants.java

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

test/smoke/testApps/SimpleCalculator/src/main/java/com/microsoft/ajl/simplecalc/SimpleCalculatorServlet.java

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

test/smoke/testApps/SimpleCalculator/src/main/java/com/microsoft/ajl/simplecalc/model/BinaryCalculation.java

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

test/smoke/testApps/SimpleCalculator/src/main/java/com/microsoft/ajl/simplecalc/model/BinaryOperator.java

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

test/smoke/testApps/SimpleCalculator/src/main/resources/ApplicationInsights.xml

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

0 commit comments

Comments
 (0)