Actions
Bug #29203
closedRepository sync in tasks page shows percentage in 17 decimal points
Difficulty:
Triaged:
No
Pull request:
Description
Description of problem:
When we sync a repository and see the task status in the Monitor -> Tasks page, the percentage is not rounded off rather it shows up to 17 decimal points like "0.44999999999999996% Complete"
How reproducible:
Always
Steps to Reproduce:
1. Sync a larger repository (so that the sync doesn't complete quickly)
2. Go to Monitor -> Tasks page and select the repo sync tasks
3. Observe the increase in percent, it says 0.44999999999999996% Complete
Actual results:
Repo Sync tasks show % completion in up to 17 decimal points
Expected results:
It should be rounded to 2 digit.
Actions