Skip to content

bpo-30649: Revert utime delta in test_os#2176

Merged
vstinner merged 1 commit into
python:masterfrom
vstinner:utime3
Jun 14, 2017
Merged

bpo-30649: Revert utime delta in test_os#2176
vstinner merged 1 commit into
python:masterfrom
vstinner:utime3

Conversation

@vstinner
Copy link
Copy Markdown
Member

PPC64 Fedora 3.x buildbot requires at least a delta of 14 ms: revert
the utime delta to 20 ms.

I tried 10 ms, but test_os failed on the PPC64 Fedora 3.x buildbot.

PPC64 Fedora 3.x buildbot requires at least a delta of 14 ms: revert
the utime delta to 20 ms.

I tried 10 ms, but test_os failed on the PPC64 Fedora 3.x buildbot.
@mention-bot
Copy link
Copy Markdown

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @ezio-melotti, @serhiy-storchaka and @benjaminp to be potential reviewers.

@vstinner vstinner merged commit 3402f72 into python:master Jun 14, 2017
@vstinner vstinner deleted the utime3 branch June 14, 2017 09:55
vstinner added a commit that referenced this pull request Jun 14, 2017
* bpo-30649: test_os tolerates 50 ms delta for utime (#2156)

On Windows, tolerate a delta of 50 ms instead of 20 ms in
test_utime_current() and test_utime_current_old() of test_os.

On other platforms, reduce the delta from 20 ms to 10 ms.
(cherry picked from commit c94caca)

* bpo-30649: Revert utime delta in test_os (#2176)

PPC64 Fedora 3.x buildbot requires at least a delta of 14 ms: revert
the utime delta to 20 ms.

I tried 10 ms, but test_os failed on the PPC64 Fedora 3.x buildbot.
(cherry picked from commit 3402f72)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants