]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
bump variance on test_merge_load 4820/head
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Aug 2019 14:55:33 +0000 (10:55 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Aug 2019 14:56:18 +0000 (10:56 -0400)
This test is very sensitive and fluctuates a lot, failing builds,
bump the variance to try and resolve.

Change-Id: Ia19bb8871b432059cb3917ca0050a68f75c0a0f2
(cherry picked from commit e429ef1d31343b99e885f58a79800ae490155294)

test/aaa_profiling/test_orm.py

index 95b7789046d41611713572dc81a5ffff576ea368..4e52a777895c505a1b1c48b29cd85c01deb4d20a 100644 (file)
@@ -111,7 +111,7 @@ class MergeTest(fixtures.MappedTest):
         # using sqlite3 the C extension took it back up to approx. 1257
         # (py2.6)
 
-        @profiling.function_call_count()
+        @profiling.function_call_count(variance=0.10)
         def go():
             sess2.merge(p1)