Skip to content

test: cover DNS entrypoint discovery#69

Merged
dkropachev merged 1 commit into
mainfrom
dk/driver-39-dns-entrypoint-test
Jul 20, 2026
Merged

test: cover DNS entrypoint discovery#69
dkropachev merged 1 commit into
mainfrom
dk/driver-39-dns-entrypoint-test

Conversation

@dkropachev

@dkropachev dkropachev commented Jul 20, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Fixes test if dns lb actually works #22.
  • Add discovery unit coverage for a DNS hostname seed entrypoint and DNS hostname records returned from /localnodes.
  • Add HTTP integration coverage that discovers through a resolver-backed localhost entrypoint using live /localnodes data.

Tests

  • npm test -- --run test/discovery.test.ts -t "resolves DNS entrypoint"
  • npx eslint test/discovery.test.ts test/integration-test/alternator-client.test.ts
  • INTEGRATION_TESTS=false npm run test:integration -- --run test/integration-test/alternator-client.test.ts -t "DNS entrypoint"
  • git diff --check

@dkropachev
dkropachev force-pushed the dk/driver-39-dns-entrypoint-test branch from 0fbc2a2 to 5bf21bc Compare July 20, 2026 14:57
@dkropachev
dkropachev merged commit a5001a1 into main Jul 20, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test if dns lb actually works

1 participant