You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.
We do this at work for our SQL implementation: https://gitlab.com/YottaDB/DBMS/YDBOcto/-/blob/master/tests/test_helpers.bash.in#L551. The basic idea is to run two compilers on the same code and make sure they agree. We could integrate this with existing assert_compiles, etc. tests and make sure that we're testing the right thing. This would also let us take advantage of the existing test suite without much work.
Inspired by @pythondude325 finding that fn redefinition was testing the wrong thing (#470) - the test passed, but it shouldn't have.
The text was updated successfully, but these errors were encountered:
We do this at work for our SQL implementation: https://gitlab.com/YottaDB/DBMS/YDBOcto/-/blob/master/tests/test_helpers.bash.in#L551. The basic idea is to run two compilers on the same code and make sure they agree. We could integrate this with existing
assert_compiles
, etc. tests and make sure that we're testing the right thing. This would also let us take advantage of the existing test suite without much work.Inspired by @pythondude325 finding that
fn redefinition
was testing the wrong thing (#470) - the test passed, but it shouldn't have.The text was updated successfully, but these errors were encountered: