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
These are two tests in the end to end test folders. However they contain many edge cases and the program is generally large, making it hard to pinpoint a particular regression or edge case.
Happy Case
We split up the tests to only test one edge case at a time. We may need to rethink the purpose of this folder;
Some examples are showing off simple functionality
Some examples are regression tests
We could possibly have a folder just for regression tests and one for example programs, and or possibly have a separate examples repo that the compiler runs over to test a large corpus of programs.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered:
@guipublic assigning this to you -- this should also speed up tests, the more cores the machine has.
Note: the main reason we can do this is because we do not do proving anymore. Moreover, some of these regression end to end tests will likely move to be unit tests in the future, so having them split up will make it easier to transition
8_integration will be difficult to split. However, since It was based on sha256, and since we have a sha256 unit test, I think we can simply remove it.
Problem
These are two tests in the end to end test folders. However they contain many edge cases and the program is generally large, making it hard to pinpoint a particular regression or edge case.
Happy Case
We split up the tests to only test one edge case at a time. We may need to rethink the purpose of this folder;
We could possibly have a folder just for regression tests and one for example programs, and or possibly have a separate examples repo that the compiler runs over to test a large corpus of programs.
Alternatives Considered
No response
Additional Context
No response
Would you like to submit a PR for this Issue?
No
Support Needs
No response
The text was updated successfully, but these errors were encountered: