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

blog: How Not to Break a Search Engine #3446

Merged
merged 10 commits into from
Jun 25, 2021
Prev Previous commit
Next Next commit
ok but like actually remove the shadow
  • Loading branch information
rvantonder committed Jun 25, 2021
commit 43a3b821c22652b5f667ae9c2ff0c1d65a25a2d3
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ important because the parser produced a new and different internal
representation. I'd abstracted out a common interface for our backend to access
the new data structure under the feature-flagged code path to test on.

<figure style="width: 800px; max-width: 100%; margin: auto; box-shadow: none;">
<img src="https://storage.googleapis.com/sourcegraph-assets/about.sourcegraph.com/blog/2021/integration.png" alt="Integration testing diagram">
<figure style="width: 800px; max-width: 100%; margin: auto;">
<img src="https://storage.googleapis.com/sourcegraph-assets/about.sourcegraph.com/blog/2021/integration.png" alt="Integration testing diagram" style="box-shadow: none;">
<i><small>Integration testing abstracts a common interface for our backend
to access query values.
We test that the backend produces the same search results for
Expand Down