sourcegraph/dev
Ryan Slade e47a9331a4
gqltest: Ensure fusion test is actually cloning depot (#44539)
The previous tests we not testing cloning via p4-fusion, the following was happening:

git p4 test runs, completes and deletes external service which then soft
deletes repo. p4-fusion can't find repo to delete since it's name has changed
so does nothing. Repo is still on disk so we end up fetching rather than
cloning. Even if that fails, we still find the repo on disk and mark the test
as passed.

To fix this we now:

* Delete the repo on disk before deleting the service. (Confirmed locally that the repo is removed on disk)
* Clone a different repo in each test
The tests were also refactored to make things a little more explicit.
2022-11-17 17:45:54 +01:00
..
adr-docs ci: add new sourcegraph/node-exporter docker-image (#43107) 2022-10-18 11:40:39 -07:00
auth-provider Remove left-over mentions of dev/start.sh (#25745) 2021-10-07 16:38:00 +02:00
authtest Prevent race conditions when updating site config by checking Last ID (#42738) 2022-10-10 10:10:13 +02:00
bkstats ci: fix a typo in bkstats README (#31846) 2022-02-25 14:41:28 +01:00
build-tracker build-tracker: fix duplicate jobs being printed for failures (#44472) 2022-11-16 16:52:44 +02:00
buildchecker buildchecker: do not fail when checking org membership (#40505) 2022-08-17 12:15:20 -07:00
check [SG-39284] Upgrade yarn to the latest version (#39728) 2022-08-31 20:39:53 -07:00
ci codeintel: disable flaky test (#43470) 2022-10-26 12:57:15 +00:00
codeintel-qa all: run gofmt -s -w from 1.19 (#41629) 2022-09-13 07:44:06 +00:00
corrupt-archives errors: Introduce internal package (#30558) 2022-02-07 15:03:45 +00:00
db dev/deb: Remove scripts replaced by sg (#28767) 2021-12-08 23:22:00 +00:00
depgraph dev/depgraph: add summary -deps.sum -deps.only for detecting binary changes (#35379) 2022-05-19 22:46:10 +00:00
dx dx: create a cli similar to sg (playground for DX) (#44066) 2022-11-08 13:34:13 +01:00
gqltest gqltest: Ensure fusion test is actually cloning depot (#44539) 2022-11-17 17:45:54 +01:00
grafana dev/sg: introduce 'sg ci logs' with Loki support (#25835) 2021-10-12 11:14:50 -04:00
internal/cmd/auth-proxy-http-header auth: auth-proxy-http-header command for testing multiple users (#39231) 2022-07-27 08:05:10 +00:00
nix nix: up max_connections and enforce no locale for postgres (#42979) 2022-10-14 12:26:49 +01:00
okay lib/log: migrate to github.com/sourcegraph/log (#36834) 2022-06-08 15:02:38 -07:00
perforce/anonymiser dev/perforce: Add anonymiser (#39063) 2022-07-22 12:31:10 +02:00
perforce-testing-helpers prettier (#40267) 2022-08-11 10:26:35 -06:00
phabricator all: /bin/bash -> /usr/bin/env bash (#23673) 2021-08-06 12:02:43 +02:00
pr-auditor dev/pr-auditor: run on pull_request_target (#38259) 2022-07-05 15:14:23 -07:00
prometheus sg: Fix prometheus scraping for local dev (#43703) 2022-10-31 17:22:27 +00:00
release release: update release config for 4.2 (#44177) 2022-11-09 22:58:17 +00:00
scaletesting scaletesting: bulkreposettings - allow repos to be incrementally fetched and updated (#44203) 2022-11-17 15:12:30 +02:00
sg sg: ci build: forcefully set a branch for external commits (#44484) 2022-11-16 15:08:43 +01:00
src-expose all: update alpine image (#43655) 2022-10-31 10:35:37 +02:00
team chore: Update go-mockgen (#44305) 2022-11-11 19:24:00 +00:00
tilt Remove left-over mentions of dev/start.sh (#25745) 2021-10-07 16:38:00 +02:00
zoekt unrevert "all: rename go module google/zoekt to sourcegraph/zoekt" (#40423) 2022-08-17 15:30:49 -07:00
.gitignore dev: remove nginx (#13299) 2021-02-18 14:38:58 +00:00
add_https_domain_to_hosts.sh
caddy.sh Bump caddy version (#26329) 2021-10-19 22:06:22 +00:00
Caddyfile dev/Caddyfile: use 127.0.0.1 instead of localhost (#38955) 2022-07-18 13:19:09 -07:00
CLA.txt
codecov.yml vscode: ignore vscode in Codecov (#32676) 2022-03-16 11:28:28 -04:00
codeinsights-db.sh insights: update references to TimescaleDB (#32948) 2022-03-29 11:04:47 +01:00
comby-install-or-upgrade.sh search: bump comby 1.8.1 (#37804) 2022-06-28 11:39:49 -07:00
config.json Enable Campaigns by default (with write-access only for admins) (#11621) 2020-08-24 11:05:36 +02:00
dev-sourcegraph-server.sh ci: add shellcheck linter for shell scripts (#9903) 2020-04-21 10:03:17 -07:00
docsite.sh Update docsite to v1.8.7 (#36237) 2022-05-30 13:47:04 +00:00
drop-entire-local-database-and-redis.sh all: /bin/bash -> /usr/bin/env bash (#23673) 2021-08-06 12:02:43 +02:00
foreach-ts-project.sh ci: reenable prettier and enable ESLint for all workspaces (#40836) 2022-08-25 02:48:58 -07:00
git-stats search: create and document git-stats script (#32663) 2022-03-16 13:41:17 +02:00
global-settings.json References Panel: add feature flag to enable the old panel implementation (#41857) 2022-09-21 17:55:33 +00:00
go-mod-update.sh Upgrade aws-sdk-go-v2 (#19155) 2021-04-14 15:06:15 +02:00
golangci-lint.sh go + golangci: update to go to 1.19.3 and golanci to 1.50.1 (#43747) 2022-11-02 15:08:25 +02:00
licenses.sh ci: wrap yarn into a retrying loop (#39454) 2022-07-27 08:33:41 +00:00
postgres_exporter.sh migrations: Update postgres exporter queries for dirty database (#30774) 2022-02-10 17:40:09 -06:00
prune-pick.sh ci: add shellcheck linter for shell scripts (#9903) 2020-04-21 10:03:17 -07:00
redis-postgres.yml Update Postgres to 12.7 (#31933) 2022-03-03 14:39:52 -06:00
redis.conf Local dev with docker-compose (#23537) 2021-08-06 22:11:40 +00:00
run-server-image.sh ci: upsert license key for backend integration tests (#41163) 2022-09-01 18:45:50 +08:00
site-config.json Make password policy a standard feature (#39213) 2022-07-26 18:04:54 +02:00
src-prof-services.json Push executor metrics (#36969) 2022-08-03 12:08:04 +02:00
src-search-meta.sh GraphQL: remove deprecated resultCount field (#31573) 2022-02-21 12:03:36 -07:00
tools.go unrevert "all: rename go module google/zoekt to sourcegraph/zoekt" (#40423) 2022-08-17 15:30:49 -07:00