Skip to content

Commit c54a9b3

Browse files
[OSS-ONLY] Finalise BABEL_2_15_STABLE (#4133)
* [OSS-ONLY] Finalise BABEL_2_15_STABLE Finalize BABEL_2_15_STABLE branch: Update DEFAULT_BRANCH to point to stable branch. Update workflows to point to stable branch. Disabling TDS fault injection framework Signed-off-by: Shalini Lohia lshalini@amazon.com
1 parent 241ab1f commit c54a9b3

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
DEFAULT_BRANCH=BABEL_2_X_DEV__PG_14_X
1+
DEFAULT_BRANCH=BABEL_2_15_STABLE__PG_14_20

.github/workflows/major-version-upgrade.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
env:
77
OLD_INSTALL_DIR: postgres13
88
NEW_INSTALL_DIR: postgres14
9-
ENGINE_BRANCH_FROM: BABEL_1_X_DEV__PG_13_X
10-
EXTENSION_BRANCH_FROM: BABEL_1_X_DEV
9+
ENGINE_BRANCH_FROM: BABEL_1_5_STABLE__PG_13_9
10+
EXTENSION_BRANCH_FROM: BABEL_1_5_STABLE
1111

1212
runs-on: ubuntu-22.04
1313
steps:

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
@@ -17,6 +17,10 @@ ignore#!#test_search_path
1717
ignore#!#insertbulk
1818
ignore#!#BABEL-SQLvariant
1919

20+
#TDS fault injection framework is meant for internal testing only. So, ignore tds_faultinjection tests in stable branch
21+
ignore#!#tds_faultinjection
22+
ignore#!#babel_tds_fault_injection
23+
2024
# Ignore upgrade tests in normal JDBC run. These are tests that cannot be run in non-upgrade contexts due
2125
# to changing the behavior between pre- and post-commit.
2226
ignore#!#BABEL-2934-vu-prepare

0 commit comments

Comments
 (0)