Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-22270

JUnit patch: test name contains classname

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.1, 10.2, 10.3, 10.4, 10.5
    • 10.1.45
    • Tests

    Description

      Jenkins uses classname for test grouping, so you can see for example all test results in binlog or main. but test name contains the same classname, which leads to duplicated classname in resulting full testname like sys_vars.sys_vars.sysvars_server_notembedded - note doubled sys_vars.

      current report:

      <testcase assertions="" classname="binlog" name="binlog.binlog_checksum" status="MTR_RES_PASSED" time="0.034" />
      

      should be:

      <testcase assertions="" classname="binlog" name="binlog_checksum" status="MTR_RES_PASSED" time="0.034" />
      

      Attachments

        Activity

          People

            ratzpo Rasmus Johansson (Inactive)
            abychko Alexey Bychko (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.