From 65428cf95023a462ec452d7c6a1a6aff7c4c20a4 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Tue, 31 Dec 2019 13:01:59 -0500 Subject: [PATCH] Bump test_build_query numbers Due to the decreased caching introduced in Ifd93856eba550483f95f9ae63d49f36ab068b85a, callcounts have risen here however they did not pass the threshold in the review. Bump them now instead. Change-Id: Iac1dad695f25b8db2fdb0b6b1d5d9a0b183259b5 --- test/profiles.txt | 29 ++++++++--------------------- 1 file changed, 8 insertions(+), 21 deletions(-) diff --git a/test/profiles.txt b/test/profiles.txt index 89c01f5d1b..08f8874a23 100644 --- a/test/profiles.txt +++ b/test/profiles.txt @@ -1,15 +1,15 @@ # /home/classic/dev/sqlalchemy/test/profiles.txt # This file is written out on a per-environment basis. -# For each test in aaa_profiling, the corresponding function and +# For each test in aaa_profiling, the corresponding function and # environment is located within this file. If it doesn't exist, # the test is skipped. -# If a callcount does exist, it is compared to what we received. +# If a callcount does exist, it is compared to what we received. # assertions are raised if the counts do not match. -# -# To add a new callcount test, apply the function_call_count -# decorator and re-run the tests using the --write-profiles +# +# To add a new callcount test, apply the function_call_count +# decorator and re-run the tests using the --write-profiles # option - this file will be rewritten including the new count. -# +# # TEST: test.aaa_profiling.test_compiler.CompileTest.test_insert @@ -561,21 +561,8 @@ test.aaa_profiling.test_orm.JoinConditionTest.test_a_to_d_aliased 3.7_sqlite_pys # TEST: test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 2.7_mssql_pyodbc_dbapiunicode_nocextensions 439163 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 2.7_mysql_pymysql_dbapiunicode_nocextensions 439268 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 2.7_oracle_cx_oracle_dbapiunicode_nocextensions 439273 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 2.7_postgresql_psycopg2_dbapiunicode_cextensions 439268 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 2.7_postgresql_psycopg2_dbapiunicode_nocextensions 439268 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 2.7_sqlite_pysqlite_dbapiunicode_cextensions 439268 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 2.7_sqlite_pysqlite_dbapiunicode_nocextensions 439263 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_mssql_pyodbc_dbapiunicode_cextensions 478305 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_mssql_pyodbc_dbapiunicode_nocextensions 478305 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_mysql_pymysql_dbapiunicode_cextensions 478410 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_mysql_pymysql_dbapiunicode_nocextensions 478410 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_oracle_cx_oracle_dbapiunicode_cextensions 478410 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_oracle_cx_oracle_dbapiunicode_nocextensions 478410 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_postgresql_psycopg2_dbapiunicode_cextensions 478410 -test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_postgresql_psycopg2_dbapiunicode_nocextensions 478410 +test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 2.7_sqlite_pysqlite_dbapiunicode_cextensions 469268 +test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 2.7_sqlite_pysqlite_dbapiunicode_nocextensions 469263 test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_sqlite_pysqlite_dbapiunicode_cextensions 478410 test.aaa_profiling.test_orm.JoinedEagerLoadTest.test_build_query 3.7_sqlite_pysqlite_dbapiunicode_nocextensions 478410 -- 2.47.2