Build/Test Issues

buildTime and other elapsed time fields in RawResults.xml start at 12 hours

Started by bartj on 1,718 views

When running NCrunch Console Tool v4.8.0.3, I noticed that all elapsed time measurements in RawResults.xml start at 12 hours. For example:

...
  <project name="<redacted>" path="<redacted>.csproj">
    <loadErrors />
    <build>
      <buildTime>12:00:00.915</buildTime>
      <errors />
      <warnings />
    </build>
    <tests />
  </project>
  <project name="<redacted>" path="<redacted>.csproj">
    <loadErrors />
    <build>
      <buildTime>12:00:00.734</buildTime>
      <errors />
      <warnings />
    </build>
    <tests>
      <fixture name="<redacted>">
        <wasRun>True</wasRun>
        <isIgnored>False</isIgnored>
        <setupTeardownRunTime>12:00:00.013</setupTeardownRunTime>
        <totalRunTime>12:00:00.032</totalRunTime>
        <fixturePassed>True</fixturePassed>
        <server>(local)</server>
...
Hi!

Thanks for reporting this issue. I’ll have a look and see if I can reproduce it on our end. I’ll let you know how it goes.
I've reproduced and fixed this and it will be included in the next release. We don't know yet when this will be out, do you require a preview build that contains a fix for this?
That was fast!

Next official release - whenever that may be - is fine, thanks.

Post a reply

Log in to reply.