-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Run tests in lib/* on pull requests #2588
Copy link
Copy link
Closed
Labels
domain: ciAnything related to Vector's CI environmentAnything related to Vector's CI environmentdomain: testsAnything related to Vector's internal testsAnything related to Vector's internal testshave: mustWe must have this feature, it is critical to the project's success. It is high priority.We must have this feature, it is critical to the project's success. It is high priority.type: taskGeneric non-code related tasksGeneric non-code related tasks
Milestone
Metadata
Metadata
Assignees
Labels
domain: ciAnything related to Vector's CI environmentAnything related to Vector's CI environmentdomain: testsAnything related to Vector's internal testsAnything related to Vector's internal testshave: mustWe must have this feature, it is critical to the project's success. It is high priority.We must have this feature, it is critical to the project's success. It is high priority.type: taskGeneric non-code related tasksGeneric non-code related tasks
Are tests run in the
libsubdirectories? I just checked submitted a pull request that touched only files inlib/codec, and no tests were run. Looking at other pull requests, it doesn't appear tests are being run inlibat all.Since changes to the sources in
libcan fix or cause bugs in the rest of the code, we should at least be running standard tests when those change. Additionally, running tests in those directories would be a good idea.