Commit 129cdb7
committed
fix: handle ReferenceError in BigQueryAgentAnalyticsPlugin atexit cleanup
- Add try/except to catch ReferenceError when weakref proxy object is already garbage collected
- Prevents CI failure due to unhandled exception during test cleanup1 parent 4ec240d commit 129cdb7
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1456 | 1456 | | |
1457 | 1457 | | |
1458 | 1458 | | |
1459 | | - | |
| 1459 | + | |
| 1460 | + | |
| 1461 | + | |
| 1462 | + | |
| 1463 | + | |
| 1464 | + | |
| 1465 | + | |
1460 | 1466 | | |
1461 | 1467 | | |
1462 | 1468 | | |
| |||
0 commit comments