Skip to content

Commit 4dfa3df

Browse files
committed
Cleanup old tests, update jaeger.
1 parent f6bd527 commit 4dfa3df

File tree

58 files changed

+2
-5879
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+2
-5879
lines changed

backend/.env.example

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,6 @@ AUTH0_CLIENT_SECRET=your-auth0-client-secret
3434
# Format: source1:key1,source2:key2
3535
EXTERNAL_API_KEYS=example-system:example-api-key-12345,another-system:another-key-67890
3636

37-
# GraphQL Test Tool (cmd/gqltest)
38-
# The test tool uses the same JWT_SECRET and JWT_ISSUER from above
39-
# to generate tokens for testing. No additional configuration needed.
40-
# Override via command-line flags if needed:
41-
# --jwt-secret Override JWT signing secret
42-
# --jwt-issuer Override JWT issuer
43-
# --url GraphQL endpoint URL (default: http://localhost:8080/graphql)
44-
4537
# OpenTelemetry Tracing
4638
# Enable distributed tracing for debugging (requires Jaeger running: make jaeger-up)
4739
OTEL_ENABLED=false

backend/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,3 @@ tmp/
5858
*~
5959
\#*\#
6060
.\#*
61-
loadtest/tokens.js

backend/Makefile

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: help generate migrate seed test gqltest build clean
1+
.PHONY: help generate migrate seed test build clean
22

33
help: ## Display this help message
44
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
@@ -42,14 +42,6 @@ test: ## Run all tests
4242
test-coverage: test ## Run tests and show coverage report
4343
@go tool cover -html=coverage.out
4444

45-
gqltest: ## Run GraphQL tests in parallel
46-
@echo "Running GraphQL tests..."
47-
@go run ./cmd/gqltest --parallel testcases/
48-
49-
gqltest-update: ## Update GraphQL test snapshots
50-
@echo "Updating GraphQL test snapshots..."
51-
@go run ./cmd/gqltest-update testcases/
52-
5345
build: ## Build all binaries
5446
@echo "Building binaries..."
5547
@go build -o bin/migrate ./cmd/migrate

backend/cmd/gqltest-update/main.go

Lines changed: 0 additions & 255 deletions
This file was deleted.

0 commit comments

Comments
 (0)