Commit b2775aa
committed
test(V2): stop running governance sync in v2 live-api job
Enabling GOVERNANCE_BODY_ID for the v2 live-api job made governance sync
run continuously and contend with test operations for SQLite's single
writer. The XLSX round-trip re-import held a write transaction that
stalled under that contention, hanging the job for ~55 minutes (logs
show repeated "SQLITE_BUSY: database is locked" from the sync task).
Revert GOVERNANCE_BODY_ID to empty for that job and remove the live
ownership-rejection tests and non-home wait loop that depended on synced
foreign data. Ownership enforcement remains covered by the v2 integration
suite (project/rating reject update/delete, staging and join-table
retarget). The harmless orgUid=me scoping in the empty-db, XLSX, and
prerequisite paths is kept.1 parent cde41fc commit b2775aa
3 files changed
Lines changed: 2 additions & 111 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
424 | | - | |
425 | | - | |
426 | | - | |
427 | | - | |
428 | | - | |
429 | | - | |
430 | | - | |
431 | | - | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | | - | |
441 | | - | |
442 | | - | |
443 | | - | |
444 | | - | |
445 | | - | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | | - | |
453 | | - | |
454 | | - | |
455 | | - | |
456 | | - | |
457 | | - | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | 424 | | |
462 | 425 | | |
463 | 426 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 28 | | |
59 | 29 | | |
60 | 30 | | |
| |||
208 | 178 | | |
209 | 179 | | |
210 | 180 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | 181 | | |
234 | 182 | | |
235 | 183 | | |
| |||
343 | 291 | | |
344 | 292 | | |
345 | 293 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | 294 | | |
352 | 295 | | |
353 | 296 | | |
| |||
359 | 302 | | |
360 | 303 | | |
361 | 304 | | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | 305 | | |
378 | 306 | | |
379 | 307 | | |
| |||
0 commit comments