#20319: patchbot failures in sagedev scripts doctests when running inside docker
-------------------------------------+------------------------
       Reporter:  nthiery            |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-7.2
      Component:  doctest framework  |   Resolution:
       Keywords:                     |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
   Dependencies:                     |     Stopgaps:
-------------------------------------+------------------------

Comment (by embray):

 Well this is interesting--somehow it's one or more of the `GIT_`
 environment variables set by the patchbot that's breaking it.  These
 include:
 {{{
  'GIT_AUTHOR_DATE': '1970-01-01T00:00:00',
  'GIT_AUTHOR_EMAIL': 'patchbot@localhost',
  'GIT_AUTHOR_NAME': 'patchbot',
  'GIT_COMMITTER_DATE': '1970-01-01T00:00:00',
  'GIT_COMMITTER_EMAIL': 'patchbot@localhost',
  'GIT_COMMITTER_NAME': 'patchbot',
 }}}

 If I hack in something to delete those variables just before the patchbot
 runs the test it passes.

--
Ticket URL: <http://trac.sagemath.org/ticket/20319#comment:19>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to