diff --git a/test/JDBC/expected/BABEL-1435.out b/test/JDBC/expected/BABEL-1435.out index 1d77204f8b..14db616e1e 100644 --- a/test/JDBC/expected/BABEL-1435.out +++ b/test/JDBC/expected/BABEL-1435.out @@ -175,29 +175,6 @@ GO DROP DATABASE db1; GO --- Set current_user for testing db mode -IF (SELECT 1 FROM pg_roles WHERE rolname='jdbc_user') = 1 -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'jdbc_user', false)) - SELECT NULL - FROM SET_CTE -END -ELSE -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'babeltestuser', false)) - SELECT NULL - FROM SET_CTE -END -GO -~~START~~ -int - -~~END~~ - SELECT name FROM sys.sysdatabases ORDER BY name; GO @@ -454,29 +431,6 @@ GO DROP DATABASE db1; GO --- Set current_user for testing db mode -IF (SELECT 1 FROM pg_roles WHERE rolname='jdbc_user') = 1 -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'jdbc_user', false)) - SELECT NULL - FROM SET_CTE -END -ELSE -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'babeltestuser', false)) - SELECT NULL - FROM SET_CTE -END -GO -~~START~~ -int - -~~END~~ - SELECT name FROM sys.sysdatabases ORDER BY name; GO diff --git a/test/JDBC/expected/BABEL-1446.out b/test/JDBC/expected/BABEL-1446.out index e618d69f66..1caf5211c9 100644 --- a/test/JDBC/expected/BABEL-1446.out +++ b/test/JDBC/expected/BABEL-1446.out @@ -87,14 +87,6 @@ int -- test multi-db mode -SELECT set_config('role', 'jdbc_user', false); -GO -~~START~~ -text -jdbc_user -~~END~~ - - CREATE DATABASE db1; GO @@ -225,14 +217,6 @@ int -- test multi-db mode -SELECT set_config('role', 'jdbc_user', false); -GO -~~START~~ -text -jdbc_user -~~END~~ - - CREATE DATABASE db1 COLLATE BBF_Unicode_CP1_CI_AI; GO diff --git a/test/JDBC/expected/babelfish_migration_mode-vu-verify.out b/test/JDBC/expected/babelfish_migration_mode-vu-verify.out index a0dd8d501a..29d1092244 100644 --- a/test/JDBC/expected/babelfish_migration_mode-vu-verify.out +++ b/test/JDBC/expected/babelfish_migration_mode-vu-verify.out @@ -96,14 +96,6 @@ GO ~~ROW COUNT: 1~~ -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - SELECT current_setting('babelfishpg_tsql.migration_mode') GO ~~START~~ @@ -240,28 +232,12 @@ int USE master GO -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - -- should fail in single-db USE babelfish_migration_mode_db2 GO -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - SELECT current_setting('babelfishpg_tsql.migration_mode') GO ~~START~~ @@ -387,14 +363,6 @@ int USE master GO -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - SELECT current_setting('babelfishpg_tsql.migration_mode') GO ~~START~~ @@ -407,14 +375,6 @@ multi-db USE babelfish_migration_mode_db2 GO -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - SELECT current_setting('babelfishpg_tsql.migration_mode') GO ~~START~~ @@ -444,14 +404,6 @@ GO DROP DATABASE babelfish_migration_mode_db2 GO -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - INSERT INTO babelfish_migration_mode_catalog_status2 @@ -486,25 +438,6 @@ varchar#!#int TRUNCATE TABLE babelfish_migration_mode_catalog_status2 GO -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - --- Reset migration mode to default -DECLARE @mig_mode VARCHAR(10) -SET @mig_mode = (SELECT mig_mode FROM babelfish_migration_mode_tbl WHERE id_num = 1) -SELECT CASE WHEN (SELECT set_config('babelfishpg_tsql.migration_mode', @mig_mode, false)) IS NOT NULL THEN 1 ELSE 0 END -GO -~~START~~ -int -1 -~~END~~ - - INSERT INTO babelfish_migration_mode_catalog_status2 SELECT 'sys.babelfish_sysdatabases', COUNT(*) FROM sys.babelfish_sysdatabases GO diff --git a/test/JDBC/expected/single_db/BABEL-1435.out b/test/JDBC/expected/single_db/BABEL-1435.out index 8cb3916d68..355724d5db 100644 --- a/test/JDBC/expected/single_db/BABEL-1435.out +++ b/test/JDBC/expected/single_db/BABEL-1435.out @@ -183,29 +183,6 @@ GO DROP DATABASE db1; GO --- Set current_user for testing db mode -IF (SELECT 1 FROM pg_roles WHERE rolname='jdbc_user') = 1 -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'jdbc_user', false)) - SELECT NULL - FROM SET_CTE -END -ELSE -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'babeltestuser', false)) - SELECT NULL - FROM SET_CTE -END -GO -~~START~~ -int - -~~END~~ - SELECT name FROM sys.sysdatabases ORDER BY name; GO @@ -473,29 +450,6 @@ GO DROP DATABASE db1; GO --- Set current_user for testing db mode -IF (SELECT 1 FROM pg_roles WHERE rolname='jdbc_user') = 1 -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'jdbc_user', false)) - SELECT NULL - FROM SET_CTE -END -ELSE -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'babeltestuser', false)) - SELECT NULL - FROM SET_CTE -END -GO -~~START~~ -int - -~~END~~ - SELECT name FROM sys.sysdatabases ORDER BY name; GO diff --git a/test/JDBC/expected/single_db/BABEL-1446.out b/test/JDBC/expected/single_db/BABEL-1446.out index e903e7adfd..1aa14f500c 100644 --- a/test/JDBC/expected/single_db/BABEL-1446.out +++ b/test/JDBC/expected/single_db/BABEL-1446.out @@ -87,14 +87,6 @@ int -- test multi-db mode -SELECT set_config('role', 'jdbc_user', false); -GO -~~START~~ -text -jdbc_user -~~END~~ - - CREATE DATABASE db1; GO @@ -233,14 +225,6 @@ int -- test multi-db mode -SELECT set_config('role', 'jdbc_user', false); -GO -~~START~~ -text -jdbc_user -~~END~~ - - CREATE DATABASE db1 COLLATE BBF_Unicode_CP1_CI_AI; GO diff --git a/test/JDBC/expected/single_db/babelfish_migration_mode-vu-verify.out b/test/JDBC/expected/single_db/babelfish_migration_mode-vu-verify.out index 58d3dbc7c9..10411b1462 100644 --- a/test/JDBC/expected/single_db/babelfish_migration_mode-vu-verify.out +++ b/test/JDBC/expected/single_db/babelfish_migration_mode-vu-verify.out @@ -96,14 +96,6 @@ GO ~~ROW COUNT: 1~~ -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - SELECT current_setting('babelfishpg_tsql.migration_mode') GO ~~START~~ @@ -247,14 +239,6 @@ int USE master GO -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - -- should fail in single-db @@ -265,14 +249,6 @@ GO ~~ERROR (Message: database "babelfish_migration_mode_db2" does not exist)~~ -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - SELECT current_setting('babelfishpg_tsql.migration_mode') GO ~~START~~ @@ -413,14 +389,6 @@ int USE master GO -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - SELECT current_setting('babelfishpg_tsql.migration_mode') GO ~~START~~ @@ -437,14 +405,6 @@ GO ~~ERROR (Message: database "babelfish_migration_mode_db2" does not exist)~~ -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - SELECT current_setting('babelfishpg_tsql.migration_mode') GO ~~START~~ @@ -482,14 +442,6 @@ GO ~~ERROR (Message: database "babelfish_migration_mode_db2" does not exist)~~ -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - INSERT INTO babelfish_migration_mode_catalog_status2 @@ -524,25 +476,6 @@ varchar#!#int TRUNCATE TABLE babelfish_migration_mode_catalog_status2 GO -SELECT set_config('role', 'jdbc_user', false) -GO -~~START~~ -text -jdbc_user -~~END~~ - - --- Reset migration mode to default -DECLARE @mig_mode VARCHAR(10) -SET @mig_mode = (SELECT mig_mode FROM babelfish_migration_mode_tbl WHERE id_num = 1) -SELECT CASE WHEN (SELECT set_config('babelfishpg_tsql.migration_mode', @mig_mode, false)) IS NOT NULL THEN 1 ELSE 0 END -GO -~~START~~ -int -1 -~~END~~ - - INSERT INTO babelfish_migration_mode_catalog_status2 SELECT 'sys.babelfish_sysdatabases', COUNT(*) FROM sys.babelfish_sysdatabases GO diff --git a/test/JDBC/input/BABEL-1435.sql b/test/JDBC/input/BABEL-1435.sql index 9abe5de11f..9795ed1059 100644 --- a/test/JDBC/input/BABEL-1435.sql +++ b/test/JDBC/input/BABEL-1435.sql @@ -67,24 +67,6 @@ GO DROP DATABASE db1; GO --- Set current_user for testing db mode -IF (SELECT 1 FROM pg_roles WHERE rolname='jdbc_user') = 1 -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'jdbc_user', false)) - SELECT NULL - FROM SET_CTE -END -ELSE -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'babeltestuser', false)) - SELECT NULL - FROM SET_CTE -END -GO SELECT name FROM sys.sysdatabases ORDER BY name; GO @@ -186,24 +168,6 @@ GO DROP DATABASE db1; GO --- Set current_user for testing db mode -IF (SELECT 1 FROM pg_roles WHERE rolname='jdbc_user') = 1 -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'jdbc_user', false)) - SELECT NULL - FROM SET_CTE -END -ELSE -BEGIN - WITH SET_CTE - AS - (SELECT set_config('role', 'babeltestuser', false)) - SELECT NULL - FROM SET_CTE -END -GO SELECT name FROM sys.sysdatabases ORDER BY name; GO diff --git a/test/JDBC/input/BABEL-1446.sql b/test/JDBC/input/BABEL-1446.sql index 3697f9f760..6552c6f563 100644 --- a/test/JDBC/input/BABEL-1446.sql +++ b/test/JDBC/input/BABEL-1446.sql @@ -53,9 +53,6 @@ AND "member" = (SELECT oid FROM pg_roles WHERE rolname = 'db_owner'); GO -- test multi-db mode -SELECT set_config('role', 'jdbc_user', false); -GO - CREATE DATABASE db1; GO @@ -136,9 +133,6 @@ AND "member" = (SELECT oid FROM pg_roles WHERE rolname = 'db_owner'); GO -- test multi-db mode -SELECT set_config('role', 'jdbc_user', false); -GO - CREATE DATABASE db1 COLLATE BBF_Unicode_CP1_CI_AI; GO diff --git a/test/JDBC/input/ownership/babelfish_migration_mode-vu-verify.mix b/test/JDBC/input/ownership/babelfish_migration_mode-vu-verify.mix index f6e217ef8f..23f8e286e3 100644 --- a/test/JDBC/input/ownership/babelfish_migration_mode-vu-verify.mix +++ b/test/JDBC/input/ownership/babelfish_migration_mode-vu-verify.mix @@ -37,9 +37,6 @@ INSERT INTO babelfish_migration_mode_catalog_status SELECT 'sys.babelfish_authid_user_ext', COUNT(*) FROM sys.babelfish_authid_user_ext GO -SELECT set_config('role', 'jdbc_user', false) -GO - SELECT current_setting('babelfishpg_tsql.migration_mode') GO @@ -109,18 +106,12 @@ GO USE master GO -SELECT set_config('role', 'jdbc_user', false) -GO - -- should fail in single-db USE babelfish_migration_mode_db2 GO -SELECT set_config('role', 'jdbc_user', false) -GO - SELECT current_setting('babelfishpg_tsql.migration_mode') GO @@ -186,9 +177,6 @@ GO USE master GO -SELECT set_config('role', 'jdbc_user', false) -GO - SELECT current_setting('babelfishpg_tsql.migration_mode') GO @@ -196,9 +184,6 @@ GO USE babelfish_migration_mode_db2 GO -SELECT set_config('role', 'jdbc_user', false) -GO - SELECT current_setting('babelfishpg_tsql.migration_mode') GO @@ -218,9 +203,6 @@ GO DROP DATABASE babelfish_migration_mode_db2 GO -SELECT set_config('role', 'jdbc_user', false) -GO - INSERT INTO babelfish_migration_mode_catalog_status2 @@ -243,15 +225,6 @@ GO TRUNCATE TABLE babelfish_migration_mode_catalog_status2 GO -SELECT set_config('role', 'jdbc_user', false) -GO - --- Reset migration mode to default -DECLARE @mig_mode VARCHAR(10) -SET @mig_mode = (SELECT mig_mode FROM babelfish_migration_mode_tbl WHERE id_num = 1) -SELECT CASE WHEN (SELECT set_config('babelfishpg_tsql.migration_mode', @mig_mode, false)) IS NOT NULL THEN 1 ELSE 0 END -GO - INSERT INTO babelfish_migration_mode_catalog_status2 SELECT 'sys.babelfish_sysdatabases', COUNT(*) FROM sys.babelfish_sysdatabases GO diff --git a/test/JDBC/jdbc_schedule b/test/JDBC/jdbc_schedule index ddb43e7efd..98d163f437 100644 --- a/test/JDBC/jdbc_schedule +++ b/test/JDBC/jdbc_schedule @@ -10,12 +10,6 @@ all -ignore#!#BABEL-1435 -ignore#!#BABEL-1446 -ignore#!#babelfish_migration_mode-vu-prepare -ignore#!#babelfish_migration_mode-vu-verify -ignore#!#babelfish_migration_mode-vu-cleanup - # BABEL-SP_FKEYS test is very slow and causing github action timeout. # JDBC bulk insert API seems to call SET FMTONLY ON without calling SET FMTONLY OFF, causing some spurious test failures. diff --git a/test/JDBC/singledb_jdbc_schedule b/test/JDBC/singledb_jdbc_schedule index cf7c71eb50..3411f4386d 100644 --- a/test/JDBC/singledb_jdbc_schedule +++ b/test/JDBC/singledb_jdbc_schedule @@ -13,4 +13,3 @@ ignore#!#db_owner-vu-verify ignore#!#db_owner-vu-cleanup ignore#!#test_search_path - diff --git a/test/JDBC/upgrade/13_4/schedule b/test/JDBC/upgrade/13_4/schedule index c517d9cf4e..75771952f2 100644 --- a/test/JDBC/upgrade/13_4/schedule +++ b/test/JDBC/upgrade/13_4/schedule @@ -77,6 +77,7 @@ babel_datatype_sqlvariant BABEL-EXTENDEDPROPERTY-before-15_4 babelfish_authid_login_ext babelfish_cast_floor +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/13_5/schedule b/test/JDBC/upgrade/13_5/schedule index 251f49cffb..debb792c0f 100644 --- a/test/JDBC/upgrade/13_5/schedule +++ b/test/JDBC/upgrade/13_5/schedule @@ -83,6 +83,7 @@ babel_datatype_sqlvariant BABEL-EXTENDEDPROPERTY-before-15_4 babelfish_authid_login_ext babelfish_cast_floor +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/13_6/schedule b/test/JDBC/upgrade/13_6/schedule index 6696d3038c..5229e86699 100644 --- a/test/JDBC/upgrade/13_6/schedule +++ b/test/JDBC/upgrade/13_6/schedule @@ -106,6 +106,7 @@ babelfish_authid_login_ext babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/13_7/schedule b/test/JDBC/upgrade/13_7/schedule index ba5409c799..f2c678f230 100644 --- a/test/JDBC/upgrade/13_7/schedule +++ b/test/JDBC/upgrade/13_7/schedule @@ -104,6 +104,7 @@ babelfish_authid_login_ext babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/13_8/schedule b/test/JDBC/upgrade/13_8/schedule index 6b6e2dc357..2b0ce2a271 100644 --- a/test/JDBC/upgrade/13_8/schedule +++ b/test/JDBC/upgrade/13_8/schedule @@ -104,6 +104,7 @@ babelfish_authid_login_ext babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/13_9/schedule b/test/JDBC/upgrade/13_9/schedule index 7114e18b3b..e5cfec582b 100644 --- a/test/JDBC/upgrade/13_9/schedule +++ b/test/JDBC/upgrade/13_9/schedule @@ -103,6 +103,7 @@ babelfish_authid_login_ext babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/14_10/schedule b/test/JDBC/upgrade/14_10/schedule index 8b99645556..dbf13a2b0b 100644 --- a/test/JDBC/upgrade/14_10/schedule +++ b/test/JDBC/upgrade/14_10/schedule @@ -179,6 +179,7 @@ babelfish_namespace_ext babelfish_authid_login_ext babelfish_authid_user_ext babelfish_inconsistent_metadata +babelfish_migration_mode schema_resolution_func BABEL-3147-before-16_3-or-15_7-or-14_12 collation_tests_arabic diff --git a/test/JDBC/upgrade/14_11/schedule b/test/JDBC/upgrade/14_11/schedule index 87e1d79b9f..694153db54 100644 --- a/test/JDBC/upgrade/14_11/schedule +++ b/test/JDBC/upgrade/14_11/schedule @@ -180,6 +180,7 @@ babelfish_namespace_ext babelfish_authid_login_ext babelfish_authid_user_ext babelfish_inconsistent_metadata +babelfish_migration_mode schema_resolution_func BABEL-3147-before-16_3-or-15_7-or-14_12 collation_tests_arabic diff --git a/test/JDBC/upgrade/14_12/schedule b/test/JDBC/upgrade/14_12/schedule index b462ef763d..b45b85fa19 100644 --- a/test/JDBC/upgrade/14_12/schedule +++ b/test/JDBC/upgrade/14_12/schedule @@ -178,6 +178,7 @@ babelfish_namespace_ext babelfish_authid_login_ext babelfish_authid_user_ext babelfish_inconsistent_metadata +babelfish_migration_mode schema_resolution_func BABEL-3147 collation_tests_arabic diff --git a/test/JDBC/upgrade/14_13/schedule b/test/JDBC/upgrade/14_13/schedule index f5b318bf05..0e089fea64 100644 --- a/test/JDBC/upgrade/14_13/schedule +++ b/test/JDBC/upgrade/14_13/schedule @@ -178,6 +178,7 @@ babelfish_namespace_ext babelfish_authid_login_ext babelfish_authid_user_ext babelfish_inconsistent_metadata +babelfish_migration_mode schema_resolution_func BABEL-3147 collation_tests_arabic diff --git a/test/JDBC/upgrade/14_15/schedule b/test/JDBC/upgrade/14_15/schedule index c9fa1b79f8..f02bb2cf3b 100644 --- a/test/JDBC/upgrade/14_15/schedule +++ b/test/JDBC/upgrade/14_15/schedule @@ -178,6 +178,7 @@ babelfish_namespace_ext babelfish_authid_login_ext babelfish_authid_user_ext babelfish_inconsistent_metadata +babelfish_migration_mode schema_resolution_func BABEL-3147 collation_tests_arabic diff --git a/test/JDBC/upgrade/14_3/schedule b/test/JDBC/upgrade/14_3/schedule index 6bc61a5415..47352124e2 100644 --- a/test/JDBC/upgrade/14_3/schedule +++ b/test/JDBC/upgrade/14_3/schedule @@ -109,6 +109,7 @@ babelfish_authid_login_ext babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/14_5/schedule b/test/JDBC/upgrade/14_5/schedule index acc7f55389..86ba828975 100644 --- a/test/JDBC/upgrade/14_5/schedule +++ b/test/JDBC/upgrade/14_5/schedule @@ -108,6 +108,7 @@ babelfish_authid_login_ext babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/14_6/schedule b/test/JDBC/upgrade/14_6/schedule index 93e2e74f57..8df42f7943 100644 --- a/test/JDBC/upgrade/14_6/schedule +++ b/test/JDBC/upgrade/14_6/schedule @@ -123,6 +123,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/14_7/schedule b/test/JDBC/upgrade/14_7/schedule index 808ca81baf..d525e680be 100644 --- a/test/JDBC/upgrade/14_7/schedule +++ b/test/JDBC/upgrade/14_7/schedule @@ -134,6 +134,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/14_8/schedule b/test/JDBC/upgrade/14_8/schedule index 230cac9bcf..088ab57d9c 100644 --- a/test/JDBC/upgrade/14_8/schedule +++ b/test/JDBC/upgrade/14_8/schedule @@ -132,6 +132,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/14_9/schedule b/test/JDBC/upgrade/14_9/schedule index d1eeca037e..08168dda66 100644 --- a/test/JDBC/upgrade/14_9/schedule +++ b/test/JDBC/upgrade/14_9/schedule @@ -179,6 +179,7 @@ babelfish_namespace_ext babelfish_authid_login_ext babelfish_authid_user_ext babelfish_inconsistent_metadata +babelfish_migration_mode schema_resolution_func BABEL-3147-before-16_3-or-15_7-or-14_12 collation_tests_arabic diff --git a/test/JDBC/upgrade/15_1/schedule b/test/JDBC/upgrade/15_1/schedule index 9a28261993..ba704815c4 100644 --- a/test/JDBC/upgrade/15_1/schedule +++ b/test/JDBC/upgrade/15_1/schedule @@ -122,6 +122,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/15_10/schedule b/test/JDBC/upgrade/15_10/schedule index d5b7aaf529..b73b74cfda 100644 --- a/test/JDBC/upgrade/15_10/schedule +++ b/test/JDBC/upgrade/15_10/schedule @@ -151,6 +151,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/15_2/schedule b/test/JDBC/upgrade/15_2/schedule index 8b43bf0893..e68a0870f5 100644 --- a/test/JDBC/upgrade/15_2/schedule +++ b/test/JDBC/upgrade/15_2/schedule @@ -133,6 +133,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/15_3/schedule b/test/JDBC/upgrade/15_3/schedule index b973c7b0d5..d30d4dccd6 100644 --- a/test/JDBC/upgrade/15_3/schedule +++ b/test/JDBC/upgrade/15_3/schedule @@ -143,6 +143,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/15_4/schedule b/test/JDBC/upgrade/15_4/schedule index 3a5f2bec77..d7bfec90f2 100644 --- a/test/JDBC/upgrade/15_4/schedule +++ b/test/JDBC/upgrade/15_4/schedule @@ -145,6 +145,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string-before-15-5-or-14-10 diff --git a/test/JDBC/upgrade/15_5/schedule b/test/JDBC/upgrade/15_5/schedule index 528cf0bba8..d085bc4a4c 100644 --- a/test/JDBC/upgrade/15_5/schedule +++ b/test/JDBC/upgrade/15_5/schedule @@ -148,6 +148,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/15_6/schedule b/test/JDBC/upgrade/15_6/schedule index f10a2a9787..5d73d2bf8a 100644 --- a/test/JDBC/upgrade/15_6/schedule +++ b/test/JDBC/upgrade/15_6/schedule @@ -151,6 +151,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/15_7/schedule b/test/JDBC/upgrade/15_7/schedule index 902dd270a5..8f9a091f63 100644 --- a/test/JDBC/upgrade/15_7/schedule +++ b/test/JDBC/upgrade/15_7/schedule @@ -152,6 +152,7 @@ babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker check_for_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/15_8/schedule b/test/JDBC/upgrade/15_8/schedule index 18a391248c..1b3856fe35 100644 --- a/test/JDBC/upgrade/15_8/schedule +++ b/test/JDBC/upgrade/15_8/schedule @@ -151,6 +151,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/16_1/schedule b/test/JDBC/upgrade/16_1/schedule index c7b658f7a6..08d5dcb10e 100644 --- a/test/JDBC/upgrade/16_1/schedule +++ b/test/JDBC/upgrade/16_1/schedule @@ -150,6 +150,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/16_2/schedule b/test/JDBC/upgrade/16_2/schedule index 7efd7c90d2..ad5c7d9ec9 100644 --- a/test/JDBC/upgrade/16_2/schedule +++ b/test/JDBC/upgrade/16_2/schedule @@ -151,6 +151,7 @@ babelfish_authid_user_ext babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/16_3/schedule b/test/JDBC/upgrade/16_3/schedule index 4432bc74a0..6d2164b7d5 100644 --- a/test/JDBC/upgrade/16_3/schedule +++ b/test/JDBC/upgrade/16_3/schedule @@ -151,6 +151,7 @@ babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker check_for_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/16_4/schedule b/test/JDBC/upgrade/16_4/schedule index 28dc723b76..2cffc4520f 100644 --- a/test/JDBC/upgrade/16_4/schedule +++ b/test/JDBC/upgrade/16_4/schedule @@ -151,6 +151,7 @@ babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker check_for_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/16_6/schedule b/test/JDBC/upgrade/16_6/schedule index 3afb95b83e..a8243aef2a 100644 --- a/test/JDBC/upgrade/16_6/schedule +++ b/test/JDBC/upgrade/16_6/schedule @@ -151,6 +151,7 @@ babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker check_for_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string diff --git a/test/JDBC/upgrade/latest/schedule b/test/JDBC/upgrade/latest/schedule index 763cd02809..9bdf0112f1 100644 --- a/test/JDBC/upgrade/latest/schedule +++ b/test/JDBC/upgrade/latest/schedule @@ -150,6 +150,7 @@ babelfish_cast_floor babelfish_inconsistent_metadata babelfish_integrity_checker check_for_inconsistent_metadata +babelfish_migration_mode babelfish_namespace_ext babelfish_sysdatabases babel_function_string