You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The OStream metrics exporter prints time to string based on local time zone, which fails tests like OStreamMetricsExporter.ExportDropPointData with below message.
391: With diff:391: @@ -3,6 +3,6 @@391: schema url\t:391: version\t: 1.2.0391: - start time\t: Wed Dec 31 16:00:00 1969391: - end time\t: Wed Dec 31 16:00:00 1969391: + start time\t: Thu Jan 1 00:00:00 1970391: + end time\t: Thu Jan 1 00:00:00 1970391: description\t: description391: unit\t\t: unit391:
Steps to reproduce
Run test OStreamMetricsExporter.ExportDropPointData on a machine not in UTC timezone.
What is the expected behavior?
The test should pass.
What is the actual behavior?
The test failed with above output log.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
The OStream metrics exporter prints time to string based on local time zone, which fails tests like
OStreamMetricsExporter.ExportDropPointData
with below message.Steps to reproduce
Run test
OStreamMetricsExporter.ExportDropPointData
on a machine not in UTC timezone.What is the expected behavior?
The test should pass.
What is the actual behavior?
The test failed with above output log.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: