Skip to content

Search backend: Append "Job" to job names in package `zoekt`

Administrator requested to merge tl/rename-jobs-in-package-zoekt into main

Created by: tbliu98

Stacked on https://github.com/sourcegraph/sourcegraph/pull/34919 Related to #34009 (closed)

Because zoekt.ZoektRepoSubsetSearch, zoekt.GlobalSearch, and zoekt.SymbolSearch all implement job.Job, appending "Job" to each of their names for clarity when reading the code and looking at traces.

Test plan

Semantics-preserving; updated autogold.

Merge request reports

Loading