-
Notifications
You must be signed in to change notification settings - Fork 28
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 end-to-end, SDP-lite regtest #1386
Comments
While checking a new version of the release I did the following as a kind of SDP-lite set of invocations:
This makes the following files:
I think something of that form would exercise much of the needed SDP interface, but @ctbheller , let me know if there's something else I can add that would be helpful. |
Updating file names and adding the --target argument:
works for the proposed intermediate release. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In order to check out the full SDP interface, we could make a new regtest / smoketest that runs all of the ELP / HLP steps.
This is annoying in that it would be slow. We would want to do something like the following:
It's not obvious to me that I would want to do very much with the resulting files (e.g., compare_asdf, etc.); I might continue to leave that to the existing set of regtests. But it's at least important to know that all of those steps run and to have a place with a SDP-lite pipeline that the real SDP pipeline can emulate. This would make us more aware when the SDP commands need to change slightly to accommodate changes to the pipeline.
The text was updated successfully, but these errors were encountered: