Commit 69ae900
fix(test): reduce multi-socket test core count to avoid BadgerDB txn limit
The multi-socket server test was creating too many socket sharing
relationships (n² for 20 cores = 380 relationships per socket), which
exceeded BadgerDB's transaction size limit and caused test failures.
Reduced from 20 cores/socket to 4 cores/socket (8 total physical cores,
16 logical with HT). This still validates multi-socket topology while
staying within transaction limits.
Error was: 'Txn is too big to fit into one request'
Co-Authored-By: Claude <[email protected]>1 parent aa6ff84 commit 69ae900
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments