CI: Enable PAX module in Coverity scan workflow#1050
Merged
tuhaihe merged 1 commit intoapache:mainfrom Apr 16, 2025
Merged
Conversation
my-ship-it
approved these changes
Apr 15, 2025
12 tasks
Member
Author
|
Also can use the following setting to load the submodules: steps:
- name: Checkout Apache Cloudberry
uses: actions/checkout@v4
with:
fetch-depth: 1
submodules: true |
Member
Author
|
The Coverity scan workflow failed today again: https://github.com/apache/cloudberry/actions/runs/14481808387/job/40620110528 and returned the same error. |
jiaqizho
approved these changes
Apr 16, 2025
The PAX storage module was missing from the daily Coverity static analysis scan, which left potential code issues undetected. This change ensures PAX module is properly initialized and included in the scan process, providing better code quality coverage for the entire project. Changes made: - Added `git submodule update --init` command before configure - Added `--enable-pax` flag to configure options Before this PR, the Coverity scan had errors because of the PAX feature is introduced. See: apache#1049
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The PAX storage module was missing from the daily Coverity static analysis scan, which left potential code issues undetected. This change ensures PAX module is properly initialized and included in the scan process, providing better code quality coverage for the entire project.
Changes made:
git submodule update --initcommand before configure--enable-paxflag to configure optionsBefore this PR, the Coverity scan had errors because of the PAX feature is introduced.
See: #1049
Fixes #ISSUE_Number
What does this PR do?
Type of Change
Breaking Changes
Test Plan
make installcheckmake -C src/test installcheck-cbdb-parallelImpact
Performance:
User-facing changes:
Dependencies:
Checklist
Additional Context
CI Skip Instructions