On 11/25/09 5:09 PM, Remy Blank wrote: > Christian Boos wrote: >> Right, look at time.daylight usage in the code. Tim's buildbot must live >> in a non-DST timezone. > > Correct, I could finally reproduce the issue by switching my timezone to > PST. Actually, any timezone different from the one used in that > particular test (which happens to be mine) reproduces the issue.
Glad you were able to sort this out while I was away. In other testing news, it looks like the minimum Genshi version has increased again (beyond what I had on the OS X box), causing strange-looking failures running trac-admin. At some point we need to make a test for that to get an understandable failure. There was a single recent failure on the Ubuntu builder because it required an edit to not be made by "anonymous" but "anonymous" was contained in one of the words in my dictionary file which happened to be chosen for the edit text -- a re-run fixed it. Eventually we should trim out such words in trac/tests/contentgen.py There was a single recent failure on the Windows 7 builder because it couldn't rename a file. This was likely related to this builder being virtualized, and it being windows. A re-run fixed it. There's an issue running the tests on Windows Vista and Windows 7 in certain circumstances, and the stdlib needs a one-line patch being discussed in http://bugs.python.org/issue6906 Tim -- You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en.
