Commit 329b1bd
committed
fix: resolve ruff import ordering and pagination cleanup bug
Merge the duplicate typedef import in test_rest.py that ruff's
import sorter flagged. Also fix clean_up() in conftest, which
iterated and mutated (drop_table/drop_namespace) over list_* results
in the same pass - now that those can be lazily-paginated, deleting
an item before the next page is fetched shifts the server-side
offset and skips entries. Materialize with list() first.1 parent 7ab945a commit 329b1bd
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | 71 | | |
73 | 72 | | |
74 | 73 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2505 | 2505 | | |
2506 | 2506 | | |
2507 | 2507 | | |
2508 | | - | |
| 2508 | + | |
| 2509 | + | |
| 2510 | + | |
2509 | 2511 | | |
2510 | 2512 | | |
2511 | | - | |
| 2513 | + | |
2512 | 2514 | | |
2513 | 2515 | | |
2514 | | - | |
| 2516 | + | |
2515 | 2517 | | |
2516 | 2518 | | |
2517 | 2519 | | |
| |||
0 commit comments