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
max-width:100% diagram for small width screens
  • Loading branch information
rvantonder committed Jun 25, 2021
commit 8d20c07521a1418c9bfabfa9d090b5349421fce2
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ 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; margin: auto; box-shadow: none;">
<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">
<i><small>Integration testing abstracts a common interface for our backend
to access query values.
Expand Down