-
Notifications
You must be signed in to change notification settings - Fork 52
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
Add Local Test Runner Script #694
Add Local Test Runner Script #694
Conversation
- add delay to graph_test expect - increases reliability
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers. ConflictsNo conflicts as of last run. |
Interesting! Do you know how this compares with e.g. https://github.com/nektos/act (which I've actually never tried in this repo)? |
I was able to get the act system running on macOS silicon using these arguments: Each test fails with either of these 2 docker errors depending on architecture (Not sure this will be worth resolving for mac):
|
Besides these nits, concept ACK and tested ACK - I tried to run the script on a slow underpowered VM i had laying around and it did run two tests successfully in series then failed which is not your fault ;-)
|
make local_test_runner executable
LGTM @willcl-ark any additional thoughts? |
This PR adds a script for executing github/workflow tests to mimic the pipeline testing process
Let me know if this should be named differently, documented or included in a different location.