alpha
Login
or
Join now
boltless.me
/
zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
fork of https://github.com/sourcegraph/zoekt
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
zoekt
/
internal
/
e2e
/
testdata
/
at
2e375df04f81c31c2ea62c23fcff48d98240e131
17 files
Stefan Hengl
switch to github.com/sourcegraph/cody-public-snapshot for e2e test (#974)
10mo ago
87bb21ae
Get_databaseuser.txt
switch to github.com/sourcegraph/cody-public-snapshot for e2e test (#974) e2e tests were failing because github.com/sourcegraph/cody repository has been set to private and all tags were removed Test plan: CI
10 months ago
InternalDoer.txt
Fix archive URL for ranking test (#809) The `sourcegraph/sourcegraph` repo is now private, so we switch to `sourcegraph-public-snapshot` for these tests. Eventually, we'll move the relevant tests to the sourcegraph repo itself.
2 years ago
Repository_metadata_Write_rbac.txt
Fix archive URL for ranking test (#809) The `sourcegraph/sourcegraph` repo is now private, so we switch to `sourcegraph-public-snapshot` for these tests. Eventually, we'll move the relevant tests to the sourcegraph repo itself.
2 years ago
WaitGroup.txt
scoring: use repo freshness as tiebreaker (#832) We ignore priority and instead use the latest commit date as repo rank. This has a big impact for Sourcegraph because it means we switch from star count to repo freshness as tiebreaker. As a minor tweak, we also separate query based scores from tiebreakers. To achieve this we reserve the last 7 digits of a score for tiebreakers: - 5 digits (maxUint16) for repo rank - 2 digits ([0,10]) for file order (2 digits). Example: Before: score: 8775.35 <- atom(2):200, fragment:8550.00, repo-rank: 19, doc-order:6.35 After: score: 8750_00019_06.35 <- atom(2):200, fragment:8550.00, repo-rank: 19, doc-order:6.35
2 years ago
assets_are_not_configured_for_this_binary.txt
Fix archive URL for ranking test (#809) The `sourcegraph/sourcegraph` repo is now private, so we switch to `sourcegraph-public-snapshot` for these tests. Eventually, we'll move the relevant tests to the sourcegraph repo itself.
2 years ago
bufio_buffer.txt
e2e: add a ranking test case for "zoekt searcher" (#720) This example was given in our channel recently as a good result, so lets keep track of it to ensure we don't regress. Test Plan: go test
2 years ago
bufio_flush_writer.txt
e2e: add a ranking test case for "zoekt searcher" (#720) This example was given in our channel recently as a good result, so lets keep track of it to ensure we don't regress. Test Plan: go test
2 years ago
bytes_buffer.txt
e2e: recall and visual indication of ranks (#714) This adds a new field to the golden files "targetRank" which records the rank of the document we are looking for. Additionally the document is marked with "**" in the golden files. Additionally we add a new golden file which contains recall@1, recall@5 and the MRR. I set the target documents by looking at the existing results and guessing which was the one we wanted based on memory. In some cases we no longer had the top document, for example for generate unit test. Test Plan: go test
2 years ago
coverage_data_writer.txt
build: use enry to detect low priority files (#829) This is a much more robust detection mechanism. Additionally we have these signals we can also add in: func IsConfiguration(path string) bool func IsDocumentation(path string) bool func IsDotFile(path string) bool func IsImage(path string) bool My main concern with this change is generated file detection on content using up RAM or CPU. Will monitor this impact on pprof in production. Test Plan: go test.
2 years ago
generate_unit_test.txt
Fix archive URL for ranking test (#809) The `sourcegraph/sourcegraph` repo is now private, so we switch to `sourcegraph-public-snapshot` for these tests. Eventually, we'll move the relevant tests to the sourcegraph repo itself.
2 years ago
graphql_type_User.txt
Fix archive URL for ranking test (#809) The `sourcegraph/sourcegraph` repo is now private, so we switch to `sourcegraph-public-snapshot` for these tests. Eventually, we'll move the relevant tests to the sourcegraph repo itself.
2 years ago
r_cody_sourcegraph_url.txt
switch to github.com/sourcegraph/cody-public-snapshot for e2e test (#974) e2e tests were failing because github.com/sourcegraph/cody repository has been set to private and all tags were removed Test plan: CI
10 months ago
rank_stats.txt
scoring: use repo freshness as tiebreaker (#832) We ignore priority and instead use the latest commit date as repo rank. This has a big impact for Sourcegraph because it means we switch from star count to repo freshness as tiebreaker. As a minor tweak, we also separate query based scores from tiebreakers. To achieve this we reserve the last 7 digits of a score for tiebreakers: - 5 digits (maxUint16) for repo rank - 2 digits ([0,10]) for file order (2 digits). Example: Before: score: 8775.35 <- atom(2):200, fragment:8550.00, repo-rank: 19, doc-order:6.35 After: score: 8750_00019_06.35 <- atom(2):200, fragment:8550.00, repo-rank: 19, doc-order:6.35
2 years ago
sourcegraphserver_docker_image_build.txt
Fix archive URL for ranking test (#809) The `sourcegraph/sourcegraph` repo is now private, so we switch to `sourcegraph-public-snapshot` for these tests. Eventually, we'll move the relevant tests to the sourcegraph repo itself.
2 years ago
test_server.txt
switch to github.com/sourcegraph/cody-public-snapshot for e2e test (#974) e2e tests were failing because github.com/sourcegraph/cody repository has been set to private and all tags were removed Test plan: CI
10 months ago
time_compare.txt
build: use enry to detect low priority files (#829) This is a much more robust detection mechanism. Additionally we have these signals we can also add in: func IsConfiguration(path string) bool func IsDocumentation(path string) bool func IsDotFile(path string) bool func IsImage(path string) bool My main concern with this change is generated file detection on content using up RAM or CPU. Will monitor this impact on pprof in production. Test Plan: go test.
2 years ago
zoekt_searcher.txt
Fix archive URL for ranking test (#809) The `sourcegraph/sourcegraph` repo is now private, so we switch to `sourcegraph-public-snapshot` for these tests. Eventually, we'll move the relevant tests to the sourcegraph repo itself.
2 years ago