Skip to content

Conversation

@pdillinger
Copy link
Contributor

@pdillinger pdillinger commented Jan 5, 2026

Summary: When searching/grepping through unit tests, it's convenient to use test.cc suffix to match all unit tests, or to exclude test.cc when excluding unit tests from a code search. (I've even seen my AI assistant grep through *test.cc.) So I'm renaming db_test2.cc (as planned in #14076)

Bonus:

  • Improved the speed of make clean by using just one find and by pruning "hidden" .* directories that should not be modified anyway.
  • Fixed Makefile default target (was ordered after a folly target)

Test Plan: existing tests + CI, manual make clean runs

Summary: When searching/grepping through unit tests, it's convenient to
use test.cc suffix to match all unit tests, or to exclude test.cc when
excluding unit tests from a code search. (I've even seen my AI assistant
grep through `*test.cc`.) So I'm renaming db_test2.cc (as planned in

Bonus: improved the speed of `make clean` by using just one `find` and
by pruning "hidden" .* directories that should not be modified anyway.

Test Plan: exsiting tests, manual `make clean` runs
@pdillinger pdillinger requested a review from virajthakur January 5, 2026 19:09
@meta-cla meta-cla bot added the CLA Signed label Jan 5, 2026
@meta-codesync
Copy link

meta-codesync bot commented Jan 5, 2026

@pdillinger has imported this pull request. If you are a Meta employee, you can view this in D90140624.

@pdillinger pdillinger requested a review from xingbowang January 21, 2026 17:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant