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

Create test pass/fail checker #3

Open
multiplemonomials opened this issue Feb 4, 2024 · 0 comments
Open

Create test pass/fail checker #3

multiplemonomials opened this issue Feb 4, 2024 · 0 comments

Comments

@multiplemonomials
Copy link
Contributor

I'd like to make a script that compares two SQLite databases containing test results (the old and the new test results) with each other. The comparison shall pass if:

  • for each target T in both old and new:
  • Each test case which passed for T in old is also a pass in new

This logic is a bit more lenient than your average CI runner -- it allows tests to fail that have always been failing, and it allows new tests to be added which don't pass on every device. All it does is make sure that everything that used to work in the old version still works!

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

No branches or pull requests

1 participant