[issue6960] test_telnetlib gives spurious output

2010-07-14 Thread Senthil Kumaran

Senthil Kumaran orsent...@gmail.com added the comment:

No problems observed now. I randomized and ran the tests a couple of times. I 
don't know what the scenario was when this was observed, so I will let __ap__ 
close the issue.

--
nosy: +orsenthil

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6960
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6960] test_telnetlib gives spurious output

2010-07-14 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

Ok, let's say this was an exceptional failure.

--
resolution:  - works for me
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6960
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6960] test_telnetlib gives spurious output

2010-07-14 Thread Jack Diederich

Jack Diederich jackd...@gmail.com added the comment:

r76133 (which came after this bug) fixed most test_telnetlib bugs by using 
mocks instead of trying to setup full-blown client/server TCP cases.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6960
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6960] test_telnetlib gives spurious output

2010-07-11 Thread Mark Lawrence

Mark Lawrence breamore...@yahoo.co.uk added the comment:

Is this reproducible or can this be closed?

--
nosy: +BreamoreBoy
versions: +Python 2.7, Python 3.1

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6960
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6960] test_telnetlib gives spurious output

2009-09-21 Thread Antoine Pitrou

New submission from Antoine Pitrou pit...@free.fr:

I just got the following traceback:

Exception in thread Thread-538:
Traceback (most recent call last):
  File /home/antoine/py3k/__svn__/Lib/threading.py, line 509, in
_bootstrap_inner
self.run()
  File /home/antoine/py3k/__svn__/Lib/threading.py, line 462, in run
self._target(*self._args, **self._kwargs)
  File /home/antoine/py3k/__svn__/Lib/test/test_telnetlib.py, line 25,
in server
conn, addr = serv.accept()
  File /home/antoine/py3k/__svn__/Lib/socket.py, line 120, in accept
fd, addr = self._accept()
socket.error: [Errno 4] Interrupted system call


Interestingly, it happens *after* test_telnetlib returned successfully.

--
components: Tests
messages: 92962
nosy: jackdied, pitrou
priority: normal
severity: normal
status: open
title: test_telnetlib gives spurious output
type: behavior
versions: Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue6960
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com