olcf / olcf-test-harness

OLCF Test Harness
https://olcf.github.io/olcf-test-harness/
Other
12 stars 4 forks source link

add_comment_to_influx.py utility timestamp rounding error #141

Closed hagertnl closed 10 months ago

hagertnl commented 1 year ago

The int() function applied to the timestamp when re-posting a record causes the timestamp to round down. We need to use the round() function instead, so that it's rounded to the nearest microsecond. Other improvements are needed to that script, but I created this issue to track the bug.