Skip to content

Test Results as artifacts for failed runs #575

Test Results as artifacts for failed runs

Test Results as artifacts for failed runs #575

Triggered via pull request June 2, 2023 15:04
Status Failure
Total duration 11m 45s
Artifacts 7

test.yml

on: pull_request
Matrix Preparation
4s
Matrix Preparation
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 26 warnings
11, Semeru, ubuntu, UTC, fr_FR, stress JIT: EfficientPriorityParallelizationTest2.java#L283
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: 425055207, Method name: slowMethod, Time of event: 2023-06-02 15:11:43.621, Thread ID: 5883}. In between events: [EventLog{Event: LISTENER_TEST_METHOD_START, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: -1344818282, Method name: testMethodA, Time of event: 2023-06-02 15:11:43.620, Thread ID: 5884}, EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: -1344818282, Method name: testMethodA, Time of event: 2023-06-02 15:11:44.121, Thread ID: 5884}, EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: -1344818282, Method name: testMethodA, Time of event: 2023-06-02 15:11:44.171, Thread ID: 5884}, EventLog{Event: LISTENER_TEST_METHOD_START, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: -1344818282, Method name: testMethodB, Time of event: 2023-06-02 15:11:44.671, Thread ID: 5884}, EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: -1344818282, Method name: testMethodB, Time of event: 2023-06-02 15:11:45.171, Thread ID: 5884}, EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: -1344818282, Method name: testMethodB, Time of event: 2023-06-02 15:11:45.221, Thread ID: 5884}, EventLog{Event: LISTENER_TEST_METHOD_START, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: -1344818282, Method name: testMethodC, Time of event: 2023-06-02 15:11:45.722, Thread ID: 5884}, EventLog{Event: TEST_METHOD_EXECUTION, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: -1344818282, Method name: testMethodC, Time of event: 2023-06-02 15:11:46.222, Thread ID: 5884}, EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.LowPriorityTestSample, Class instance hash code: -1344818282, Method name: testMethodC, Time of event: 2023-06-02 15:11:46.272, Thread ID: 5884}]. Final event: EventLog{Event: LISTENER_TEST_METHOD_PASS, Suite: TestSuiteA, Test: TestSuiteA-HighPriorityTestClassTest, Class: test.priority.parallel.HighPriorityTestSample, Class instance hash code: 425055207, Method name: slowMethod, Time of event: 2023-06-02 15:11:48.121, Thread ID: 5883} expected [true] but found [false] at org.testng.Assert.fail(Assert.java:111) at org.testng.Assert.failNotEquals(Assert.java:1578) at org.testng.Assert.assertTrue(Assert.java:57) at test.thread.parallelization.BaseParallelizationTest.verifyEventsOccurBetween(BaseParallelizationTest.java:236) at test.priority.parallel.EfficientPriorityParallelizationTest2.verifyThatSlowMethodStartedFirstAndEndedLast(EfficientPriorityParallelizationTest2.java:283)
11, Semeru, ubuntu, UTC, fr_FR, stress JIT: 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
11, Semeru, ubuntu, UTC, fr_FR, stress JIT
Execution failed for task ':testng-core:test'. > There were failing tests. See the report at: file:///home/runner/work/testng/testng/testng-core/build/reports/tests/test/index.html
11, Zulu, windows, Pacific/Chatham, ru_RU: BeforeClassTest.java#L45
2.2sec test.configuration.BeforeClassTest > ensureBeforeClassGetsCalledConcurrentlyWhenWorkingWithFactories java.lang.AssertionError: Expecting actual: 156L to be less than or equal to: 100L at test.configuration.BeforeClassTest.ensureBeforeClassGetsCalledConcurrentlyWhenWorkingWithFactories(BeforeClassTest.java:45)
11, Zulu, windows, Pacific/Chatham, ru_RU: 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:///D:/a/testng/testng/testng-core/build/reports/tests/test/index.html
11, Zulu, windows, Pacific/Chatham, ru_RU
Execution failed for task ':testng-core:test'. > There were failing tests. See the report at: file:///D:/a/testng/testng/testng-core/build/reports/tests/test/index.html
Matrix Preparation
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
17, SapMachine, ubuntu, America/New_York, fr_FR, stress JIT
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-java@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
17, SapMachine, ubuntu, America/New_York, fr_FR, stress JIT
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
17, SapMachine, ubuntu, America/New_York, fr_FR, stress JIT
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
17, SapMachine, ubuntu, America/New_York, fr_FR, stress JIT
Gradle Build Scan: https://gradle.com/s/yf3tkueeo4n5a
11, GraalVM, ubuntu, America/New_York, tr_TR
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-java@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
11, GraalVM, ubuntu, America/New_York, tr_TR
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
11, GraalVM, ubuntu, America/New_York, tr_TR
Gradle Build Scan: https://gradle.com/s/c3eoska4q5e54
11, GraalVM, ubuntu, America/New_York, tr_TR
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
17, Liberica, ubuntu, UTC, fr_FR
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-java@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
17, Liberica, ubuntu, UTC, fr_FR
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
17, Liberica, ubuntu, UTC, fr_FR
Gradle Build Scan: https://gradle.com/s/pohsteozq27sg
17, Liberica, ubuntu, UTC, fr_FR
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
11, Adopt Hotspot, same hashcode, macos, Pacific/Chatham, ru_RU
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
11, Adopt Hotspot, same hashcode, macos, Pacific/Chatham, ru_RU
Gradle Build Scan: https://gradle.com/s/7uuuqweviv6yo
11, Adopt Hotspot, same hashcode, macos, Pacific/Chatham, ru_RU
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
11, Semeru, ubuntu, UTC, fr_FR, stress JIT
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-java@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
11, Semeru, ubuntu, UTC, fr_FR, stress JIT
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
11, Semeru, ubuntu, UTC, fr_FR, stress JIT
Gradle Build Scan: https://gradle.com/s/vqulhvmo346ku
11, Semeru, ubuntu, UTC, fr_FR, stress JIT
distributionSha256Sum is not set in gradle/wrapper/gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
17, Adopt Hotspot, windows, UTC, de_DE, stress JIT
distributionSha256Sum is not set in gradle\wrapper\gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
17, Adopt Hotspot, windows, UTC, de_DE, stress JIT
Gradle Build Scan: https://gradle.com/s/bsodhvbm4by4c
17, Adopt Hotspot, windows, UTC, de_DE, stress JIT
distributionSha256Sum is not set in gradle\wrapper\gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
11, Zulu, windows, Pacific/Chatham, ru_RU
distributionSha256Sum is not set in gradle\wrapper\gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification
11, Zulu, windows, Pacific/Chatham, ru_RU
Gradle Build Scan: https://gradle.com/s/ltuzxkoc7xt56
11, Zulu, windows, Pacific/Chatham, ru_RU
distributionSha256Sum is not set in gradle\wrapper\gradle-wrapper.properties. Please consider adding the checksum, see https://docs.gradle.org/current/userguide/gradle_wrapper.html#configuring_checksum_verification

Artifacts

Produced during runtime
Name Size
build-reports-Adopt Hotspot-11 Expired
119 KB
build-reports-Adopt Hotspot-17 Expired
124 KB
build-reports-GraalVM-11 Expired
119 KB
build-reports-Liberica-17 Expired
119 KB
build-reports-SapMachine-17 Expired
119 KB
build-reports-Semeru-11 Expired
119 KB
build-reports-Zulu-11 Expired
125 KB