FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

codeintel: Rewrite integration tester utility by efritz · Pull Request #11686 · sourcegraph/sourcegraph-public-snapshot · GitHub

This repository was archived by the owner on Sep 30, 2024. It is now read-only.

codeintel: Rewrite integration tester utility - #11686

Merged
efritz merged 5 commits into
masterfrom
pci-integration-tests
Jun 25, 2020
Merged

efritz merged 5 commits into
masterfrom
pci-integration-tests

Conversation

efritz commented Jun 24, 2020
edited
Loading

Copy link
Copy Markdown
Contributor

I guess I removed 10k lines of CSV files...?

This effort is mainly a way to decouple the index generation from the upload/query testing. I've moved all index generation to bash scripts and we're now storing indexes in a bucket so that non code intel people (and code intel people not currently working on a particular indexer) do not need to generate the indexes of eleven (and more coming soon) large repositories from scratch to test the API surface.

@uwedeportivo please see if these instructions are adequate to replace the e2e code intel test for releasing going forward. If you can, try to run it given the current instructions in this branch and please let me know if you have any trouble.

This will close https://github.com/sourcegraph/sourcegraph/issues/10832.

efritz requested review from garobrik and uwedeportivo June 24, 2020 02:51
efritz marked this pull request as ready for review June 24, 2020 02:54
efritz requested a review from emidoots as a code owner June 24, 2020 02:54
efritz requested a review from a team June 24, 2020 02:54

codecov Bot commented Jun 24, 2020
edited
Loading

Copy link
Copy Markdown

Codecov Report

Merging #11686 into master will increase coverage by 0.39%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master   #11686      +/-   ##
==========================================
+ Coverage   47.13%   47.53%   +0.39%     
==========================================
  Files        1402     1402              
  Lines       79484    79484              
  Branches     6775     6764      -11     
==========================================
+ Hits        37467    37782     +315     
+ Misses      38443    38127     -316     
- Partials     3574     3575       +1     
Flag Coverage Δ
#go 51.73% <ø> (-0.01%) ⬇️
#storybook 10.12% <ø> (?)
#typescript 36.42% <ø> (+1.45%) ⬆️
#unit 47.13% <ø> (-0.01%) ⬇️
Impacted Files Coverage Δ
.../internal/codeintel/resolvers/graphql/locations.go 78.30% <0.00%> (-1.89%) ⬇️
...c/browser-extension/options-page/ServerUrlForm.tsx 95.55% <0.00%> (+2.22%) ⬆️
...d/src/components/activation/ActivationDropdown.tsx 48.57% <0.00%> (+2.85%) ⬆️
shared/src/util/markdown.ts 80.00% <0.00%> (+3.33%) ⬆️
...red/src/components/completion/CompletionWidget.tsx 25.00% <0.00%> (+5.00%) ⬆️
shared/src/util/strings.ts 38.09% <0.00%> (+9.52%) ⬆️
web/src/components/PageTitle.tsx 95.00% <0.00%> (+10.00%) ⬆️
web/src/nav/UserNavItem.tsx 68.57% <0.00%> (+11.42%) ⬆️
web/src/components/FilteredConnection.tsx 73.51% <0.00%> (+14.15%) ⬆️
shared/src/hover/HoverOverlay.tsx 78.08% <0.00%> (+16.43%) ⬆️
... and 17 more

efritz requested a review from beyang as a code owner June 24, 2020 02:56

efritz commented Jun 25, 2020

Copy link
Copy Markdown
Contributor Author

Merging this to unblock (seems fine, it's a private testing util). Will respond to feedback post-merge.

efritz merged commit 38d1f82 into master Jun 25, 2020
efritz deleted the pci-integration-tests branch June 25, 2020 19:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Code intelligence integration tests

1 participant


Back | FazBrowse Home | New Git URL