That test has been added to reproduce a crank issue that should have been fixed in crank 0.6.2, check that you are actually testing with the last crank release.
On Mon, Apr 9, 2012 at 6:01 AM, Michael Pedersen <[email protected]> wrote: > So, I've begun working on getting jenkins fixed. Now that 2.1.5 is out, it > seemed like the next logical step. > > I've run into a pair of issues, though, and I think they might be related. > Since I've been out of the code for so long, and so many improvements have > occurred, asking here seems like the better choice. > > Are we now using the multiprocessing module? If so, we need to add it to the > list of requirements when python version is 2.5. > > Second, when running nosetests on python 2.7 on jenkins, I get a failure. > Specifically, this error: > > ====================================================================== > ERROR: test_not_found > (tests.test_tg_controller_dispatch.TestNotFoundWithIndexController) > ---------------------------------------------------------------------- > Traceback (most recent call last): > File > "/home/hudson/.hudson/jobs/tg-2.2-py2.7/workspace/tests/test_tg_controller_dispatch.py", > line 492, in test_not_found > r = self.app.get('/something', status=404) > File > "/home/hudson/.hudson/jobs/tg-2.2-py2.7/workspace/tg2env/lib/python2.7/site-packages/WebTest-1.2.4-py2.7.egg/webtest/__init__.py", > line 734, in get > expect_errors=expect_errors) > File > "/home/hudson/.hudson/jobs/tg-2.2-py2.7/workspace/tg2env/lib/python2.7/site-packages/WebTest-1.2.4-py2.7.egg/webtest/__init__.py", > line 974, in do_request > self._check_status(status, res) > File > "/home/hudson/.hudson/jobs/tg-2.2-py2.7/workspace/tg2env/lib/python2.7/site-packages/WebTest-1.2.4-py2.7.egg/webtest/__init__.py", > line 1012, in _check_status > "Bad response: %s (not %s)" % (res.status, status)) > AppError: Bad response: 200 OK (not 404) > > Any clues as to why before I dig in? My next immediate task is to prepare > the 2.2 beta release, and get every package for it upgraded as high as > possible, so any help fixing this one error would be most appreciated. > > -- > Michael J. Pedersen > My Online Resume: http://www.icelus.org/ -- Google+ http://plus.ly/pedersen > Google Talk: [email protected] -- Twitter: pedersentg > > -- > You received this message because you are subscribed to the Google Groups > "TurboGears Trunk" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/turbogears-trunk?hl=en. -- You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears-trunk?hl=en.
