Skip to:
To help proper stats aggregation we need to distinct the result (workunit) of same test code with different version information via job name..
Actually the regression test engine creates job name from the ECL test name, date and time like this:
However this code runs several times with different algorithms and rows counts:
I think it would be better if the generated job name contains version info as well like this:
and so on.
Sounds reasonable to me
, , , any comment?
To help proper stats aggregation we need to distinct the result (workunit) of same test code with different version information via job name..
Actually the regression test engine creates job name from the ECL test name, date and time like this:
However this code runs several times with different algorithms and rows counts:
I think it would be better if the generated job name contains version info as well like this:
and so on.