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

build: ignore report files generated during tests #30921

Closed

Conversation

Flarna
Copy link
Member

@Flarna Flarna commented Dec 12, 2019

At least on windows I get files like report.20191212.212411.11544.0.001.json
in the root of my repo but I expect they shouldn't be committed.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

At least on windows I get files like report.20191212.212411.11544.0.001.json
in the root of my repo but I expect they shouldn't be committed.
@nodejs-github-bot nodejs-github-bot added the meta Issues and PRs related to the general management of the project. label Dec 12, 2019
@BridgeAR
Copy link
Member

I do remember getting those as well before on Linux. This seems like a bug in a test. It should clean up after itself, which it does not seem to do properly. I would rather fix the test though than ignoring these files.

@Flarna
Copy link
Member Author

Flarna commented Dec 12, 2019

Ah ok, that sounds reasonable. Any hints which tests generate such files?

@BridgeAR
Copy link
Member

It's from the newly added report module. It could therefore be any test that corresponds to that module. Seems like we have test/report and test/common/report.js. Especially the latter is probably used by the tests that might be interesting here.

@Flarna
Copy link
Member Author

Flarna commented Dec 12, 2019

close as real fix is in #30925

@Flarna Flarna closed this Dec 12, 2019
@Flarna Flarna deleted the gitignore-reports branch December 12, 2019 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
meta Issues and PRs related to the general management of the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants