[issue20006] Sporadic failures of test_weakset

Serhiy Storchaka report at bugs.python.org
Tue Dec 17 14:55:47 CET 2013


New submission from Serhiy Storchaka:

test_weakset often fails on FreeBSD. Fo example see http://buildbot.python.org/all/builders/AMD64%20FreeBSD%2010.0%202.7/builds/285/steps/test/logs/stdio.

test test_weakset failed -- Traceback (most recent call last):
  File "/usr/home/buildbot/koobs-freebsd10/2.7.koobs-freebsd10/build/Lib/test/test_weakset.py", line 491, in test_weak_destroy_and_mutate_while_iterating
    self.assertTrue(u in s)
AssertionError: False is not true

Second run of this test is successful.

----------
messages: 206435
nosy: fdrake, pitrou, serhiy.storchaka
priority: normal
severity: normal
status: open
title: Sporadic failures of test_weakset
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20006>
_______________________________________


More information about the Python-bugs-list mailing list