Bug#917407: related issues

2018-12-30 Thread Johannes Schauer
On Fri, 28 Dec 2018 12:27:59 + "Bernhard M. Wiedemann" wrote: > If you run all your tests on the same filesystem, you will get the same > filesystem readdir order, which can make results appear reproducible, when > they are not really. Try running on different ext4 FSes with dir_index > enab

Bug#917407: related issues

2018-12-28 Thread Bernhard M. Wiedemann
On 28/12/2018 07.53, Johannes Schauer wrote: > I don't think that's likely because: > > - the hashes are reproducible across multiple runs if the same method was > used If you run all your tests on the same filesystem, you will get the same filesystem readdir order, which can make results appea

Bug#917407: related issues

2018-12-28 Thread Johannes Schauer
On Thu, 27 Dec 2018 14:50:11 + "Bernhard M. Wiedemann" wrote: > https://bugzilla.opensuse.org/show_bug.cgi?id=1049186 > and https://bugs.python.org/issue34033 > could be related. I don't think that's likely because: - the hashes are reproducible across multiple runs if the same method was

Bug#917407: related issues

2018-12-27 Thread Bernhard M. Wiedemann
https://bugzilla.opensuse.org/show_bug.cgi?id=1049186 and https://bugs.python.org/issue34033 could be related. Would be interesting to see a hex diff of indeterministic .pyc files.