Skip to content

Commit e8857e2

Browse files
removed parallel tests
1 parent a11b995 commit e8857e2

11 files changed

Lines changed: 49 additions & 112 deletions

File tree

  • kura
    • test
      • org.eclipse.kura.cloudconnection.kapua.mqtt.provider.test
      • org.eclipse.kura.rest.cloudconnection.provider.test
      • org.eclipse.kura.rest.configuration.provider.test
      • org.eclipse.kura.rest.identity.provider.test
      • org.eclipse.kura.rest.inventory.provider.test
      • org.eclipse.kura.rest.provider.test
      • org.eclipse.kura.rest.security.provider.test
      • org.eclipse.kura.rest.service.listing.provider.test
      • org.eclipse.kura.rest.system.provider.test
    • tools/kura-addon-archetype/src/main/resources/archetype-resources/tests

kura/test/org.eclipse.kura.cloudconnection.kapua.mqtt.provider.test/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,6 @@
8484
<plugin>
8585
<groupId>org.eclipse.tycho</groupId>
8686
<artifactId>tycho-surefire-plugin</artifactId>
87-
<configuration>
88-
<useUnlimitedThreads>true</useUnlimitedThreads>
89-
<parallel>classes</parallel>
90-
</configuration>
9187
</plugin>
9288
<plugin>
9389
<groupId>org.apache.maven.plugins</groupId>

kura/test/org.eclipse.kura.rest.cloudconnection.provider.test/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2023, 2024 Eurotech and/or its affiliates and others
4+
Copyright (c) 2023, 2026 Eurotech and/or its affiliates and others
55
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
@@ -50,14 +50,6 @@
5050
</execution>
5151
</executions>
5252
</plugin>
53-
<plugin>
54-
<groupId>org.eclipse.tycho</groupId>
55-
<artifactId>tycho-surefire-plugin</artifactId>
56-
<configuration>
57-
<parallel>classes</parallel>
58-
<useUnlimitedThreads>true</useUnlimitedThreads>
59-
</configuration>
60-
</plugin>
6153
<plugin>
6254
<groupId>org.apache.maven.plugins</groupId>
6355
<artifactId>maven-surefire-plugin</artifactId>
Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2021, 2024 Eurotech and/or its affiliates and others
5-
4+
Copyright (c) 2021, 2026 Eurotech and/or its affiliates and others
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
10-
SPDX-License-Identifier: EPL-2.0
11-
12-
Contributors:
13-
Eurotech
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
1414
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16+
<project xmlns="http://maven.apache.org/POM/4.0.0"
17+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1718
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
1920

@@ -28,11 +29,12 @@
2829

2930
<properties>
3031
<kura.basedir>${project.basedir}/../..</kura.basedir>
31-
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
32+
<sonar.coverage.jacoco.xmlReportPaths>
33+
${project.build.directory}/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
3234
</properties>
3335
<build>
3436
<plugins>
35-
<plugin>
37+
<plugin>
3638
<groupId>org.jacoco</groupId>
3739
<artifactId>jacoco-maven-plugin</artifactId>
3840
</plugin>
@@ -50,21 +52,13 @@
5052
</executions>
5153
</plugin>
5254
<plugin>
53-
<groupId>org.eclipse.tycho</groupId>
54-
<artifactId>tycho-surefire-plugin</artifactId>
55-
<configuration>
56-
<parallel>classes</parallel>
57-
<useUnlimitedThreads>true</useUnlimitedThreads>
58-
</configuration>
59-
</plugin>
60-
<plugin>
61-
<groupId>org.apache.maven.plugins</groupId>
62-
<artifactId>maven-surefire-plugin</artifactId>
55+
<groupId>org.apache.maven.plugins</groupId>
56+
<artifactId>maven-surefire-plugin</artifactId>
6357
</plugin>
6458
<plugin>
6559
<groupId>org.eclipse.tycho</groupId>
6660
<artifactId>target-platform-configuration</artifactId>
6761
</plugin>
68-
</plugins>
62+
</plugins>
6963
</build>
7064
</project>

kura/test/org.eclipse.kura.rest.identity.provider.test/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2023, 2024 Eurotech and/or its affiliates and others
4+
Copyright (c) 2023, 2026 Eurotech and/or its affiliates and others
55
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
@@ -50,14 +50,6 @@
5050
</execution>
5151
</executions>
5252
</plugin>
53-
<plugin>
54-
<groupId>org.eclipse.tycho</groupId>
55-
<artifactId>tycho-surefire-plugin</artifactId>
56-
<configuration>
57-
<parallel>classes</parallel>
58-
<useUnlimitedThreads>true</useUnlimitedThreads>
59-
</configuration>
60-
</plugin>
6153
<plugin>
6254
<groupId>org.apache.maven.plugins</groupId>
6355
<artifactId>maven-surefire-plugin</artifactId>

