Skip to content
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

Create a plugin and workflow for testing the SDK #82

Open
jaredoconnell opened this issue Dec 5, 2022 · 0 comments
Open

Create a plugin and workflow for testing the SDK #82

jaredoconnell opened this issue Dec 5, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@jaredoconnell
Copy link
Contributor

Please describe what you would like to see in this project

The unit tests are covering the internal SDK, but we need test cases for the interface to the SDK. This can be done by creating a simple plugin, getting the relevant engine version, and running that plugin using the engine and the version of the SDK under test.
This is needed for integration testing.

This should ideally be run in a Github workflow to verify that the changes work.

Please describe your use case

This should make it so that we don't need to manually run another plugin in the engine with the new SDK version substituted into it to verify that the PR didn't break anything.

We need to find a way to make sure that we can test and don't get bogged down by any of the following scenarios:

  • Change to SDK that doesn't change engine
  • Change to SDK that doesn't require an engine change.
  • Change to SDK that requires a changed engine
@jaredoconnell jaredoconnell added the enhancement New feature or request label Dec 5, 2022
@ghost ghost moved this to Backlog in Arcaflow Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
Status: Backlog
Development

No branches or pull requests

2 participants