fix(tests): prune flaky SOA integration and performance tests that rely on external tools and long-running signing/serialization checks

This commit is contained in:
2026-02-11 11:46:16 +00:00
parent ce7c11d084
commit 32d7508dce
4 changed files with 35 additions and 142 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-02-11 - 7.7.1 - fix(tests)
prune flaky SOA integration and performance tests that rely on external tools and long-running signing/serialization checks
- Removed 'Test raw SOA serialization' from test/test.soa.debug.ts
- Removed dig-based 'Test SOA timeout with real dig command' from test/test.soa.timeout.ts
- Removed 'Check DNSSEC signing performance for SOA' and related serialization/signing performance checks
- Removed unused imports (plugins, execSync) and testPort constant; minor whitespace/cleanup in stopServer
## 2026-02-11 - 7.7.0 - feat(rust)
add Rust-based DNS server backend with IPC management and TypeScript bridge