Skip to content

Conversation

roseduan
Copy link
Contributor

Some essential files such as postgres_setup.bash and *_postgres_init.sql were missing, causing postgres_fdw regression tests to fail. These files existed in upstream GPDB.
We restored them and fixed the tests so that all cases now pass.

Fixes #ISSUE_Number

What does this PR do?

Type of Change

  • Bug fix (non-breaking change)
  • New feature (non-breaking change)
  • Breaking change (fix or feature with breaking changes)
  • Documentation update

Breaking Changes

Test Plan

  • Unit tests added/updated
  • Integration tests added/updated
  • Passed make installcheck
  • Passed make -C src/test installcheck-cbdb-parallel

Impact

Performance:

User-facing changes:

Dependencies:

Checklist

Additional Context

CI Skip Instructions


@my-ship-it
Copy link
Contributor

Thanks for adding those tests back

@my-ship-it my-ship-it self-requested a review June 26, 2025 01:59
@my-ship-it
Copy link
Contributor

Add running tests to regular CI so that we can protect it?


PG_CPPFLAGS = -I$(libpq_srcdir)
SHLIB_LINK_INTERNAL = -Wl,-Bsymbolic -Wl,-Bstatic -Wl,-Bstatic $(libpq) -Wl,-Bdynamic
SHLIB_LINK_INTERNAL = $(libpq)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

look 667f0c3

Some essential files such as postgres_setup.bash and *_postgres_init.sql
were missing, causing postgres_fdw regression tests to fail.
These files existed in upstream GPDB.
We restored them and fixed the tests so that all cases now pass.
@roseduan roseduan force-pushed the add_postgres_fdw_test_script branch from e3dc13c to c11c286 Compare July 30, 2025 09:19
@roseduan
Copy link
Contributor Author

Add running tests to regular CI so that we can protect it?

Can we add postgres_fdw to our CI ? @edespino

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants