Open
Conversation
Owner
|
I noticed that in some steps you use Anyway, this is a good idea. I will keep this opened for new implementations. |
Contributor
|
Good start, but for a reference, They are complex, but they are really good. The idea would be to run the regression scripts in GitHub action and get a report if there is a regression or not. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@ivan-hc, @fiftydinar.
These are two simple tests that can be run independently by testers on their systems to help with regression testing. They will display either pass or fail to help with debugging.
The idea is we should add more tests here to catch problems that occur in the future like sandboxing failure etc, and run all of them before triggering a release.
Added two sample regression scripts.
NOTE: I hardcoded zsync2 in the test script because it is a small download. Usually test devs will randomize this for testing, but what if it randomly picks blender (1GB file).