MisterRaindrop opened a new pull request, #18:
URL: https://github.com/apache/cloudberry-pxf/pull/18

   <!--Thank you for contributing! -->
   <!--In case of an existing issue or discussions, please reference it-->
   
   <!--Remove this section if no corresponding issue.-->
   
   ---
   
   ## Change logs
   
   Cloudberry PXF Integration Testing Framework
   
   This is a Docker-based integration testing framework for Cloudberry Database 
and PXF (Platform Extension Framework)
   connector.
   
   Key Features:
   - **Unified Architecture**: Ubuntu 22.04 base images for consistent 
environment
   - **Multi-container Setup**:
     - singlecluster: Hadoop ecosystem (HDFS, YARN)
     - Cloudberry Database + PXF connector
   - **Automated CI/CD**: GitHub Actions pipeline with build, test, and 
artifact collection
   
   Major Improvements:
   - **Enhanced Workflows**: Improved GitHub Actions with better error handling 
and reporting
   - **Test Automation**: Comprehensive test suite with detailed result 
reporting
   - **Configuration Management**: Resolved PXF profile conflicts and 
configuration issues
   
   Local Development Workflow:
   
   First stage: 
   git clone cloudberry-pxf and cloudberry in the same directory. They need to 
be mounted to Docker.
   then `cd cloudberry-pxf` and run command.   
   
   ```
   docker compose -f concourse/docker/pxf-cbdb-dev/ubuntu/docker-compose.yml 
down -v
             
   docker compose -f concourse/docker/pxf-cbdb-dev/ubuntu/docker-compose.yml 
build
   
   docker compose -f concourse/docker/pxf-cbdb-dev/ubuntu/docker-compose.yml up 
-d
   
   docker exec pxf-cbdb-dev bash -lc \
   "cd 
/home/gpadmin/workspace/cloudberry-pxf/concourse/docker/pxf-cbdb-dev/ubuntu && 
./script/entrypoint.sh"
   
   docker exec pxf-cbdb-dev bash -lc \
   "cd 
/home/gpadmin/workspace/cloudberry-pxf/concourse/docker/pxf-cbdb-dev/ubuntu && 
./script/run_tests.sh"
   ```
   ## Contributor's checklist
   
   Here are some reminders before you submit your pull request:
   
   * Make sure that your Pull Request has a clear title and commit message. You 
can take the [Git commit 
template](https://github.com/cloudberrydb/cloudberrydb/blob/main/.gitmessage) 
as a reference.
   * Sign the Contributor License Agreement as prompted for your first-time 
contribution (*One-time setup*).
   * Learn the [code contribution](https://cloudberrydb.org/contribute/code) 
and [doc contribution](https://cloudberrydb.org/contribute/doc) guides for 
better collaboration.
   * List your communications in the [GitHub 
Issues](https://github.com/cloudberrydb/cloudberrydb-site/issues) or 
[Discussions](https://github.com/orgs/cloudberrydb/discussions) (if has or 
needed).
   * Feel free to ask for the cloudberrydb team to help review and approve.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to