Support to execlude somes test in option of command line #956
test.yml
on: pull_request
Matrix Preparation
5s
Matrix: build
Annotations
9 errors and 8 warnings
22, oracle, ubuntu, UTC, de_DE, stress JIT
Process completed with exit code 1.
|
22, oracle, ubuntu, UTC, tr_TR, stress JIT
Process completed with exit code 1.
|
21, liberica, same hashcode, windows, UTC, de_DE:
DataProviderWithFactoryFailedReporterTest.java#L50
0,0sec test.failedreporter.issue2517.DataProviderWithFactoryFailedReporterTest > failedMethodWithDataProviderAndFactoryShouldHaveInvocationNumbers
java.io.FileNotFoundException: C:\Users\RUNNER~1\AppData\Local\Temp\testng-tmp-95911184960634606115345\testng-failed.xml (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open(FileInputStream.java:213)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:152)
at java.base/java.io.FileReader.<init>(FileReader.java:75)
at test.SimpleBaseTest$Companion.grep(SimpleBaseTest.kt:345)
at test.failedreporter.issue2517.DataProviderWithFactoryFailedReporterTest.runAssertions(DataProviderWithFactoryFailedReporterTest.java:50)
at test.failedreporter.issue2517.DataProviderWithFactoryFailedReporterTest.testFailedReporter(DataProviderWithFactoryFailedReporterTest.java:36)
at test.failedreporter.issue2517.DataProviderWithFactoryFailedReporterTest.failedMethodWithDataProviderAndFactoryShouldHaveInvocationNumbers(DataProviderWithFactoryFailedReporterTest.java:28)
|
21, liberica, same hashcode, windows, UTC, de_DE:
DataProviderWithFactoryMultiFailedReporterTest.java#L50
0,0sec test.failedreporter.issue2521.DataProviderWithFactoryMultiFailedReporterTest > multiFailedMethodWithDataProviderAndFactoryShouldHaveInvocationNumbers
java.io.FileNotFoundException: C:\Users\RUNNER~1\AppData\Local\Temp\testng-tmp-98911188018321676048965\testng-failed.xml (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open(FileInputStream.java:213)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:152)
at java.base/java.io.FileReader.<init>(FileReader.java:75)
at test.SimpleBaseTest$Companion.grep(SimpleBaseTest.kt:345)
at test.failedreporter.issue2521.DataProviderWithFactoryMultiFailedReporterTest.runAssertions(DataProviderWithFactoryMultiFailedReporterTest.java:50)
at test.failedreporter.issue2521.DataProviderWithFactoryMultiFailedReporterTest.testFailedReporter(DataProviderWithFactoryMultiFailedReporterTest.java:36)
at test.failedreporter.issue2521.DataProviderWithFactoryMultiFailedReporterTest.multiFailedMethodWithDataProviderAndFactoryShouldHaveInvocationNumbers(DataProviderWithFactoryMultiFailedReporterTest.java:28)
|
21, liberica, same hashcode, windows, UTC, de_DE:
DataProviderWithFactoryFailedReporterTest.java#L50
0,0sec test.failedreporter.issue2517.DataProviderWithFactoryFailedReporterTest > failedMethodWithDataProviderAndFactoryShouldHaveInvocationNumbers
java.io.FileNotFoundException: C:\Users\RUNNER~1\AppData\Local\Temp\testng-tmp-68911990540035816621831\testng-failed.xml (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open(FileInputStream.java:213)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:152)
at java.base/java.io.FileReader.<init>(FileReader.java:75)
at test.SimpleBaseTest$Companion.grep(SimpleBaseTest.kt:345)
at test.failedreporter.issue2517.DataProviderWithFactoryFailedReporterTest.runAssertions(DataProviderWithFactoryFailedReporterTest.java:50)
at test.failedreporter.issue2517.DataProviderWithFactoryFailedReporterTest.testFailedReporter(DataProviderWithFactoryFailedReporterTest.java:36)
at test.failedreporter.issue2517.DataProviderWithFactoryFailedReporterTest.failedMethodWithDataProviderAndFactoryShouldHaveInvocationNumbers(DataProviderWithFactoryFailedReporterTest.java:28)
|
21, liberica, same hashcode, windows, UTC, de_DE:
DataProviderWithFactoryMultiFailedReporterTest.java#L50
0,0sec test.failedreporter.issue2521.DataProviderWithFactoryMultiFailedReporterTest > multiFailedMethodWithDataProviderAndFactoryShouldHaveInvocationNumbers
java.io.FileNotFoundException: C:\Users\RUNNER~1\AppData\Local\Temp\testng-tmp-7424677802473395872018\testng-failed.xml (The system cannot find the file specified)
at java.base/java.io.FileInputStream.open(FileInputStream.java:213)
at java.base/java.io.FileInputStream.<init>(FileInputStream.java:152)
at java.base/java.io.FileReader.<init>(FileReader.java:75)
at test.SimpleBaseTest$Companion.grep(SimpleBaseTest.kt:345)
at test.failedreporter.issue2521.DataProviderWithFactoryMultiFailedReporterTest.runAssertions(DataProviderWithFactoryMultiFailedReporterTest.java:50)
at test.failedreporter.issue2521.DataProviderWithFactoryMultiFailedReporterTest.testFailedReporter(DataProviderWithFactoryMultiFailedReporterTest.java:36)
at test.failedreporter.issue2521.DataProviderWithFactoryMultiFailedReporterTest.multiFailedMethodWithDataProviderAndFactoryShouldHaveInvocationNumbers(DataProviderWithFactoryMultiFailedReporterTest.java:28)
|
21, liberica, same hashcode, windows, UTC, de_DE:
EfficientPriorityParallelizationTest2.java#L279
0,0sec test.priority.parallel.EfficientPriorityParallelizationTest2 > verifyThatSlowMethodStartedFirstAndEndedLast
java.lang.AssertionError: All the test two methods should run between when test one starts and ends.
Start Event: EventLog{Event: LISTENER_TEST_METHOD_START, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.HighPriorityTestSample, Class instance hash code: 1, Method name: slowMethod, Time of event: 2025-01-09 10:51:56.765, Thread ID: 7051}.
In between events: [EventLog{Event: LISTENER_TEST_METHOD_START, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: 1, Method name: testMethodA, Time of event: 2025-01-09 10:51:56.587, Thread ID: 7052}, EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: 1, Method name: testMethodA, Time of event: 2025-01-09 10:51:57.089, Thread ID: 7052}, EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: 1, Method name: testMethodA, Time of event: 2025-01-09 10:51:57.140, Thread ID: 7052}, EventLog{Event: LISTENER_TEST_METHOD_START, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: 1, Method name: testMethodB, Time of event: 2025-01-09 10:51:57.641, Thread ID: 7052}, EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: 1, Method name: testMethodB, Time of event: 2025-01-09 10:51:58.143, Thread ID: 7052}, EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: 1, Method name: testMethodB, Time of event: 2025-01-09 10:51:58.194, Thread ID: 7052}, EventLog{Event: LISTENER_TEST_METHOD_START, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: 1, Method name: testMethodC, Time of event: 2025-01-09 10:51:58.695, Thread ID: 7052}, EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: 1, Method name: testMethodC, Time of event: 2025-01-09 10:51:59.195, Thread ID: 7052}, EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: 1, Method name: testMethodC, Time of event: 2025-01-09 10:51:59.246, Thread ID: 7052}].
Final event: EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.HighPriorityTestSample, Class instance hash code: 1, Method name: slowMethod, Time of event: 2025-01-09 10:52:01.266, Thread ID: 7051} expected [true] but found [false]
at org.testng.Assert.fail(Assert.java:111)
at org.testng.Assert.failNotEquals(Assert.java:1590)
at org.testng.Assert.assertTrue(Assert.java:57)
at test.thread.parallelization.BaseParallelizationTest.verifyEventsOccurBetween(BaseParallelizationTest.java:231)
at test.priority.parallel.EfficientPriorityParallelizationTest2.verifyThatSlowMethodStartedFirstAndEndedLast(EfficientPriorityParallelizationTest2.java:279)
|
21, liberica, same hashcode, windows, UTC, de_DE:
task ':testng-core:test'#L1
Execution failed for task ':testng-core:test':
org.gradle.api.internal.exceptions.MarkedVerificationException: There were failing tests. See the report at: file:///D:/a/testng/testng/testng-core/build/reports/tests/test/index.html
|
21, liberica, same hashcode, windows, UTC, de_DE
Unknown error
|
Matrix Preparation
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
11, corretto, ubuntu, America/New_York, tr_TR, stress JIT
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
11, corretto, ubuntu, America/New_York, tr_TR, stress JIT
Gradle Build Scan: https://gradle.com/s/odejiefnolu22
|
21, zulu, ubuntu, Pacific/Chatham, ru_RU
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
21, zulu, ubuntu, Pacific/Chatham, ru_RU
Gradle Build Scan: https://gradle.com/s/pgkegnvuzjg4g
|
17, microsoft, windows, America/New_York, ru_RU
Gradle Build Scan: https://gradle.com/s/e7ob75mdok3to
|
21, microsoft, windows, America/New_York, de_DE, stress JIT
Gradle Build Scan: https://gradle.com/s/xthfwxlzobesy
|
21, liberica, same hashcode, windows, UTC, de_DE
Gradle Build Scan: https://gradle.com/s/lnxby627lsxea
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
build-reports---
|
573 KB |
|