[MDEV-22270] JUnit patch: test name contains classname Created: 2020-04-11  Updated: 2020-06-03  Resolved: 2020-05-04

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1, 10.2, 10.3, 10.4, 10.5
Fix Version/s: 10.1.45

Type: Bug Priority: Major
Reporter: Alexey Bychko (Inactive) Assignee: Rasmus Johansson (Inactive)
Resolution: Fixed Votes: 1
Labels: tests

Issue Links:
Blocks

 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" />



 Comments   
Comment by Alexey Bychko (Inactive) [ 2020-04-11 ]

julien.fritsch tturenko ^^^^

Generated at Thu Feb 08 09:13:29 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.