Skip to content

Commit 32c08fb

Browse files
committed
Update keyword routing tests to match reference implementation
Simplified from 31 to 13 tests covering core OR/AND/NOR operators. Aligned configuration with documented keyword.yaml behavior. Signed-off-by: Senan Zedan <[email protected]>
1 parent 68be978 commit 32c08fb

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

test-report.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"profile": "ai-gateway",
3+
"start_time": "2025-11-19T19:31:09.688264751+02:00",
4+
"end_time": "2025-11-19T19:31:09.688345283+02:00",
5+
"duration": "0s",
6+
"status": "FAILED",
7+
"exit_code": 1,
8+
"cluster_name": "semantic-router-e2e",
9+
"test_results": null,
10+
"total_tests": 0,
11+
"passed_tests": 0,
12+
"failed_tests": 0,
13+
"cluster_info": {
14+
"total_pods": 0,
15+
"running_pods": 0,
16+
"pending_pods": 0,
17+
"failed_pods": 0,
18+
"namespaces": null,
19+
"pods_by_namespace": null
20+
},
21+
"environment": {
22+
"go_version": "1.24",
23+
"parallel": "false",
24+
"verbose": "true"
25+
}
26+
}

test-report.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
## ❌ E2E Integration Test Report - ai-gateway
2+
3+
**Status:** 🔴 **FAILED**
4+
**Profile:** `ai-gateway`
5+
**Duration:** 0s
6+
**Cluster:** `semantic-router-e2e`
7+
8+
### 📊 Test Results
9+
10+
| Metric | Value |
11+
|--------|-------|
12+
| Exit Code | `1` |
13+
| Total Tests | 0 |
14+
| Passed Tests | 0 |
15+
| Failed Tests | 0 |
16+
| Success Rate | NaN% |
17+
18+
### 🔧 Cluster Statistics
19+
20+
| Metric | Value |
21+
|--------|-------|
22+
| Total Pods | 0 |
23+
| Running Pods | 0 |
24+
| Pending Pods | 0 |
25+
| Failed Pods | 0 |
26+
| Namespaces | 0 |
27+
28+
29+
### 📝 Test Cases
30+
31+
32+
### 📦 Deployed Components
33+
34+
### 🔍 Debugging
35+
36+
**Test failed!** Check the details above:
37+
38+
- Review failed test cases in the Test Cases section
39+
- Check pod status in the Deployed Components section
40+
- Verify all pods are in Running state
41+

0 commit comments

Comments
 (0)