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

Rework CI tests to better test OP Params #78

Open
2 tasks
jamcar23 opened this issue Mar 24, 2021 · 0 comments
Open
2 tasks

Rework CI tests to better test OP Params #78

jamcar23 opened this issue Mar 24, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jamcar23
Copy link
Owner

When OP Params are used to enable / disable certain features then it creates a lot of behavior branches in code. Right now, all the CI tests use the default OP Params which means there's a lot of things that aren't being tested as part of the CI pipeline.

This enhancement to rework the CI tests should do the following:

  • Each unit and integration test case should run multiple times with each run enabling a different toggleable OP Param.
  • The default params (with everything off) should be able to pass comma's integration test for that version of OP.

Things to keep in mind:

  • Look into auto-generating tests cases. Ideally we wouldn't have to update a list of toggleable params manually.
  • Process Replay (integration tests) need to work with remote comma data and for local data.
@jamcar23 jamcar23 added the enhancement New feature or request label Mar 24, 2021
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
None yet
Development

No branches or pull requests

1 participant