summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2013-08-27 23:51:34 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2013-08-27 23:51:34 -0400
commit5672f78806c4f9bcdfe383dad8a7c0575f2bb042 (patch)
treea38f3ed8c62824827e878c1b0456edb318c33843
parent7bf231232c0f8eb82a88dc75f2759ddaa39265ae (diff)
downloadsqlalchemy-5672f78806c4f9bcdfe383dad8a7c0575f2bb042.tar.gz
callcounts
-rw-r--r--test/profiles.txt4
-rw-r--r--test/sql/test_returning.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/profiles.txt b/test/profiles.txt
index b3c83391b..a89be0e15 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 e7245aa3c..a4caee55d 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(