sebastian-ardila / google-app-engine-django

Automatically exported from code.google.com/p/google-app-engine-django
Apache License 2.0
0 stars 0 forks source link

KeyError: 'SUPPORTS_TRANSACTIONS' during tests #162

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. python2.5 manage.py test front

What version of the product are you using? On what operating system?
Ubuntu, Python2.5.4; AppEngine 1.3.1, django 1.2beta; google-app-engine-
django/trunk

Please provide any additional information below.

======================================================================
ERROR: test_public_frontpage (front.tests.LazyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/sahid/inchallah/django/test/testcases.py", line 256, in 
__call__
    self._pre_setup()
  File "/var/home/sahid/inchallah/django/test/testcases.py", line 223, in 
_pre_setup
    self._fixture_setup()
  File "/var/home/sahid/inchallah/django/test/testcases.py", line 486, in 
_fixture_setup
    if not connections_support_transactions():
  File "/var/home/sahid/inchallah/django/test/testcases.py", line 475, in 
connections_support_transactions
    for conn in connections.all())
  File "/var/home/sahid/inchallah/django/test/testcases.py", line 475, in 
<genexpr>
    for conn in connections.all())
KeyError: 'SUPPORTS_TRANSACTIONS'

Original issue reported on code.google.com by sahid.fe...@gmail.com on 18 Feb 2010 at 3:13

GoogleCodeExporter commented 9 years ago
Attached patch below

Original comment by felixle...@gmail.com on 3 Jul 2010 at 2:08

Attachments:

GoogleCodeExporter commented 9 years ago
Why is this patch not applied to SVN yet?

Original comment by jonkeat...@gmail.com on 23 Oct 2010 at 11:36

GoogleCodeExporter commented 9 years ago
Why is this patch not applied to SVN yet?

Original comment by jonkeat...@gmail.com on 23 Oct 2010 at 11:36

GoogleCodeExporter commented 9 years ago
Why is this patch not applied to SVN yet?

Original comment by jonkeat...@gmail.com on 23 Oct 2010 at 11:37

GoogleCodeExporter commented 9 years ago
Felix, could you please sign the CLA as described in the README so that we can 
merge this patch?

Original comment by m...@google.com on 26 Oct 2010 at 12:17

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r109.

Original comment by m...@google.com on 27 Oct 2010 at 9:43