From: Mike Bayer Date: Fri, 23 Aug 2019 14:55:33 +0000 (-0400) Subject: bump variance on test_merge_load X-Git-Tag: rel_1_3_8~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4820%2Fhead;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git bump variance on test_merge_load 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) --- diff --git a/test/aaa_profiling/test_orm.py b/test/aaa_profiling/test_orm.py index 95b7789046..4e52a77789 100644 --- a/test/aaa_profiling/test_orm.py +++ b/test/aaa_profiling/test_orm.py @@ -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)