Skip to content

Conversation

@dkovalev1
Copy link

PXF external table component contains a directory with unit tests. These tests
have not been updated for a while and seem to be broken now. However, ongoing
development can benefit from having unit tests ready to use.

The problem with these tests is that PXF heavily uses database internals, such
as strings, memory management, transaction states, etc. While PXF was part of
the core distribution, this was not an issue since the tests were integrated
into the GP unit test system. However, when PXF became an independent component
without references to the database source code, the problem arose. This was
perhaps the main reason the tests were abandoned.

This commit enables the tests to be built and run. However, many of the tests
remain disabled as the environment has changed significantly, and a considerable
amount of effort is still required to resurrect them. These tests have been
commented out, and compiler warnings will serve as a reminder that this work is
not yet finished.

@Stolb27 Stolb27 marked this pull request as draft January 20, 2025 07:32
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.

2 participants