Skip to content

[Fix] DNS: Build next page URL from marker when API omits the "next" link#959

Merged
otc-zuul[bot] merged 1 commit into
develfrom
dns_pagination
Jul 6, 2026
Merged

[Fix] DNS: Build next page URL from marker when API omits the "next" link#959
otc-zuul[bot] merged 1 commit into
develfrom
dns_pagination

Conversation

@artem-lifshits

Copy link
Copy Markdown
Member

What this PR does / why we need it

Fixes #952

Acceptance tests

=== RUN   TestZonesList
--- PASS: TestZonesList (2.39s)
=== RUN   TestZonesCRUD
    zones_test.go:33: Attempting to create DNS public zone
    zones_test.go:42: Created DNS public zone: 2c9c2de79d7175d8019f2733068a524c
    tools.go:75: {
          "hostname": "ns1.open-telekom-cloud.com.",
          "priority": 1
        }
    tools.go:75: {
          "hostname": "ns2.open-telekom-cloud.com.",
          "priority": 2
        }
    zones_test.go:59: Attempting to update DNS public zone: 2c9c2de79d7175d8019f2733068a524c
    zones_test.go:66: Updated DNS public zone
    zones_test.go:52: Attempting to delete DNS public zone: 2c9c2de79d7175d8019f2733068a524c
    zones_test.go:55: Deleted DNS public zone: 2c9c2de79d7175d8019f2733068a524c
--- PASS: TestZonesCRUD (1.39s)
PASS

Process finished with the exit code 0

@artem-lifshits artem-lifshits self-assigned this Jul 3, 2026
@artem-lifshits artem-lifshits marked this pull request as ready for review July 3, 2026 08:58
@artem-lifshits artem-lifshits added the gate Merge PR label Jul 6, 2026
@otc-zuul otc-zuul Bot merged commit d928380 into devel Jul 6, 2026
13 checks passed
@otc-zuul otc-zuul Bot deleted the dns_pagination branch July 6, 2026 09:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gate Merge PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DNS] NextPageURL override is missing on recordsets.RecordSetPage

3 participants