kura/test/org.eclipse.kura.rest.inventory.provider.test/pom.xml

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
<!--
33
44
Copyright (c) 2023, 2024 Eurotech and/or its affiliates and others
5-
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
10-
SPDX-License-Identifier: EPL-2.0
11-
12-
Contributors:
13-
Eurotech
9+
10+
SPDX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
1414
1515
-->
1616
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
@@ -32,7 +32,7 @@
3232
</properties>
3333
<build>
3434
<plugins>
35-
<plugin>
35+
<plugin>
3636
<groupId>org.jacoco</groupId>
3737
<artifactId>jacoco-maven-plugin</artifactId>
3838
</plugin>
@@ -50,21 +50,13 @@
5050
</executions>
5151
</plugin>
5252
<plugin>
53-
<groupId>org.eclipse.tycho</groupId>
54-
<artifactId>tycho-surefire-plugin</artifactId>
55-
<configuration>
56-
<parallel>classes</parallel>
57-
<useUnlimitedThreads>true</useUnlimitedThreads>
58-
</configuration>
59-
</plugin>
60-
<plugin>
61-
<groupId>org.apache.maven.plugins</groupId>
62-
<artifactId>maven-surefire-plugin</artifactId>
53+
<groupId>org.apache.maven.plugins</groupId>
54+
<artifactId>maven-surefire-plugin</artifactId>
6355
</plugin>
6456
<plugin>
6557
<groupId>org.eclipse.tycho</groupId>
6658
<artifactId>target-platform-configuration</artifactId>
6759
</plugin>
68-
</plugins>
60+
</plugins>
6961
</build>
7062
</project>
Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2022, 2024 Eurotech and/or its affiliates and others
5-
4+
Copyright (c) 2022, 2026 Eurotech and/or its affiliates and others
5+
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
88
which is available at https://www.eclipse.org/legal/epl-2.0/
9-
10-
SPDX-License-Identifier: EPL-2.0
11-
12-
Contributors:
13-
Eurotech
9+
10+
SPX-License-Identifier: EPL-2.0
11+
12+
Contributors:
13+
Eurotech
1414
1515
-->
16-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16+
<project xmlns="http://maven.apache.org/POM/4.0.0"
17+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1718
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1819
<modelVersion>4.0.0</modelVersion>
1920

@@ -28,11 +29,12 @@
2829

2930
<properties>
3031
<kura.basedir>${project.basedir}/../..</kura.basedir>
31-
<sonar.coverage.jacoco.xmlReportPaths>${project.build.directory}/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
32+
<sonar.coverage.jacoco.xmlReportPaths>
33+
${project.build.directory}/site/jacoco-aggregate/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
3234
</properties>
3335
<build>
3436
<plugins>
35-
<plugin>
37+
<plugin>
3638
<groupId>org.jacoco</groupId>
3739
<artifactId>jacoco-maven-plugin</artifactId>
3840
</plugin>
@@ -50,21 +52,13 @@
5052
</executions>
5153
</plugin>
5254
<plugin>
53-
<groupId>org.eclipse.tycho</groupId>
54-
<artifactId>tycho-surefire-plugin</artifactId>
55-
<configuration>
56-
<parallel>classes</parallel>
57-
<useUnlimitedThreads>true</useUnlimitedThreads>
58-
</configuration>
59-
</plugin>
60-
<plugin>
61-
<groupId>org.apache.maven.plugins</groupId>
62-
<artifactId>maven-surefire-plugin</artifactId>
55+
<groupId>org.apache.maven.plugins</groupId>
56+
<artifactId>maven-surefire-plugin</artifactId>
6357
</plugin>
6458
<plugin>
6559
<groupId>org.eclipse.tycho</groupId>
6660
<artifactId>target-platform-configuration</artifactId>
6761
</plugin>
68-
</plugins>
62+
</plugins>
6963
</build>
7064
</project>

kura/test/org.eclipse.kura.rest.security.provider.test/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2023, 2024 Eurotech and/or its affiliates and others
4+
Copyright (c) 2023, 2026 Eurotech and/or its affiliates and others
55
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
@@ -50,14 +50,6 @@
5050
</execution>
5151
</executions>
5252
</plugin>
53-
<plugin>
54-
<groupId>org.eclipse.tycho</groupId>
55-
<artifactId>tycho-surefire-plugin</artifactId>
56-
<configuration>
57-
<parallel>classes</parallel>
58-
<useUnlimitedThreads>true</useUnlimitedThreads>
59-
</configuration>
60-
</plugin>
6153
<plugin>
6254
<groupId>org.apache.maven.plugins</groupId>
6355
<artifactId>maven-surefire-plugin</artifactId>

kura/test/org.eclipse.kura.rest.service.listing.provider.test/pom.xml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
33
4-
Copyright (c) 2023, 2024 Eurotech and/or its affiliates and others
4+
Copyright (c) 2023, 2026 Eurotech and/or its affiliates and others
55
66
This program and the accompanying materials are made
77
available under the terms of the Eclipse Public License 2.0
@@ -50,14 +50,6 @@
5050
</execution>
5151
</executions>
5252
</plugin>
53-
<plugin>
54-
<groupId>org.eclipse.tycho</groupId>
55-
<artifactId>tycho-surefire-plugin</artifactId>
56-
<configuration>
57-
<parallel>classes</parallel>
58-
<useUnlimitedThreads>true</useUnlimitedThreads>
59-
</configuration>
60-
</plugin>
6153
<plugin>
6254
<groupId>org.apache.maven.plugins</groupId>
6355
<artifactId>maven-surefire-plugin</artifactId>

kura/test/org.eclipse.kura.rest.system.provider.test/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,6 @@
5050
</execution>
5151
</executions>
5252
</plugin>
53-
<plugin>
54-
<groupId>org.eclipse.tycho</groupId>
55-
<artifactId>tycho-surefire-plugin</artifactId>
56-
<configuration>
57-
<parallel>classes</parallel>
58-
<useUnlimitedThreads>true</useUnlimitedThreads>
59-
</configuration>
60-
</plugin>
6153
<plugin>
6254
<groupId>org.apache.maven.plugins</groupId>
6355
<artifactId>maven-surefire-plugin</artifactId>

kura/test/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176
<failIfNoTests>false</failIfNoTests>
177177
<providerHint>junit4</providerHint>
178178
<useUnlimitedThreads>false</useUnlimitedThreads>
179-
180179
<argLine>
181180
${tycho.testArgLine}
182181
${tycho.surefire.testenv.args}

0 commit comments

Comments
 (0)