★ wanayoo — archive 1999 https://github.com/utPLSQL/utPLSQL-cli/issues/66Nouvelle recherche | Portail wanayoo
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

invalid time format in output results #66

Closed
vder opened this issue Mar 14, 2018 · 5 comments
Closed

invalid time format in output results #66

vder opened this issue Mar 14, 2018 · 5 comments

Comments

@vder
Copy link

@vder vder commented Mar 14, 2018

Hi, I've just added build step to my local jenkins configuration (execute windows batch command).Report generated fine and jenkins consumed it, but I've noticed that times in records are with ',' coma as decimal separator so in jenkins I can see that my test took something over 2 years rather than something around 60 seconds. How can I change this decimal separator to '.' period?

I run utplsqlcli with command similiar to this:
C:\utplsql\bin\utplsql.bat run usr/passwd@localhost:1522/db -f=ut_xunit_reporter -o=result2.xml

@jgebal
Copy link
Member

@jgebal jgebal commented Mar 14, 2018

The @vder
The issue is adressed already and fix is coming in next release of utPLSQL framework

@vder
Copy link
Author

@vder vder commented Mar 14, 2018

Thanks for quick reply, but in that case when can we expect new release? :)

@vder
Copy link
Author

@vder vder commented Mar 15, 2018

I prepared some walkaround if someone has a need for one. In post build step I run batch script with sed:
sed -e 's/(time="[0-9]),([0-9]")/\1.\2/'

@jgebal
Copy link
Member

@jgebal jgebal commented Mar 15, 2018

This is a duplicate of issue:
utPLSQL/utPLSQL#572

@pesse
Copy link
Member

@pesse pesse commented May 17, 2018

Fixed in utPLSQL 3.1.0

@pesse pesse closed this May 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
3 participants
You can’t perform that action at this time.