@@ -1514,7 +1514,7 @@ langfuse-up: ## Start Langfuse LLM observability s
15141514 @# Bring up the same lightweight MCP/A2A test targets used by the live smoke
15151515 @# suites so Langfuse runs can generate real end-to-end tool traffic without
15161516 @# depending on stale registrations from the testing profile.
1517- $(LANGFUSE_COMPOSE ) up -d fast_time_server register_fast_time a2a_echo_agent register_a2a_echo
1517+ $(LANGFUSE_COMPOSE ) up -d fast_test_server register_fast_test a2a_echo_agent register_a2a_echo
15181518 $(VERIFY_LANGFUSE_GATEWAY_EXPORT )
15191519 @echo " ⏳ Waiting for Langfuse to be ready..."
15201520 @for i in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15; do \
@@ -1630,8 +1630,8 @@ langfuse-monitoring-down: ## Stop Langfuse + monitoring stack
16301630 @echo " ✅ Langfuse + monitoring stack stopped."
16311631
16321632# =============================================================================
1633- # help: 🧪 TESTING STACK (Locust + A2A echo + fast_time_server )
1634- # help: testing-up - Start testing stack (Locust + A2A echo + fast_time_server )
1633+ # help: 🧪 TESTING STACK (Locust + A2A echo + fast_test_server )
1634+ # help: testing-up - Start testing stack (Locust + A2A echo + fast_test_server )
16351635# help: testing-down - Stop testing stack
16361636# help: testing-status - Show status of testing services
16371637# help: testing-logs - Show testing stack logs
@@ -1643,8 +1643,8 @@ HOST_UID ?= $(shell id -u 2>/dev/null || echo 1000)
16431643HOST_GID ?= $(shell id -g 2>/dev/null || echo 1000)
16441644
16451645.PHONY : testing-up
1646- testing-up : # # Start testing stack (Locust + A2A echo + fast_time_server )
1647- @echo " 🧪 Starting testing stack (fast_time_server )..."
1646+ testing-up : # # Start testing stack (Locust + A2A echo + fast_test_server )
1647+ @echo " 🧪 Starting testing stack (fast_test_server )..."
16481648 @echo " 🦗 Locust workers: $( TESTING_LOCUST_WORKERS) (override: TESTING_LOCUST_WORKERS=4 make testing-up)"
16491649 @# Fail early if port 8080 is already bound (nginx needs it)
16501650 @if lsof -Pi :8080 -sTCP:LISTEN > /dev/null 2>&1 || ss -tlnp 2> /dev/null | grep -q ' :8080' ; then \
@@ -1664,15 +1664,15 @@ testing-up: ## Start testing stack (Locust + A2A
16641664 @echo " ──────────────────────────────────────────────────────────────────────────"
16651665 @echo " Gateway (nginx) http://localhost:8080 API proxy"
16661666 @echo " Locust Web UI http://localhost:8089 Load testing (master+workers)"
1667- @echo " Fast Time Server http://localhost:8880 MCP benchmark target"
1667+ @echo " Fast Test Server http://localhost:8880 MCP benchmark target"
16681668 @echo " A2A Echo Agent http://localhost:9100 A2A protocol target"
16691669 @echo " MCP Inspector http://localhost:6274 Interactive MCP client"
16701670 @echo " Keycloak http://localhost:8180 SSO / OAuth 2.1 provider (realm: mcp-gateway)"
16711671 @echo " "
16721672 @echo " 🔒 For DAST security scanning, also start ZAP: make testing-zap-up"
16731673 @echo " "
16741674 @echo " 📝 Auto-registered:"
1675- @echo " • MCP gateway: fast_time (from fast_time_server )"
1675+ @echo " • MCP gateway: fast_test (from fast_test_server )"
16761676 @echo " • A2A agent: a2a-echo-agent"
16771677 @echo " "
16781678 @echo " Next:"
@@ -1720,7 +1720,7 @@ testing-down: ## Stop testing stack
17201720.PHONY : testing-status
17211721testing-status : # # Show status of testing services
17221722 @echo " 🧪 Testing stack status:"
1723- @$(COMPOSE_CMD_MONITOR ) ps | grep -E " (fast_time |a2a_echo_agent|locust|mcp_inspector)" || \
1723+ @$(COMPOSE_CMD_MONITOR ) ps | grep -E " (fast_test |a2a_echo_agent|locust|mcp_inspector)" || \
17241724 echo " No testing services running. Start with 'make testing-up'"
17251725 @WORKERS=$$($(COMPOSE_CMD_MONITOR ) ps | grep -c "locust_worker" || true) ; \
17261726 echo " 🦗 Locust workers: $$ WORKERS"
@@ -3081,7 +3081,7 @@ ocp-uninstall: ## Uninstall the ContextForge Helm
30813081# help: jmeter-ui - Launch JMeter GUI for interactive test editing
30823082# help: jmeter-rest-baseline - Run REST API baseline test (1,000 RPS, 10min)
30833083# help: jmeter-mcp-baseline - Run MCP JSON-RPC baseline test (1,000 RPS, 15min)
3084- # help: jmeter-mcp-servers-baseline - Run MCP test servers baseline (fast_time, fast_time )
3084+ # help: jmeter-mcp-servers-baseline - Run MCP test servers baseline (fast_time, fast_test )
30853085# help: jmeter-load - Run load test (4,000 RPS, 30min)
30863086# help: jmeter-stress - Run stress test (ramp to 10,000 RPS)
30873087# help: jmeter-spike - Run spike test (1K→10K→1K recovery)
@@ -3212,10 +3212,10 @@ jmeter-mcp-baseline: jmeter-check ## Run MCP JSON-RPC baseline test (1,
32123212 -e -o $(JMETER_RESULTS_DIR ) /mcp_baseline_$$ TIMESTAMP/
32133213 @echo " 📄 Report: $( JMETER_RESULTS_DIR) /mcp_baseline_*/index.html"
32143214
3215- jmeter-mcp-servers-baseline : jmeter-check # # Run MCP test servers baseline (fast_time, fast_time )
3215+ jmeter-mcp-servers-baseline : jmeter-check # # Run MCP test servers baseline (fast_time, fast_test )
32163216 @echo " 📊 Running MCP test servers baseline..."
32173217 @echo " Fast Time Server: $( JMETER_FAST_TIME_URL) "
3218- @echo " Fast Time Server: $( JMETER_FAST_TEST_URL) "
3218+ @echo " Fast Test Server: $( JMETER_FAST_TEST_URL) "
32193219 @echo " Target: 2,000 RPS per server for 10 minutes"
32203220 @mkdir -p $(JMETER_RESULTS_DIR )
32213221 @TIMESTAMP=$$(date +%Y%m%d_%H%M%S ) ; \
0 commit comments