Prior to this commit, the tests would fail [1] for no good reason [2]. This
fixes it.
[1] https://jenkins.softwareheritage.org/job/DSTO/job/tests/1264/console
[2] microseconds would exceed a limit of 999999 from time to time
Differential D3302
test_storage: Fix flakiness in round to milliseconds test method ardumont on Jun 17 2020, 12:58 PM. Authored by Tags None Subscribers None
Details
Prior to this commit, the tests would fail [1] for no good reason [2]. This [1] https://jenkins.softwareheritage.org/job/DSTO/job/tests/1264/console [2] microseconds would exceed a limit of 999999 from time to time
Diff Detail
Event TimelineComment Actions Need to rework the commit message to align with the diff description, waiting for remarks eventually first prior to rebase it ;) Comment Actions Build is green Patch application report for D3302 (id=11702)Rebasing onto 731949586c... Current branch diff-target is up to date. Changes applied before testcommit 39178038aa9661ca8598fd8bfad9d345d74398c5 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jun 17 12:55:16 2020 +0200 test_storage: Fix flakyness in round to milliseconds test method Prior to this commit, the tests would fail because microseconds would exceed a limit of 999999 for some reason once in a while [1]. Failing the tests for no good reason... This fixes it [1] https://jenkins.softwareheritage.org/job/DSTO/job/tests/1264/console See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/299/ for more details.
Comment Actions Build is green Patch application report for D3302 (id=11703)Rebasing onto 731949586c... Current branch diff-target is up to date. Changes applied before testcommit c3d177b46bb5811242ea8ce7c11850e118b6de36 Author: Antoine R. Dumont (@ardumont) <ardumont@softwareheritage.org> Date: Wed Jun 17 12:55:16 2020 +0200 test_storage: Fix flakiness in round to milliseconds test util method Prior to this commit, the tests would fail [1] for no good reason [2]. This fixes it. [1] https://jenkins.softwareheritage.org/job/DSTO/job/tests/1264/console [2] microseconds would exceed a limit of 999999 from time to time See https://jenkins.softwareheritage.org/job/DSTO/job/tests-on-diff/300/ for more details. |