Commit 7691266
committed
Add explicit logging for Rust extension usage in tests
Enhanced the logging in run_tests.py to clearly show:
- Whether PYMONGO_USE_RUST and PYMONGO_BUILD_RUST are set
- Which BSON implementation is actually in use (rust/c/python)
- Clear indication of which extension is ACTIVE
This makes it easier to verify that the Rust extension is being used
when expected, especially for the 'perf rust' tests.1 parent e8be459 commit 7691266
1 file changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
155 | 158 | | |
156 | 159 | | |
157 | 160 | | |
158 | 161 | | |
159 | | - | |
160 | | - | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
161 | 175 | | |
162 | 176 | | |
163 | 177 | | |
| |||
0 commit comments