hbswcsyzx commented on PR #1884: URL: https://github.com/apache/cloudberry/pull/1884#issuecomment-5390390574
The previous Debug workflow run failed before any source test was executed: https://github.com/apache/cloudberry/actions/runs/32447855359 Error when evaluating 'strategy' for job 'test': matrix must define at least one vector The current PR head is 00249af after updating from main. It has no .github workflow differences from the current apache/main. For exact location, in my local checkout the relevant workflow file is: /home/zyf/APACHE/cloudberry/.github/workflows/build-dbg-cloudberry.yml Lines 223-226 define `ALL_TESTS` with an empty `include` list, while line 767 passes the resulting empty value to `strategy.matrix`. The corresponding repository-relative path is `.github/workflows/build-dbg-cloudberry.yml`. The same empty `ALL_TESTS` configuration exists in the current apache/main base branch. Therefore, this appears to be a pre-existing Debug workflow configuration issue, independent of the Issue #1465 source changes. The new Debug run will likely hit the same error once it runs. Could a maintainer please advise whether this should be fixed separately in main, or whether a minimal non-empty Debug test-matrix repair is acceptable in this PR? -- 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]
