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

Support better integration testing #1188

Closed
4 tasks done
Laremere opened this issue Apr 14, 2020 · 1 comment · Fixed by #1204
Closed
4 tasks done

Support better integration testing #1188

Laremere opened this issue Apr 14, 2020 · 1 comment · Fixed by #1204
Assignees
Milestone

Comments

@Laremere
Copy link

Laremere commented Apr 14, 2020

There are is some functionality missing:

  • Defining per test MMF and Evaluator
  • Pattern around testing multiple threads at once.
  • Advancing Time to remove sleep dependence (local only)
  • Modifying config to test non-default options (local only)

To support these, I will do some additional refactoring to the e2e testing library, as well as the app binding library. So that it supports start/stop, and to better support new binding parameters.

@Laremere Laremere added this to the v1.0.0 milestone Apr 14, 2020
@Laremere Laremere self-assigned this Apr 14, 2020
@Laremere
Copy link
Author

Laremere commented Apr 23, 2020

  • If the mmf returns an error (and only the mmf), the fetch match calls has the error text in its response.
  • If the evaluator returns an error (and only the evaluator), the fetch match calls has the error text in its response.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant