Commit 2f22d3f
committed
test(data_plane): poll for eventual consistency in namespace describe-after-create tests
Backend returns 200 for create_namespace but the namespace may not be
immediately visible to describe_namespace on all replicas. Both
test_create_namespace_with_schema_rest (sync) and
test_namespace_crud_lifecycle_rest_async (async) called describe_namespace
immediately after create, hitting the consistency window and getting 404.
Replaced direct describe_namespace calls with poll_until / async_poll_until
(60s timeout) — the same pattern already used by adjacent tests for
record_count updates after upsert. Fixes CI-0041.1 parent 116e45b commit 2f22d3f
2 files changed
Lines changed: 14 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1599 | 1599 | | |
1600 | 1600 | | |
1601 | 1601 | | |
1602 | | - | |
| 1602 | + | |
| 1603 | + | |
| 1604 | + | |
| 1605 | + | |
| 1606 | + | |
| 1607 | + | |
| 1608 | + | |
1603 | 1609 | | |
1604 | 1610 | | |
1605 | 1611 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
596 | 596 | | |
597 | 597 | | |
598 | 598 | | |
599 | | - | |
600 | | - | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
601 | 606 | | |
602 | 607 | | |
603 | 608 | | |
| |||
0 commit comments