Skip to content

Commit

Permalink
Enable few more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Dipesh Dhameliya committed Jan 24, 2024
1 parent 427110f commit 87b320a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
1 change: 1 addition & 0 deletions test/JDBC/input/errorHandling/TestSimpleErrors.sql
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 1 addition & 0 deletions test/JDBC/input/sp_columns_100.sql
Original file line number Diff line number Diff line change
@@ -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
Expand Down
20 changes: 2 additions & 18 deletions test/JDBC/parallel_query_jdbc_schedule
Original file line number Diff line number Diff line change
Expand Up @@ -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
ignore#!#ISC-Columns-vu-verify
ignore#!#sys-has_perms_by_name-vu-verify

0 comments on commit 87b320a

Please sign in to comment.