You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Edward Fancher (JIRA)" <ji...@apache.org> on 2017/11/16 00:48:02 UTC

[jira] [Created] (KUDU-2216) Post process gtest generated xml to include the output from the *.txt files

Edward Fancher created KUDU-2216:
------------------------------------

             Summary: Post process gtest generated xml to include the output from the *.txt files
                 Key: KUDU-2216
                 URL: https://issues.apache.org/jira/browse/KUDU-2216
             Project: Kudu
          Issue Type: Improvement
          Components: test
            Reporter: Edward Fancher
            Assignee: Edward Fancher


So, match up the corresponding .txt file with the .xml file and insert the <output> section parseable by Jenkins (system-out node, see https://github.com/junit-team/junit5/blob/master/platform-tests/src/test/resources/jenkins-junit.xsd):
[ RUN      ] HybridClockTest.TestIsAfter
<output>
[       OK ] HybridClockTest.TestIsAfter (0 ms)

and then shove the "..." output into the junit xml file accordingly:

    <testcase name="TestIsAfter" status="run" time="0.001" classname="HybridClockTest" />



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)