]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
callcounts, due to the DummyLock cleanup
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jun 2012 15:46:47 +0000 (11:46 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 23 Jun 2012 15:46:47 +0000 (11:46 -0400)
test/aaa_profiling/test_pool.py

index 0b9b38a5136d9ea9dd65c39a4f585d7e30307100..78abe2a00a17348fe98caaaf9c7ea20f865c623b 100644 (file)
@@ -32,9 +32,9 @@ class QueuePoolTest(fixtures.TestBase, AssertsExecutionResults):
     # probably
     # due to the event mechanics being established
     # or not already...
-    @profiling.function_call_count(72, {'2.4': 63, '2.7':67
-                                            '2.7+cextension':67,
-                                            '3':55},
+    @profiling.function_call_count(72, {'2.4': 68, '2.7':75
+                                            '2.7+cextension':75,
+                                            '3':62},
                                             variance=.10)
     def test_first_connect(self):
         conn = pool.connect()