[Python-checkins] [python/cpython] 0d4937: regrtest: always show before/after of modified env...

GitHub noreply at github.com
Tue May 2 21:47:45 EDT 2017


  Branch: refs/heads/2.7
  Home:   https://github.com/python/cpython
  Commit: 0d493795c8601d600a93e6a00e6c8ef3620d5aab
      https://github.com/python/cpython/commit/0d493795c8601d600a93e6a00e6c8ef3620d5aab
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M Lib/test/regrtest.py

  Log Message:
  -----------
  regrtest: always show before/after of modified env (#1407) (#1409)

Buildbots don't run tests with -vv and so only log "xxx was modified
by test_xxx" which is not enough to debug such random issue. In many
cases, I'm unable to reproduce the warning and so unable to fix it.

Always logging the value before and value after should help to debug
such warning on buildbots.
(cherry picked from commit ec4b17239d899550be4ee6104b61751bb3c70382)
(cherry picked from commit 22982350235f8c5821b71661a5616423e1c7fcc0)




More information about the Python-checkins mailing list