Thread overview
[Issue 21148] Semaphoreci: core.exception.AssertError@std/file.d(1929): unittest failure
Aug 12, 2020
Walter Bright
Aug 12, 2020
Dlang Bot
Aug 13, 2020
Dlang Bot
August 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21148

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |TestSuite

--
August 12, 2020
https://issues.dlang.org/show_bug.cgi?id=21148

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@NilsLankila created dlang/phobos pull request #7589 "fix issue 21148, possible failure of CI when testing nano precision of file time stamps" fixing this issue:

- fix issue 21148, possible failure of CI when testing nano precision of file time stamps

  If the kernel setting for the software clock frequency (HZ) is set to 100, we
got 10 msec resolution. CIs being on VMs we cant control it's better to assume
that the setting can be set to this worst value, so test with a value greater
than 10 msecs.

https://github.com/dlang/phobos/pull/7589

--
August 13, 2020
https://issues.dlang.org/show_bug.cgi?id=21148

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/phobos pull request #7589 "fix issue 21148, possible failure of CI when testing nano precision of file time stamps" was merged into master:

- 384c21688012b9262870f495893b184602f95719 by Nils Lankila:
  fix issue 21148, possible failure of CI when testing nano precision of file
time stamps

  If the kernel setting for the software clock frequency (HZ) is set to 100, we
got 10 msec resolution. CIs being on VMs we cant control it's better to assume
that the setting can be set to this worst value, so test with a value greater
than 10 msecs.

https://github.com/dlang/phobos/pull/7589

--