Commit 3c44b7a
docs: Update test progress tracking with accurate counts from latest run
Based on actual test run results from status.md:
- Total Tests Run: 296 (was counting 315 including skipped)
- Passing: 241 (81.4% - up from ~70%)
- Failing: 55 (18.6% - down from ~30%)
- Skipped: 17 (not included in totals)
Key updates:
- Corrected test counts in all groups based on actual status
- Updated Group 1: 3/5 passing (feature_block.py times out)
- Updated Group 2: 4/7 passing (compatibility tests failing)
- Updated Group 3: 4/8 passing (bumpfee & fallbackfee failing)
- Updated Group 4: 2/9 passing (PSBT tests need work)
- Updated Group 5: 6/13 passing (balance & conflicts failing)
- Updated Group 6: 1/6 passing (funding issues)
- Updated Group 7: 5/10 passing (was marked complete, but has failures)
- Updated Group 8: Mixed results (many passing but keypool failing)
- Updated Group 9: Mixed results (Taproot failing)
- Updated Group 10: Most passing except 2 tests
- Groups 11-12: Complete
- Group 13: Most passing except one variant
Critical insight: Many tests may be fixed by disabling Dandelion++
(-dandelion=0) for predictable transaction propagation.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dbcbc4d commit 3c44b7a
3 files changed
Lines changed: 205 additions & 151 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments