Commit 5d91da2
Remove test_aboba: duplicate of test_deserialization_simple_into_python
test_aboba exercised ("INT2", 2, 2) — a plain int round-tripping through an
INT2 column. That case is already covered twice in the parametrized
test_deserialization_simple_into_python: ("INT2", SmallInt(12), 12) and
("INT2", 12, 12). Adding a third plain-int/INT2 variant adds no new behaviour
under test.
Beyond redundancy, test_aboba had a latent hazard: it used the hard-coded
table name "for_test" instead of the UUID-suffixed name the parametrized test
generates, making it unsafe to run in parallel with several other tests in
this file that share that same name.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent ebce7f2 commit 5d91da2
1 file changed
Lines changed: 0 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | 305 | | |
334 | 306 | | |
335 | 307 | | |
| |||
0 commit comments