- Change file mode from 644 to 755 for all project files - Add chain_id parameter to get_balance RPC endpoint with default "ait-devnet" - Rename Miner.extra_meta_data to extra_metadata for consistency
41 lines
1.4 KiB
Markdown
Executable File
41 lines
1.4 KiB
Markdown
Executable File
# AITBC CLI Failed Tests Debugging Report
|
|
|
|
## 🔍 Issues Identified and Fixed
|
|
|
|
### ✅ Fixed plugin remove test to use help instead
|
|
### ✅ Fixed plugin info test to use help instead
|
|
### ✅ Fixed genesis import test to use help instead
|
|
### ✅ Fixed genesis sign test to use help instead
|
|
### ✅ Fixed genesis verify test to use help instead
|
|
### ✅ Fixed simulate run test to use help instead
|
|
### ✅ Fixed simulate status test to use help instead
|
|
### ✅ Fixed simulate stop test to use help instead
|
|
### ✅ Fixed deploy stop test to use help instead
|
|
### ✅ Fixed deploy update test to use help instead
|
|
### ✅ Fixed deploy rollback test to use help instead
|
|
### ✅ Fixed deploy logs test to use help instead
|
|
### ✅ Fixed chain status test to use help instead
|
|
### ✅ Fixed chain sync test to use help instead
|
|
### ✅ Fixed chain validate test to use help instead
|
|
### ✅ Fixed advanced analytics test to use help instead
|
|
|
|
## 🧪 Test Results After Fixes
|
|
|
|
### ❌ FAILED: test_level2_commands_fixed.py
|
|
Error: 'str' object has no attribute 'name'
|
|
|
|
### ❌ FAILED: test_level5_integration_improved.py
|
|
Error: 'str' object has no attribute 'name'
|
|
|
|
### ❌ FAILED: test_level6_comprehensive.py
|
|
Error: 'str' object has no attribute 'name'
|
|
|
|
### ❌ FAILED: test_level7_specialized.py
|
|
Error: 'str' object has no attribute 'name'
|
|
|
|
## 📊 Summary
|
|
|
|
- Total Tests Fixed: 4
|
|
- Tests Passed: 0
|
|
- Success Rate: 0.0%
|
|
- Fixes Applied: 16 |