From ed4b85c40c5c016240a228ab810f364322d7bdaf Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 23 Aug 2019 10:55:33 -0400 Subject: [PATCH] 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) --- test/aaa_profiling/test_orm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.47.2