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

How to run QA on apollo? #148

Open
josephjclark opened this issue Jan 24, 2025 · 0 comments
Open

How to run QA on apollo? #148

josephjclark opened this issue Jan 24, 2025 · 0 comments
Assignees

Comments

@josephjclark
Copy link
Collaborator

Lightning now has a production dependency on Apollo, via the AI Assistant.

Its critical that we have a good process for ensuring that releases are stable.

But automated testing of AI is kinda hard?

Thoughts:

  • We don't have many tests yet but let's set up CI Setup CI Tests #133. That will at least catch some server bugs.
  • We should consider integration tests for each service. Curl into it and run some data through. This will call out to backend servers and use up tokens. So we don't want to do it too often. Perhaps we should make the tests manually run for open PRs, and automatically on release/ branches in a ready state. So basically we run integration tests on release candidates before release.
  • We should also have a set of manual QA steps, which are probably more useful in the short term.
  • In order to run proper manual QA, we need the build to be up on staging (there's not much point running QA on our local builds, probably not even if we run them in docker, because we need to test the prod environment as much as the build itself). That's Setup automatic deployments to staging #119 and I'll speak to Stu about it next week
@josephjclark josephjclark self-assigned this Jan 24, 2025
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

No branches or pull requests

1 participant