• Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • core, junit-plugin
    • None

      Summary of failed tests displays limited information and users tend to overlook the functionality entirely.

          [JENKINS-19884] Improve test failure summary appearance

          Oliver Gondža added a comment - https://github.com/jenkinsci/jenkins/pull/966

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
          core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly
          core/src/main/resources/lib/hudson/failed-test.jelly
          http://jenkins-ci.org/commit/jenkins/9b1bcb86741dc487da5be2b6c9c1fe5bdad88bd4
          Log:
          JENKINS-19884 Unify test failure presentation

          • SurefireAggregatedReport lists all aggregated failures now (its maven counterpart MatrixTestResult does it already)
          • Failure summary is available wherever applicable

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly core/src/main/resources/lib/hudson/failed-test.jelly http://jenkins-ci.org/commit/jenkins/9b1bcb86741dc487da5be2b6c9c1fe5bdad88bd4 Log: JENKINS-19884 Unify test failure presentation SurefireAggregatedReport lists all aggregated failures now (its maven counterpart MatrixTestResult does it already) Failure summary is available wherever applicable

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          core/src/main/resources/lib/hudson/failed-test.jelly
          http://jenkins-ci.org/commit/jenkins/968acad7013d6bf8019c3913a87cdfd8d5cd5fc9
          Log:
          JENKINS-19884 Use +/- icon instead of >>> and <<< to show and hide test failure summary

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: core/src/main/resources/lib/hudson/failed-test.jelly http://jenkins-ci.org/commit/jenkins/968acad7013d6bf8019c3913a87cdfd8d5cd5fc9 Log: JENKINS-19884 Use +/- icon instead of >>> and <<< to show and hide test failure summary

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly
          core/src/main/resources/lib/hudson/failed-test.jelly
          http://jenkins-ci.org/commit/jenkins/0460a04f1cafe580d7fd8dff79b28d1cd440346a
          Log:
          [FIXED JENKINS-19884] Visualize more information in test failure summary

          Now lists error details, stack trace, stderr and stdout provided its content is
          not empty.

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly core/src/main/resources/lib/hudson/failed-test.jelly http://jenkins-ci.org/commit/jenkins/0460a04f1cafe580d7fd8dff79b28d1cd440346a Log: [FIXED JENKINS-19884] Visualize more information in test failure summary Now lists error details, stack trace, stderr and stdout provided its content is not empty.

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly
          core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
          core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly
          http://jenkins-ci.org/commit/jenkins/3855f173a57343d3c9074d0a3ee2e747419b7bd2
          Log:
          JENKINS-19884 .bigtable for test result lists

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly http://jenkins-ci.org/commit/jenkins/3855f173a57343d3c9074d0a3ee2e747419b7bd2 Log: JENKINS-19884 .bigtable for test result lists

          dogfood added a comment -

          Integrated in jenkins_main_trunk #2987
          JENKINS-19884 Unify test failure presentation (Revision 9b1bcb86741dc487da5be2b6c9c1fe5bdad88bd4)
          JENKINS-19884 Use +/- icon instead of >>> and <<< to show and hide test failure summary (Revision 968acad7013d6bf8019c3913a87cdfd8d5cd5fc9)
          [FIXED JENKINS-19884] Visualize more information in test failure summary (Revision 0460a04f1cafe580d7fd8dff79b28d1cd440346a)
          JENKINS-19884 .bigtable for test result lists (Revision 3855f173a57343d3c9074d0a3ee2e747419b7bd2)

          Result = SUCCESS
          ogondza : 9b1bcb86741dc487da5be2b6c9c1fe5bdad88bd4
          Files :

          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
          • core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly
          • core/src/main/resources/lib/hudson/failed-test.jelly
          • core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly

          ogondza : 968acad7013d6bf8019c3913a87cdfd8d5cd5fc9
          Files :

          • core/src/main/resources/lib/hudson/failed-test.jelly

          ogondza : 0460a04f1cafe580d7fd8dff79b28d1cd440346a
          Files :

          • core/src/main/resources/lib/hudson/failed-test.jelly
          • core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly

          ogondza : 3855f173a57343d3c9074d0a3ee2e747419b7bd2
          Files :

          • core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly
          • core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly
          • core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly

          dogfood added a comment - Integrated in jenkins_main_trunk #2987 JENKINS-19884 Unify test failure presentation (Revision 9b1bcb86741dc487da5be2b6c9c1fe5bdad88bd4) JENKINS-19884 Use +/- icon instead of >>> and <<< to show and hide test failure summary (Revision 968acad7013d6bf8019c3913a87cdfd8d5cd5fc9) [FIXED JENKINS-19884] Visualize more information in test failure summary (Revision 0460a04f1cafe580d7fd8dff79b28d1cd440346a) JENKINS-19884 .bigtable for test result lists (Revision 3855f173a57343d3c9074d0a3ee2e747419b7bd2) Result = SUCCESS ogondza : 9b1bcb86741dc487da5be2b6c9c1fe5bdad88bd4 Files : core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly core/src/main/resources/lib/hudson/failed-test.jelly core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly ogondza : 968acad7013d6bf8019c3913a87cdfd8d5cd5fc9 Files : core/src/main/resources/lib/hudson/failed-test.jelly ogondza : 0460a04f1cafe580d7fd8dff79b28d1cd440346a Files : core/src/main/resources/lib/hudson/failed-test.jelly core/src/main/resources/hudson/tasks/junit/CaseResult/summary.jelly ogondza : 3855f173a57343d3c9074d0a3ee2e747419b7bd2 Files : core/src/main/resources/hudson/tasks/test/MatrixTestResult/index.jelly core/src/main/resources/hudson/tasks/test/MetaTabulatedResult/body.jelly core/src/main/resources/lib/hudson/aggregated-failed-tests.jelly

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          src/main/resources/hudson/maven/reporters/SurefireAggregatedReport/index.jelly
          http://jenkins-ci.org/commit/maven-plugin/eac86653d137afde27b3399f3587ec119b5f6ebe
          Log:
          JENKINS-19884 Show aggregated failures same way Matrix build does

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: src/main/resources/hudson/maven/reporters/SurefireAggregatedReport/index.jelly http://jenkins-ci.org/commit/maven-plugin/eac86653d137afde27b3399f3587ec119b5f6ebe Log: JENKINS-19884 Show aggregated failures same way Matrix build does

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          src/main/resources/hudson/maven/reporters/SurefireAggregatedReport/index.jelly
          http://jenkins-ci.org/commit/maven-plugin/080b77887b5393db9aeeb521d44224169fe8eec4
          Log:
          JENKINS-19884 .bigtable for test result lists

          Compare: https://github.com/jenkinsci/maven-plugin/compare/e6849a7ccec0...080b77887b53

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: src/main/resources/hudson/maven/reporters/SurefireAggregatedReport/index.jelly http://jenkins-ci.org/commit/maven-plugin/080b77887b5393db9aeeb521d44224169fe8eec4 Log: JENKINS-19884 .bigtable for test result lists Compare: https://github.com/jenkinsci/maven-plugin/compare/e6849a7ccec0...080b77887b53

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          pom.xml
          http://jenkins-ci.org/commit/maven-plugin/e01eb60574c45b6c16091bfd91a05aa36071df68
          Log:
          [JENKINS-19801 JENKINS-19884] Bump core version to 1.538

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: pom.xml http://jenkins-ci.org/commit/maven-plugin/e01eb60574c45b6c16091bfd91a05aa36071df68 Log: [JENKINS-19801 JENKINS-19884] Bump core version to 1.538

          Code changed in jenkins
          User: Oliver Gondža
          Path:
          src/main/resources/hudson/maven/reporters/SurefireAggregatedReport/index.jelly
          http://jenkins-ci.org/commit/maven-plugin/773c247c569de89fcce00f2b3d9936ef7ea3d6bd
          Log:
          JENKINS-19884 .bigtable for test result lists

          SCM/JIRA link daemon added a comment - Code changed in jenkins User: Oliver Gondža Path: src/main/resources/hudson/maven/reporters/SurefireAggregatedReport/index.jelly http://jenkins-ci.org/commit/maven-plugin/773c247c569de89fcce00f2b3d9936ef7ea3d6bd Log: JENKINS-19884 .bigtable for test result lists

            olivergondza Oliver Gondža
            olivergondza Oliver Gondža
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: