Skip to content

Commit 4941ea0

Browse files
authored
Disable TDS fault injection (#3902)
Disable TDS fault injection in Stable branc Signed-off-by: Anikait Agrawal <agraani@amazon.com>
1 parent 1831e91 commit 4941ea0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

contrib/babelfishpg_tds/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ TSQL_SRC = ../babelfishpg_tsql
1111

1212
PG_CFLAGS += -Werror -Wfloat-conversion
1313
PG_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)

test/JDBC/jdbc_schedule

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ all
1313
ignore#!#BABEL-4279
1414
ignore#!#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.
1721
ignore#!#insertbulk
1822
ignore#!#BABEL-SQLvariant

0 commit comments

Comments
 (0)