Skip to content

Commit 6114234

Browse files
authored
[cleanup][pom] Remove unused TestNG conf files and clean up repeated notes (#16004)
Signed-off-by: tison <wander4096@gmail.com>
1 parent addfbd3 commit 6114234

File tree

15 files changed

+1
-211
lines changed

15 files changed

+1
-211
lines changed

build/run_integration_group.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ test_group_pulsar_connectors_process() {
173173
# run integration source
174174
mvn_run_integration_test --retry --skip-build-deps "$@" -DintegrationTestSuiteFile=pulsar-process.xml -DintegrationTests -Dgroups=source
175175

176-
# run integraion sink
176+
# run integration sink
177177
mvn_run_integration_test --retry --skip-build-deps "$@" -DintegrationTestSuiteFile=pulsar-process.xml -DintegrationTests -Dgroups=sink
178178
}
179179

tests/bc_2_0_0/src/test/resources/pulsar.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
-->
2121
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
22-
<!-- TODO: we have to put suite files in one file to avoid executing TESTNG test suites multiple times.
23-
see {@link https://github.com/cbeust/testng/issues/508} -->
2422
<suite name="Pulsar Standalone Tests" verbose="2" annotations="JDK">
2523
<test name="pulsar-standalone-suite" preserve-order="true" >
2624
<classes>

tests/bc_2_0_1/src/test/resources/pulsar.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
-->
2121
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
22-
<!-- TODO: we have to put suite files in one file to avoid executing TESTNG test suites multiple times.
23-
see {@link https://github.com/cbeust/testng/issues/508} -->
2422
<suite name="Pulsar Standalone Tests" verbose="2" annotations="JDK">
2523
<test name="pulsar-standalone-suite" preserve-order="true" >
2624
<classes>

tests/bc_2_6_0/src/test/resources/backwards-client.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
-->
2121
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
22-
<!-- TODO: we have to put suite files in one file to avoid executing TESTNG test suites multiple times.
23-
see {@link https://github.com/cbeust/testng/issues/508} -->
2422
<suite name="Pulsar Standalone Tests" verbose="2" annotations="JDK">
2523
<test name="pulsar-standalone-suite" preserve-order="true" >
2624
<classes>

tests/integration/src/test/resources/pulsar-cli-suite.xml

-28
This file was deleted.

tests/integration/src/test/resources/pulsar-process-suite.xml

-28
This file was deleted.

tests/integration/src/test/resources/pulsar-schema-suite.xml

-28
This file was deleted.

tests/integration/src/test/resources/pulsar-sql-suite.xml

-28
This file was deleted.

tests/integration/src/test/resources/pulsar-thread-suite.xml

-28
This file was deleted.

tests/integration/src/test/resources/pulsar.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
-->
2121
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
22-
<!-- TODO: we have to put suite files in one file to avoid executing TESTNG test suites multiple times.
23-
see {@link https://github.com/cbeust/testng/issues/508} -->
2422
<suite name="Pulsar Test Suite" parallel="instances" thread-count="1">
2523
<suite-files>
2624
<suite-file path="./pulsar-cli.xml" />

tests/integration/src/test/resources/tiered-file-system-suite.xml

-28
This file was deleted.

tests/integration/src/test/resources/tiered-storage-jcloud-suite.xml

-28
This file was deleted.

tests/pulsar-client-admin-shade-test/src/test/resources/pulsar.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
-->
2121
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
22-
<!-- TODO: we have to put suite files in one file to avoid executing TESTNG test suites multiple times.
23-
see {@link https://github.com/cbeust/testng/issues/508} -->
2422
<suite name="Pulsar Shade Tests" verbose="2" annotations="JDK">
2523
<test name="pulsar-client-admin-shade-suite" preserve-order="true" >
2624
<classes>

tests/pulsar-client-all-shade-test/src/test/resources/pulsar.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
-->
2121
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
22-
<!-- TODO: we have to put suite files in one file to avoid executing TESTNG test suites multiple times.
23-
see {@link https://github.com/cbeust/testng/issues/508} -->
2422
<suite name="Pulsar Shade Tests" verbose="2" annotations="JDK">
2523
<test name="pulsar-client-all-shade-suite" preserve-order="true" >
2624
<classes>

tests/pulsar-client-shade-test/src/test/resources/pulsar.xml

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
2020
-->
2121
<!DOCTYPE suite SYSTEM "https://testng.org/testng-1.0.dtd" >
22-
<!-- TODO: we have to put suite files in one file to avoid executing TESTNG test suites multiple times.
23-
see {@link https://github.com/cbeust/testng/issues/508} -->
2422
<suite name="Pulsar Shade Tests" verbose="2" annotations="JDK">
2523
<test name="pulsar-client-shade-suite" preserve-order="true" >
2624
<classes>

0 commit comments

Comments
 (0)