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

[NEW] dynamically list test files #13219

Open
dev-jonghoonpark opened this issue Apr 17, 2024 · 1 comment
Open

[NEW] dynamically list test files #13219

dev-jonghoonpark opened this issue Apr 17, 2024 · 1 comment

Comments

@dev-jonghoonpark
Copy link

The problem/use-case that the feature addresses

Currently the test_helper.tcl file maintains a list of test file names all_tests and iterates throught the list to execute all tests. the all_tests variable needs to be manually updated when new test files are introduced.

Description of the feature

dynamically list test files

Alternatives you've considered

Currently, the all_tests variable contains tests from four paths.

  • unit
  • unit/type
  • unit/cluster
  • integration

So, we'll implement files in these four paths to be dynamically added to the all_tests variable.

Additional information

I've already merged this feature into the valkey project, which is a fork of redis.
valkey-io/valkey#313

I would like to merge it into redis as well, if it is allowed.

@sundb
Copy link
Collaborator

sundb commented Apr 17, 2024

@dev-jonghoonpark thanks, your contributions are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants