From 05bd89950f46aeba92fc691b7da95b91f02cc10c Mon Sep 17 00:00:00 2001 From: Anikait Agrawal Date: Wed, 2 Jul 2025 10:27:54 +0000 Subject: [PATCH] Disable TDS fault injection Signed-off-by: Anikait Agrawal --- contrib/babelfishpg_tds/Makefile | 2 +- test/JDBC/jdbc_schedule | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/contrib/babelfishpg_tds/Makefile b/contrib/babelfishpg_tds/Makefile index d734bfd2966..53dc10099a6 100644 --- a/contrib/babelfishpg_tds/Makefile +++ b/contrib/babelfishpg_tds/Makefile @@ -11,7 +11,7 @@ TSQL_SRC = ../babelfishpg_tsql PG_CFLAGS += -Werror -Wfloat-conversion PG_CFLAGS += -fstack-protector-strong -PG_CPPFLAGS += -I$(TSQL_SRC) -I$(PG_SRC) -I$(tds_top_dir) -DFAULT_INJECTOR +PG_CPPFLAGS += -I$(TSQL_SRC) -I$(PG_SRC) -I$(tds_top_dir) # Exclude the following files from the build (sometimes these # files are included in another c file) diff --git a/test/JDBC/jdbc_schedule b/test/JDBC/jdbc_schedule index 713a41da2b8..8aa6aa9434a 100644 --- a/test/JDBC/jdbc_schedule +++ b/test/JDBC/jdbc_schedule @@ -13,6 +13,10 @@ all ignore#!#BABEL-4279 ignore#!#test_search_path +#TDS fault injection framework is meant for internal testing only. So, ignore tds_faultinjection tests in stable branch +ignore#!#tds_faultinjection +ignore#!#babel_tds_fault_injection + # JDBC bulk insert API seems to call SET FMTONLY ON without calling SET FMTONLY OFF, causing some spurious test failures. ignore#!#insertbulk ignore#!#BABEL-SQLvariant