File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ TSQL_SRC = ../babelfishpg_tsql
1111
1212PG_CFLAGS += -Werror -Wfloat-conversion
1313PG_CFLAGS += -fstack-protector-strong
14- PG_CPPFLAGS += -I$(TSQL_SRC ) -I$(PG_SRC ) -I$(tds_top_dir ) -DFAULT_INJECTOR
14+ PG_CPPFLAGS += -I$(TSQL_SRC ) -I$(PG_SRC ) -I$(tds_top_dir )
1515
1616# Exclude the following files from the build (sometimes these
1717# files are included in another c file)
Original file line number Diff line number Diff line change 1313ignore#!#BABEL-4279
1414ignore#!#test_search_path
1515
16+ #TDS fault injection framework is meant for internal testing only. So, ignore tds_faultinjection tests in stable branch
17+ ignore#!#tds_faultinjection
18+ ignore#!#babel_tds_fault_injection
19+
1620# JDBC bulk insert API seems to call SET FMTONLY ON without calling SET FMTONLY OFF, causing some spurious test failures.
1721ignore#!#insertbulk
1822ignore#!#BABEL-SQLvariant
You can’t perform that action at this time.
0 commit comments