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

Overhaul Tern's continuous integration testing #933

Open
rnjudge opened this issue Mar 21, 2021 · 1 comment
Open

Overhaul Tern's continuous integration testing #933

rnjudge opened this issue Mar 21, 2021 · 1 comment
Labels
CI/CD Continuous Integration and Continuous Delivery

Comments

@rnjudge
Copy link
Contributor

rnjudge commented Mar 21, 2021

Describe the Feature
Currently Tern uses ci/test_files_touched.py to run various Tern tests based on which files were changed in a commit. This way of testing has proved to be porous, however, and many regressions have not been caught. Examples of errors that have been introduced with new commits but not caught with the test_files_touched scripts:

Use Cases
This will be helpful to catch bugs before they are introduced to the code base instead of after the fact.

Implementation Changes
We should test all of the code no matter what files were changed. We should also be verifying the contents of the reports, not just making sure that the reports are generated.

Related Issues*

@rnjudge rnjudge added the CI/CD Continuous Integration and Continuous Delivery label Mar 21, 2021
@nishakm
Copy link
Contributor

nishakm commented Jan 26, 2022

@rnjudge would this be a good issue to complete for the Beta release?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Continuous Integration and Continuous Delivery
Projects
None yet
Development

No branches or pull requests

2 participants