Re: [Python-Dev] Bizarre mtime behaviour

2009-11-01 Thread Antoine Pitrou
Le lundi 02 novembre 2009 à 08:02 +1100, Robert Collins a écrit : > > The FAT rounding issue is a possibility, but I didn't think reiserfs was > short that much precision. > > I'd check that the work area you had really was reiser, not a mounted AT > partition, and if its not look up the ReiserFS

Re: [Python-Dev] Bizarre mtime behaviour

2009-11-01 Thread Robert Collins
On Sun, 2009-11-01 at 12:03 -0500, Eric Smith wrote: > Antoine Pitrou wrote: > > Adam Olsen gmail.com> writes: > >> Looks like an OS bug to me. Linux I'm guessing? > > > > Yes, but only on certain boxes. I could never reproduce on my home box. > > RDM (David)'s buildbot is a Gentoo vserver with

Re: [Python-Dev] Bizarre mtime behaviour

2009-11-01 Thread Eric Smith
Antoine Pitrou wrote: Adam Olsen gmail.com> writes: Looks like an OS bug to me. Linux I'm guessing? Yes, but only on certain boxes. I could never reproduce on my home box. RDM (David)'s buildbot is a Gentoo vserver with a reiserfs filesystem. You'll occasionally see something similar on Wi

Re: [Python-Dev] Bizarre mtime behaviour

2009-11-01 Thread Antoine Pitrou
Adam Olsen gmail.com> writes: > > Looks like an OS bug to me. Linux I'm guessing? Yes, but only on certain boxes. I could never reproduce on my home box. RDM (David)'s buildbot is a Gentoo vserver with a reiserfs filesystem. ___ Python-Dev mailing l

Re: [Python-Dev] Bizarre mtime behaviour

2009-11-01 Thread Adam Olsen
On Sun, Nov 1, 2009 at 08:23, Antoine Pitrou wrote: > Hello, > > I wondered if someone had a clue about the following behaviour. > While debugging an erratic test_mailbox failure on RDM's buildbot (and other > machines), it turned out that the system sometimes set the wrong mtime on a > directory:

[Python-Dev] Bizarre mtime behaviour

2009-11-01 Thread Antoine Pitrou
Hello, I wondered if someone had a clue about the following behaviour. While debugging an erratic test_mailbox failure on RDM's buildbot (and other machines), it turned out that the system sometimes set the wrong mtime on a directory: $ date && python -c 'import os; os.link("setup.py", "t/c")' &&