This repository was archived by the owner on Oct 10, 2025. It is now read-only.
Add test_list in root dir to .gitignore#5957
Merged
Conversation
sdht0
approved these changes
Sep 3, 2025
Contributor
sdht0
left a comment
There was a problem hiding this comment.
Yes wanted this as well, thanks.
| @@ -8,6 +8,7 @@ bazel-* | |||
| .bazelrc | |||
| **/test/test_files/test_list | |||
| extension/test_list | |||
Contributor
There was a problem hiding this comment.
We can probably remove line 9 and 10 then. Can you verify and remove them.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5957 +/- ##
=======================================
Coverage 85.75% 85.75%
=======================================
Files 1639 1639
Lines 75357 75357
Branches 8972 8972
=======================================
Hits 64623 64623
Misses 10476 10476
Partials 258 258
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Benchmark ResultMaster commit hash:
Other queries
|
Jasonlmx
pushed a commit
that referenced
this pull request
Sep 4, 2025
* Consolidated all test_list search fields to `**/test_list` in .gitignore for dev convenience
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Solely in response to #5955 (comment)
The testing framework example outlined in https://docs.kuzudb.com/developer-guide/testing-framework/#running-a-specific-group-or-test-case has the user generate a
test_listfile in their current directory (likely the repo root directory). Might as well sparemethem the grief of accidental change commits and.gitignoreit beforehand.Contributor agreement