Commit e7ee3f8
fix: Fix flaky test and pin REST catalog image to unblock CI
- test_hive_wait_for_lock: relax exact call_count assertion to >= 5,
since tenacity retry timing on Python 3.13 can produce extra calls
- Pin apache/iceberg-rest-fixture to 1.10.1 — the unpinned :latest tag
was updated 2026-04-12 with path character validation that rejects
the %1F (unit separator) used by the Iceberg REST spec for multi-level
namespace encoding, breaking integration-test setup across all PRs
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d61f46f commit e7ee3f8
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | | - | |
| 1321 | + | |
1322 | 1322 | | |
1323 | 1323 | | |
1324 | 1324 | | |
| |||
0 commit comments