[Zope-dev] zope-tests - FAILED: 6, OK: 12
Marius Gedminas
marius at gedmin.as
Thu Mar 21 07:11:05 UTC 2013
On Thu, Mar 21, 2013 at 01:00:02AM +0000, Zope tests summarizer wrote:
> [1] Still Failing - zopetoolkit_trunk - Build # 208
Same four failures I can't reproduce.
Can anyone?
> [2] winbot / z3c.contents_py_265_32
ValueError: _p_serial must be an 8-character bytes array
deep in c:\eggs\zodb3-3.10.5-py2.6-win32.egg\ZODB\Connection.py, during
layer setup.
Actually let me paste the whole traceback:
Traceback (most recent call last):
File "c:\eggs\zope.testrunner-4.3.3-py2.6.egg\zope\testrunner\runner.py", line 385, in run_layer
setup_layer(options, layer, setup_layers)
File "c:\eggs\zope.testrunner-4.3.3-py2.6.egg\zope\testrunner\runner.py", line 681, in setup_layer
layer.setUp()
File "c:\eggs\zope.app.testing-3.10.0-py2.6.egg\zope\app\testing\functional.py", line 336, in setUp
self.config_file, product_config=self.product_config)
File "c:\eggs\zope.app.testing-3.10.0-py2.6.egg\zope\app\testing\functional.py", line 215, in __init__
self.app = Debugger(self.db, config_file)
File "c:\eggs\zope.app.debug-3.4.1-py2.6.egg\zope\app\debug\debug.py", line 37, in __init__
self.db = database(db)
File "c:\eggs\zope.app.appsetup-3.16.0-py2.6.egg\zope\app\appsetup\appsetup.py", line 147, in database
notify(zope.processlifetime.DatabaseOpened(db))
File "c:\eggs\zope.event-4.0.2-py2.6.egg\zope\event\__init__.py", line 31, in notify
subscriber(event)
File "c:\eggs\zope.component-4.1.0-py2.6.egg\zope\component\event.py", line 27, in dispatch
component_subscribers(event, None)
File "c:\eggs\zope.component-4.1.0-py2.6.egg\zope\component\_api.py", line 139, in subscribers
return sitemanager.subscribers(objects, interface)
File "c:\eggs\zope.interface-4.0.5-py2.6-win32.egg\zope\interface\registry.py", line 323, in subscribers
return self.adapters.subscribers(objects, provided)
File "c:\eggs\zope.interface-4.0.5-py2.6-win32.egg\zope\interface\adapter.py", line 601, in subscribers
subscription(*objects)
File "c:\eggs\zope.app.appsetup-3.16.0-py2.6.egg\zope\app\appsetup\bootstrap.py", line 160, in bootStrapSubscriber
db, connection, root, root_folder = getInformationFromEvent(event)
File "c:\eggs\zope.app.appsetup-3.16.0-py2.6.egg\zope\app\appsetup\bootstrap.py", line 145, in getInformationFromEvent
root_folder = root.get(ZopePublication.root_name, None)
File "c:\eggs\zodb3-3.10.5-py2.6-win32.egg\ZODB\Connection.py", line 860, in setstate
self._setstate(obj)
File "c:\eggs\zodb3-3.10.5-py2.6-win32.egg\ZODB\Connection.py", line 915, in _setstate
obj._p_serial = serial
ValueError: _p_serial must be an 8-character bytes array
So that's, you know, *interesting*.
I've no clue, and also cannot reproduce locally.
I wish we knew what `serial` actually was.
(Silly idea: log all exceptions in tests to a Sentry instance, then we
could browse around and inspect stack locals. Hm, maybe s/silly/genius/.)
> [3] winbot / z3c.form_py_265_32
Actual failure in c:\buildslave\z3c.form\build\src\z3c\form\tests\..\group.txt:
The test expects two field errors:
Last Name: Required input is missing.
Address: Required input is missing.
it gets only one error:
Last Name: Required input is missing.
Oh, and I can't reproduce this by running tox in git master.
> [4] winbot / z3c.formui_py_265_32
> [5] winbot / zope.datetime_py_265_32
> [6] winbot / zope.i18n_py_265_32
Last builds successful for all three.
Marius Gedminas
--
http://pov.lt/ -- Zope 3/BlueBream consulting and development
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: Digital signature
URL: <http://mail.zope.org/pipermail/zope-dev/attachments/20130321/e2c58631/attachment.sig>
More information about the Zope-Dev
mailing list