diff --git a/test/JDBC/input/errorHandling/TestSimpleErrors.sql b/test/JDBC/input/errorHandling/TestSimpleErrors.sql index 95832cfe32f..8d103d4f0e4 100644 --- a/test/JDBC/input/errorHandling/TestSimpleErrors.sql +++ b/test/JDBC/input/errorHandling/TestSimpleErrors.sql @@ -1,3 +1,4 @@ +-- sla_for_parallel_query_enforced 100000 CREATE TABLE simpleErrorTable (a varchar(15) UNIQUE NOT NULL, b nvarchar(25), c int PRIMARY KEY, d char(15) DEFAULT 'Whoops!', e nchar(25), f datetime, g numeric(4,1) CHECK (g >= 103.5)) GO diff --git a/test/JDBC/input/sp_columns_100.sql b/test/JDBC/input/sp_columns_100.sql index 0f222c21d32..a0e9e847e57 100644 --- a/test/JDBC/input/sp_columns_100.sql +++ b/test/JDBC/input/sp_columns_100.sql @@ -1,3 +1,4 @@ +-- sla_for_parallel_query_enforced 55000 -- create tables with most of the datatypes create table var(a char(10), b nchar(9), c nvarchar(8), d varchar(7), e text, f ntext, g varbinary(10), h binary(9), i image, j xml) go diff --git a/test/JDBC/parallel_query_jdbc_schedule b/test/JDBC/parallel_query_jdbc_schedule index a689258739d..4c93ab0fefb 100644 --- a/test/JDBC/parallel_query_jdbc_schedule +++ b/test/JDBC/parallel_query_jdbc_schedule @@ -6,27 +6,11 @@ # 5. To add a test, add test name (without extension, , and . For example if test file name is TestBigInt.txt write TestBigInt) on a new line # These tests are crashing/failing with parallel query mode is on. -#BABEL_2_X_DEV PROBLEMETIC TESTS - -# TIME-OUT -ignore#!#TestSimpleErrorsWithImplicitTran -ignore#!#babel_cursor -ignore#!#TestDatetime-numeric-representation-vu-prepare -ignore#!#TestDatetime-numeric-representation-vu-verify -ignore#!#four-part-names-vu-verify -ignore#!#sp_columns_100 -ignore#!#sys-has_perms_by_name-vu-verify - - -#crashing -ignore#!#sys-server_principals-vu-prepare -ignore#!#sys-server_principals-vu-verify -ignore#!#sys-server_principals-vu-cleanup - #taking too much time to complete ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-prepare ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-verify ignore#!#BABEL-SP_TABLE_PRIVILIGES-vu-cleanup ignore#!#BABEL-3013 ignore#!#BABEL-SP_TABLE_PRIVILEGES -ignore#!#ISC-Columns-vu-verify \ No newline at end of file +ignore#!#ISC-Columns-vu-verify +ignore#!#sys-has_perms_by_name-vu-verify \ No newline at end of file