Commit 03abc67
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 9567e6f commit 03abc67
1 file changed
Lines changed: 16 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
157 | 160 | | |
158 | 161 | | |
159 | 162 | | |
160 | 163 | | |
161 | | - | |
162 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
163 | 177 | | |
164 | 178 | | |
165 | 179 | | |
| |||
0 commit comments