Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix regress test line no failures #109

Merged
merged 1 commit into from
Aug 8, 2023

Conversation

roseduan
Copy link
Contributor

@roseduan roseduan commented Aug 1, 2023

Change logs

These two tests(exttableext and task) will print the line no of functions in regress test. But it may get different results in different OS, like Ubuntu and Kylin.

So just remove the line-no output in tests. It has no effect on the correctness of the results.

Why are the changes needed?

Describe why the changes are necessary.

Does this PR introduce any user-facing change?

If yes, please clarify the previous behavior and the change this PR proposes.

How was this patch tested?

Please detail how the changes were tested, including manual tests and any relevant unit or integration tests.

Contributor's Checklist

Here are some reminders and checklists before/when submitting your pull request, please check them:

  • Make sure your Pull Request has a clear title and commit message. You can take git-commit template as a reference.
  • Sign the Contributor License Agreement as prompted for your first-time contribution.
  • List your communication in the GitHub Issues or Discussions (if has or needed).
  • Document changes.
  • Add tests for the change
  • Pass make installcheck
  • Pass make -C src/test installcheck-cbdb-parallel
  • Feel free to @cloudberrydb/dev team for review and approval when your PR is ready🥳

@roseduan roseduan requested review from yjhjstz and wfnuser August 1, 2023 02:47
@CLAassistant
Copy link

CLAassistant commented Aug 1, 2023

CLA assistant check
All committers have signed the CLA.

These two tests(exttableext and task) will print the line no of functions in regress test.
But it may get different results in different OS, like Ubuntu and Kylin.

So just remove the line-no output in tests. It has no effect on the
correctness of the results.
@roseduan roseduan force-pushed the fix_regress_line_failures branch from 8b3bf3e to 148360a Compare August 3, 2023 10:27
@yjhjstz yjhjstz requested a review from avamingli August 7, 2023 07:03
@my-ship-it my-ship-it merged commit 4a9c401 into apache:main Aug 8, 2023
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.

6 participants