Remove extra whitespace in log for Configuration.createMethods() #615
Annotations
4 errors and 4 warnings
RetryAnalyzerTest.java#L55
0.0sec test.retryAnalyzer.RetryAnalyzerTest > ensureNoDuplicateRetryAnalyzerInstancesAreCreated
java.lang.AssertionError: There should have been 2 RetryAnalyser instances since the data driven test has 2 sets of data
at test.retryAnalyzer.RetryAnalyzerTest.ensureNoDuplicateRetryAnalyzerInstancesAreCreated(RetryAnalyzerTest.java:55)
|
RetryAnalyzerTest.java#L259
0.0sec test.retryAnalyzer.RetryAnalyzerTest > ensureRetryDoesntRunEndlesslyForDataDrivenTests
java.lang.AssertionError:
Expected size: 21 but was: 9 in:
["Executing willNotStopAfter3Failures",
"Executing willNotStopAfter3Failures",
"Executing willNotStopAfter3Failures",
"Executing willNotStopAfter3Failures",
"Executing willNotStopAfter3Failures",
"Executing willNotStopAfter3Failures",
"Executing willNotStopAfter3Failures",
"Executing willNotStopAfter3Failures",
"Executing willNotStopAfter3Failures"]
at test.retryAnalyzer.RetryAnalyzerTest.ensureRetryDoesntRunEndlesslyForDataDrivenTests(RetryAnalyzerTest.java:259)
|
task ':testng-core:test'#L1
Execution failed for task ':testng-core:test':
org.gradle.api.tasks.VerificationException: There were failing tests. See the report at: file:///home/runner/work/testng/testng/testng-core/build/reports/tests/test/index.html
|
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
|
|
The logs for this run have expired and are no longer available.
Loading