[PATCH] add a script to list testsuites execution time

Matthieu Patou mat at matws.net
Mon Jan 7 10:45:54 MST 2013


Hello,

Can someone review this patch ?
It helps producing a more easily readable output of the subunit file 
created by make test, for instance:

samba3.base.delete(plugin_s4_dc) -> 13
samba3.base.lock(plugin_s4_dc) -> 14
samba4.rpc.schannel with seal,padcheck(plugin_s4_dc) -> 14
samba4.rpc.schannel with validate(plugin_s4_dc) -> 15
samba3.smb2.session krb5(plugin_s4_dc) -> 15
samba3.base.defer_open(plugin_s4_dc) -> 17
samba3.rpc.schannel(plugin_s4_dc) -> 18
samba3.base.dir2(plugin_s4_dc) -> 24
samba3.raw.search(plugin_s4_dc) -> 25
samba3.raw.lock(plugin_s4_dc) -> 32
samba3.raw.session krb5(plugin_s4_dc) -> 32
samba3.smb2.oplock(plugin_s4_dc) -> 50
samba3.rpc.samr.passwords.pwdlastset(plugin_s4_dc) -> 51
samba3.smb2.dir(plugin_s4_dc) -> 51
samba3.raw.oplock(plugin_s4_dc) -> 54
samba3.base.deny1(plugin_s4_dc) -> 54
samba3.base.deny2(plugin_s4_dc) -> 59
samba3.smb2.notify(plugin_s4_dc) -> 85
samba3.base.delaywrite(plugin_s4_dc) -> 101
samba3.raw.notify(plugin_s4_dc) -> 106

It's not a duplicate of subunit-ls as, this one works at the level of 
the test and for some reason is not able to handle some tests made 
during the teststuite (and wrongly reporting them as during 0 sec).

Matthieu.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-script-Add-a-script-to-display-testsuite-runtime-sor.patch
Type: text/x-diff
Size: 1334 bytes
Desc: not available
URL: <http://lists.samba.org/pipermail/samba-technical/attachments/20130107/af491c69/attachment.patch>


More information about the samba-technical mailing list