Changeset 310
- Timestamp:
- 10/03/06 23:24:44
- Files:
-
- trunk/storage/geniusql.py (modified) (1 diff)
- trunk/test/zoo_fixture.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/storage/geniusql.py
r309 r310 1457 1457 1458 1458 transaction_key = threading._get_ident 1459 implicit_trans = True1459 implicit_trans = False 1460 1460 1461 1461 def get_transaction(self, new=False): trunk/test/zoo_fixture.py
r309 r310 682 682 # Test transaction commit 683 683 if not hasattr(zoostore, "db"): 684 print "not a db (skipped) ",684 print "not a db (skipped) ", 685 685 return 686 686 … … 734 734 from dejavu.test import test_context 735 735 except ImportError: 736 print "'with ... as' not supported (skipped) ",736 print "'with ... as' not supported (skipped) ", 737 737 else: 738 738 test_context.test_with_context(arena) 739 739 740 740 def test_Multithreading(self): 741 print "skipped ",742 return741 ## print "skipped ", 742 ## return 743 743 744 744 # Test threads overlapping on separate sandboxes
