From 5672f78806c4f9bcdfe383dad8a7c0575f2bb042 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 27 Aug 2013 23:51:34 -0400 Subject: [PATCH] callcounts --- test/profiles.txt | 4 ++-- test/sql/test_returning.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/profiles.txt b/test/profiles.txt index b3c83391bb..a89be0e150 100644 --- a/test/profiles.txt +++ b/test/profiles.txt @@ -319,7 +319,7 @@ test.aaa_profiling.test_resultset.ResultSetTest.test_contains_doesnt_compile 3.3 # TEST: test.aaa_profiling.test_resultset.ResultSetTest.test_string test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.6_sqlite_pysqlite_nocextensions 15447 -test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.7_mysql_mysqldb_cextensions 485 +test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.7_mysql_mysqldb_cextensions 512 test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.7_mysql_mysqldb_nocextensions 15505 test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.7_oracle_cx_oracle_nocextensions 35582 test.aaa_profiling.test_resultset.ResultSetTest.test_string 2.7_postgresql_psycopg2_cextensions 20471 @@ -337,7 +337,7 @@ test.aaa_profiling.test_resultset.ResultSetTest.test_string 3.3_sqlite_pysqlite_ # TEST: test.aaa_profiling.test_resultset.ResultSetTest.test_unicode test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.6_sqlite_pysqlite_nocextensions 15447 -test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.7_mysql_mysqldb_cextensions 485 +test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.7_mysql_mysqldb_cextensions 512 test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.7_mysql_mysqldb_nocextensions 45505 test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.7_oracle_cx_oracle_nocextensions 35572 test.aaa_profiling.test_resultset.ResultSetTest.test_unicode 2.7_postgresql_psycopg2_cextensions 20471 diff --git a/test/sql/test_returning.py b/test/sql/test_returning.py index e7245aa3c6..a4caee55da 100644 --- a/test/sql/test_returning.py +++ b/test/sql/test_returning.py @@ -282,7 +282,7 @@ class ReturnDefaultsTest(fixtures.TablesTest): [None] ) - @testing.fails_on("oracle+cx_oracle", "seems like a cx_oracle bug") + #@testing.fails_on("oracle+cx_oracle", "seems like a cx_oracle bug") def test_insert_non_default_plus_default(self): t1 = self.tables.t1 result = testing.db.execute( -- 2.47.3