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

[KYUUBI #4546] Fully exclude metrics dir from git #4547

Closed
wants to merge 1 commit into from
Closed

[KYUUBI #4546] Fully exclude metrics dir from git #4547

wants to merge 1 commit into from

Conversation

zwangsheng
Copy link
Contributor

@zwangsheng zwangsheng commented Mar 17, 2023

Why are the changes needed?

Follow our attitude towards other excluded folders, exclude the entire metrics folder.
Like in .gitignore

embedded_zookeeper/

metrics dir will be created in source code when run KyuubiServer in local IDE.

Close #4546

How was this patch tested?

  • Add some test cases that check the changes thoroughly including negative and positive cases if possible

  • Add screenshots for manual tests if appropriate

  • Run test locally before make a pull request

@github-actions github-actions bot added the kind:infra license, community building, project builds, asf infra related, etc. label Mar 17, 2023
@zwangsheng zwangsheng changed the title [KYUUBI #4546] Ignore full metrics dir in git version control [KYUUBI #4546] Ignore full metrics dir in git version control Mar 17, 2023
@pan3793 pan3793 changed the title [KYUUBI #4546] Ignore full metrics dir in git version control [KYUUBI #4546] Fully exclude metrics dir from git Mar 17, 2023
@pan3793 pan3793 added this to the v1.8.0 milestone Mar 17, 2023
@pan3793 pan3793 closed this in 4d67dac Mar 17, 2023
@pan3793
Copy link
Member

pan3793 commented Mar 17, 2023

Thanks, merged to master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:infra license, community building, project builds, asf infra related, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]Run Kyuubi Server in local IDE, will create metrics dir which should be add to gitignore
2 participants