Summary: | devel/kyua: local.kyua.utils.datetime_test.timestamp__subtraction failing non-deterministically after recent upgrade | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | Enji Cooper <ngie> |
Component: | Individual Port(s) | Assignee: | Enji Cooper <ngie> |
Status: | Closed FIXED | ||
Severity: | Affects Some People | CC: | brooks, lwhsu, ngie |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(jmmv) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
URL: | https://reviews.freebsd.org/D10316 |
Description
Enji Cooper
![]() ![]() I've developed a fix for the CR. Sending out a CR soon. $ sudo kyua report --results-filter passed | grep subtraction utils/datetime_test:timestamp__subtraction -> passed [0.007s] $ sudo kyua report --results-filter passed | tail -n 4 ===> Summary Results read from /root/.kyua/store/results.usr_local_tests_kyua.20160406-215207-780891.db Test cases: 1413 total, 3 skipped, 0 expected failures, 0 broken, 0 failed Total time: 39.398s Julio, please check the patch at https://reviews.freebsd.org/D10316 and provide maintainer feedback , thanks! A commit references this bug: Author: ngie Date: Fri Apr 21 07:38:31 UTC 2017 New revision: 439018 URL: https://svnweb.freebsd.org/changeset/ports/439018 Log: Fix utils/datetime_test:timestamp__subtraction Don't expect a negative time delta to throw an exception--instead, expect 1 microsecond to be returned per the behavior change made in r436312. Approved by: brooks (as part of a larger diff), (maintainer timeout) Differential Revision: D10316 PR: 217973 Reported by: Jenkins Reviewed by: asomers Sponsored by: Dell EMC Isilon Changes: head/devel/kyua/Makefile head/devel/kyua/files/patch-utils_datetime__test.cpp |