From: Mike Bayer Date: Thu, 27 Sep 2007 00:28:58 +0000 (+0000) Subject: zoomark adjustment for the pybot... X-Git-Tag: rel_0_4beta6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b06dc83e7990f07abb00287be7a4ab2d1e4494;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git zoomark adjustment for the pybot... --- diff --git a/CHANGES b/CHANGES index cfba8ff227..35baf8da67 100644 --- a/CHANGES +++ b/CHANGES @@ -19,8 +19,8 @@ CHANGES inheritance relationships need to be constructed in inheritance order (which should be the normal case anyway). -- added "FETCH" to the keywords detected by Postgres to indicate a result-row holding - statement (i.e. in addition to "SELECT"). +- added "FETCH" to the keywords detected by Postgres to indicate a + result-row holding statement (i.e. in addition to "SELECT"). - Added full list of SQLite reserved keywords so that they get escaped properly. diff --git a/test/profiling/zoomark.py b/test/profiling/zoomark.py index a5bad22b3a..305e2a3d99 100644 --- a/test/profiling/zoomark.py +++ b/test/profiling/zoomark.py @@ -44,7 +44,7 @@ class ZooMarkTest(testing.AssertMixin): metadata.create_all() @testing.supported('postgres') - @profiling.profiled('populate', call_range=(4380, 4410), always=True) + @profiling.profiled('populate', call_range=(4350, 4410), always=True) def test_1a_populate(self): Zoo = metadata.tables['Zoo'] Animal = metadata.tables['Animal']