Skip to content

Commit 4163ccf

Browse files
authored
Merge pull request #29 from Kumarvels/retest-webui
I am re-testing the web UI and moving the test files.
2 parents 291d449 + fc37ddf commit 4163ccf

1 file changed

Lines changed: 265 additions & 0 deletions

File tree

Lines changed: 265 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,265 @@
1+
{
2+
"timestamp": "2025-07-26T15:40:15.501428",
3+
"summary": {
4+
"total_checks": 13,
5+
"passed": 11,
6+
"failed": 0,
7+
"warnings": 2,
8+
"skipped": 0
9+
},
10+
"results": [
11+
{
12+
"component": "System Environment",
13+
"status": "PASS",
14+
"message": "System environment is ready",
15+
"duration": 2.6867048740386963,
16+
"timestamp": "2025-07-26T15:40:14.096871",
17+
"details": {
18+
"python_version": "3.12.11",
19+
"fastapi_available": true,
20+
"uvicorn_available": true,
21+
"streamlit_available": true,
22+
"pandas_available": true,
23+
"numpy_available": true,
24+
"plotly_available": true,
25+
"requests_available": true,
26+
"asyncio_available": true,
27+
"logging_available": true,
28+
"json_available": true,
29+
"memory_available": "6.99 GB",
30+
"cpu_count": 4,
31+
"disk_free": "2.57 GB",
32+
"working_directory": "/app",
33+
"project_root": "/app"
34+
}
35+
},
36+
{
37+
"component": "Data Uploads",
38+
"status": "PASS",
39+
"message": "Data uploads system is functional",
40+
"duration": 0.0013608932495117188,
41+
"timestamp": "2025-07-26T15:40:14.098495",
42+
"details": {
43+
"uploads_dir_exists": true,
44+
"write_permissions": true,
45+
"dataset_connector_available": false,
46+
"dataset_connector_error": "No module named 'data_engineering'"
47+
}
48+
},
49+
{
50+
"component": "Data Engineering",
51+
"status": "PASS",
52+
"message": "Data engineering components are functional",
53+
"duration": 0.012610912322998047,
54+
"timestamp": "2025-07-26T15:40:14.111292",
55+
"details": {
56+
"data_engineering.advanced_trust_scoring_available": false,
57+
"data_engineering.advanced_trust_scoring_error": "No module named 'data_engineering'",
58+
"data_engineering.cleanlab_integration_available": false,
59+
"data_engineering.cleanlab_integration_error": "No module named 'data_engineering'",
60+
"data_engineering.trust_scoring_dashboard_available": false,
61+
"data_engineering.trust_scoring_dashboard_error": "No module named 'data_engineering'",
62+
"data_engineering.data_lifecycle_available": false,
63+
"data_engineering.data_lifecycle_error": "No module named 'data_engineering'",
64+
"trust_scoring_test": "FAIL",
65+
"trust_scoring_error": "No module named 'data_engineering'",
66+
"database_connectivity": true
67+
}
68+
},
69+
{
70+
"component": "LLM Engineering",
71+
"status": "PASS",
72+
"message": "LLM engineering components are functional",
73+
"duration": 0.000698089599609375,
74+
"timestamp": "2025-07-26T15:40:14.112314",
75+
"details": {
76+
"llm_engineering.llm_lifecycle_available": false,
77+
"llm_engineering.llm_lifecycle_error": "No module named 'llm_engineering'",
78+
"llm_engineering.providers.base_provider_available": false,
79+
"llm_engineering.providers.base_provider_error": "No module named 'llm_engineering'",
80+
"llm_engineering.providers.llama_factory_provider_available": false,
81+
"llm_engineering.providers.llama_factory_provider_error": "No module named 'llm_engineering'",
82+
"llm_lifecycle_manager": "FAIL",
83+
"llm_lifecycle_error": "No module named 'llm_engineering'",
84+
"llm_config_exists": true
85+
}
86+
},
87+
{
88+
"component": "High Performance System",
89+
"status": "PASS",
90+
"message": "High performance system components are functional",
91+
"duration": 0.0009016990661621094,
92+
"timestamp": "2025-07-26T15:40:14.113425",
93+
"details": {
94+
"high_performance_system.core.ultimate_moe_system_available": false,
95+
"high_performance_system.core.ultimate_moe_system_error": "No module named 'high_performance_system'",
96+
"high_performance_system.core.advanced_expert_ensemble_available": false,
97+
"high_performance_system.core.advanced_expert_ensemble_error": "No module named 'high_performance_system'",
98+
"high_performance_system.core.intelligent_domain_router_available": false,
99+
"high_performance_system.core.intelligent_domain_router_error": "No module named 'high_performance_system'",
100+
"high_performance_system.core.enhanced_dataset_profiler_available": false,
101+
"high_performance_system.core.enhanced_dataset_profiler_error": "No module named 'high_performance_system'",
102+
"high_performance_system.core.comprehensive_pii_detector_available": false,
103+
"high_performance_system.core.comprehensive_pii_detector_error": "No module named 'high_performance_system'",
104+
"high_performance_system.core.advanced_trust_scorer_available": false,
105+
"high_performance_system.core.advanced_trust_scorer_error": "No module named 'high_performance_system'",
106+
"moe_system_test": "FAIL",
107+
"moe_system_error": "No module named 'high_performance_system'",
108+
"expert_ensemble": "FAIL",
109+
"expert_ensemble_error": "No module named 'high_performance_system'"
110+
}
111+
},
112+
{
113+
"component": "Security System",
114+
"status": "PASS",
115+
"message": "Security system components are functional",
116+
"duration": 0.0003681182861328125,
117+
"timestamp": "2025-07-26T15:40:14.113942",
118+
"details": {
119+
"security.auth_manager_available": false,
120+
"security.auth_manager_error": "No module named 'security'",
121+
"security.secrets_manager_available": false,
122+
"security.secrets_manager_error": "No module named 'security'",
123+
"security.security_monitor_available": false,
124+
"security.security_monitor_error": "No module named 'security'",
125+
"security_webui": "FAIL",
126+
"security_webui_error": "No module named 'security'"
127+
}
128+
},
129+
{
130+
"component": "MCP Server",
131+
"status": "WARNING",
132+
"message": "MCP server check completed",
133+
"duration": 0.006127595901489258,
134+
"timestamp": "2025-07-26T15:40:14.120204",
135+
"details": {
136+
"mcp_server/server.py_exists": false,
137+
"mcp_server/client.py_exists": true,
138+
"mcp_server/config.py_exists": true,
139+
"mcp_server_running": false,
140+
"mcp_server_error": "Server not responding"
141+
}
142+
},
143+
{
144+
"component": "Cloud APIs",
145+
"status": "PASS",
146+
"message": "Cloud APIs check completed",
147+
"duration": 0.202164888381958,
148+
"timestamp": "2025-07-26T15:40:14.322602",
149+
"details": {
150+
"cloudscale_apis/docs/cloud_provider_integration.md_exists": true,
151+
"cloudscale_apis/endpoints/_exists": true,
152+
"cloudscale_apis/webhooks/_exists": true,
153+
"aws_sdk_available": true,
154+
"azure_sdk_available": false,
155+
"gcp_sdk_available": true
156+
}
157+
},
158+
{
159+
"component": "Third-party Integrations",
160+
"status": "PASS",
161+
"message": "Third-party integrations check completed",
162+
"duration": 0.0006895065307617188,
163+
"timestamp": "2025-07-26T15:40:14.323546",
164+
"details": {
165+
"thirdparty_integrations.endpoints.verify_realtime_available": false,
166+
"thirdparty_integrations.endpoints.verify_realtime_error": "No module named 'thirdparty_integrations'",
167+
"thirdparty_integrations.endpoints.verify_batch_available": false,
168+
"thirdparty_integrations.endpoints.verify_batch_error": "No module named 'thirdparty_integrations'",
169+
"thirdparty_integrations.webhooks.verify_webhook_available": false,
170+
"thirdparty_integrations.webhooks.verify_webhook_error": "No module named 'thirdparty_integrations'"
171+
}
172+
},
173+
{
174+
"component": "Tests",
175+
"status": "WARNING",
176+
"message": "Tests check completed",
177+
"duration": 1.0560717582702637,
178+
"timestamp": "2025-07-26T15:40:15.379817",
179+
"details": {
180+
"test_high_performance_system.py_exists": true,
181+
"simple_unit_test.py_exists": false,
182+
"tests/test_advanced_pipeline.py_exists": true,
183+
"simple_test_run": "FAIL",
184+
"test_error": "ERROR: file or directory not found: simple_unit_test.py\n\n"
185+
}
186+
},
187+
{
188+
"component": "Plugins",
189+
"status": "PASS",
190+
"message": "Plugins check completed",
191+
"duration": 0.0003604888916015625,
192+
"timestamp": "2025-07-26T15:40:15.380444",
193+
"details": {
194+
"plugin_loader": "FAIL",
195+
"plugin_loader_error": "No module named 'plugins'",
196+
"plugins/example_plugin.py_exists": true,
197+
"plugins/hallucination_detector.py_exists": true,
198+
"plugins/eu_gdpr_embed.py_exists": true
199+
}
200+
},
201+
{
202+
"component": "Analytics & Dashboards",
203+
"status": "PASS",
204+
"message": "Analytics and dashboards check completed",
205+
"duration": 0.0002505779266357422,
206+
"timestamp": "2025-07-26T15:40:15.380855",
207+
"details": {
208+
"high_performance_system/analytics/ultimate_analytics_dashboard.py_exists": true,
209+
"high_performance_system/analytics/sme_dashboard.py_exists": true,
210+
"data_engineering/trust_scoring_dashboard.py_exists": true,
211+
"operation_sindoor_dashboard.py_exists": false,
212+
"ultimate_dashboard": "FAIL",
213+
"ultimate_dashboard_error": "No module named 'high_performance_system'"
214+
}
215+
},
216+
{
217+
"component": "Production Server",
218+
"status": "PASS",
219+
"message": "Production server check completed",
220+
"duration": 0.11996245384216309,
221+
"timestamp": "2025-07-26T15:40:15.501130",
222+
"details": {
223+
"superfast_production_server.py_exists": true,
224+
"ote_api.py_exists": false,
225+
"production_server_running": true,
226+
"production_server_health": {
227+
"status": "healthy",
228+
"timestamp": "2025-07-26T15:40:15.458071",
229+
"uptime": 48819.97430515289,
230+
"cache_stats": {
231+
"hits": 0,
232+
"misses": 0
233+
},
234+
"system_ready": true
235+
},
236+
"performance_endpoint": "PASS",
237+
"performance_data": {
238+
"performance_stats": {
239+
"total_requests": 0,
240+
"total_latency": 0.0,
241+
"avg_latency": 0.0,
242+
"cache_hit_rate": 0.0,
243+
"error_rate": 0.0
244+
},
245+
"cache_stats": {
246+
"hits": 0,
247+
"misses": 0
248+
},
249+
"cache_size": 0,
250+
"timestamp": "2025-07-26T15:40:15.497127"
251+
}
252+
}
253+
}
254+
],
255+
"recommendations": [
256+
{
257+
"priority": "MEDIUM",
258+
"action": "Address warnings",
259+
"components": [
260+
"MCP Server",
261+
"Tests"
262+
]
263+
}
264+
]
265+
}

0 commit comments

Comments
 (0)