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

Minor fix in files locating for Bugfix validate check #46368

Merged
merged 1 commit into from
Feb 14, 2023

Conversation

vdimir
Copy link
Member

@vdimir vdimir commented Feb 13, 2023

Changelog category (leave one):

  • Not for changelog (changelog entry is not required)

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):

...

Documentation entry for user-facing changes

  • Documentation is written (mandatory for new features)

Information about CI checks: https://clickhouse.com/docs/en/development/continuous-integration/

@serxa serxa self-assigned this Feb 13, 2023
@robot-ch-test-poll3 robot-ch-test-poll3 added the pr-not-for-changelog This PR should not be mentioned in the changelog label Feb 13, 2023
fname = fpath.split("/")[3]
fname_without_ext = os.path.splitext(fname)[0]
# Add '.' to the end of the test name not to run all tests with given prefix.
# We do not want to specify exact file extension not to complicate matching and look only for .reference
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What if the .reference file is not changed, but the query does?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indeed, thanks. I returned logic back, just with the change tests/queries/0_stateless/0 to tests/queries/0_stateless/[0-9]{5}

@vdimir vdimir merged commit 726fb4b into master Feb 14, 2023
@vdimir vdimir deleted the vdimir/bugfix-validate-fix branch February 14, 2023 13:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-not-for-changelog This PR should not be mentioned in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants