[New-bugs-announce] [issue19109] 'TestTCPServer' is not defined

Larry Hastings report at bugs.python.org
Fri Sep 27 20:50:24 CEST 2013


New submission from Larry Hastings:

The Win32 buildbots just started failing:

http://buildbot.python.org/all/waterfall?category=3.x.stable

They fail with this traceback:

test test_logging crashed -- Traceback (most recent call last):
  File "../lib/test/regrtest.py", line 1269, in runtest_inner
    the_module = importlib.import_module(abstest)
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\importlib\__init__.py", line 95, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1613, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1594, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1561, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 607, in _check_name_wrapper
  File "<frozen importlib._bootstrap>", line 1056, in load_module
  File "<frozen importlib._bootstrap>", line 926, in load_module
  File "<frozen importlib._bootstrap>", line 274, in _call_with_frames_removed
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_logging.py", line 1365, in <module>
    class SocketHandlerTest(BaseTest):
  File "D:\cygwin\home\db3l\buildarea\3.x.bolen-windows\build\lib\test\test_logging.py", line 1369, in SocketHandlerTest
    server_class = TestTCPServer
NameError: name 'TestTCPServer' is not defined

I took a quick look at it and the code seemed fine... but obviously there's something going on.

Can you try to fix this before I cut 3.4a3 tomorrow?

----------
assignee: vinay.sajip
components: Tests
keywords: buildbot
messages: 198498
nosy: larry, vinay.sajip
priority: high
severity: normal
stage: needs patch
status: open
title: 'TestTCPServer' is not defined
type: crash
versions: Python 3.4

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


More information about the New-bugs-announce mailing list