[GH-ISSUE #260] resolver::tests::test_lookup is flapping #125

Closed
opened 2026-03-07 22:22:58 +03:00 by kerem · 3 comments
Owner

Originally created by @bluejekyll on GitHub (Oct 24, 2017).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/260

failures:
---- resolver::tests::test_lookup stdout ----
	response records: LookupIp(Lookup { rdatas: [A(93.184.216.34)] })
thread 'resolver::tests::test_lookup' panicked at 'assertion failed: `(left == right)`
  left: `1`,
 right: `2`', resolver\src\resolver.rs:171:8
stack backtrace:
failures:
    resolver::tests::test_lookup
test result: FAILED. 31 passed; 1 failed; 5 ignored; 0 measured; 0 filtered out
Originally created by @bluejekyll on GitHub (Oct 24, 2017). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/260 ```console failures: ---- resolver::tests::test_lookup stdout ---- response records: LookupIp(Lookup { rdatas: [A(93.184.216.34)] }) thread 'resolver::tests::test_lookup' panicked at 'assertion failed: `(left == right)` left: `1`, right: `2`', resolver\src\resolver.rs:171:8 stack backtrace: failures: resolver::tests::test_lookup test result: FAILED. 31 passed; 1 failed; 5 ignored; 0 measured; 0 filtered out ```
kerem 2026-03-07 22:22:58 +03:00
Author
Owner

@bluejekyll commented on GitHub (Oct 24, 2017):

Most likely we should remove all dependencies on remote systems from integration tests run in Travis and AppVeyor.

<!-- gh-comment-id:339149291 --> @bluejekyll commented on GitHub (Oct 24, 2017): Most likely we should remove all dependencies on remote systems from integration tests run in Travis and AppVeyor.
Author
Owner

@bluejekyll commented on GitHub (Oct 24, 2017):

Also appears on Linux. This looks like it's probably a dual-stack issue.

---- resolver::tests::test_lookup stdout ----

response records: LookupIp(Lookup { rdatas: [A(93.184.216.34)] })

thread 'resolver::tests::test_lookup' panicked at 'assertion failed: `(left == right)`

left: `1`,

right: `2`', src/resolver.rs:171:8

note: Run with `RUST_BACKTRACE=1` for a backtrace.

---- resolver_future::tests::test_lookup stdout ----

thread 'resolver_future::tests::test_lookup' panicked at 'assertion failed: `(left == right)`

left: `1`,

right: `2`', src/resolver_future.rs:293:8

failures:

resolver::tests::test_lookup

resolver_future::tests::test_lookup
<!-- gh-comment-id:339157993 --> @bluejekyll commented on GitHub (Oct 24, 2017): Also appears on Linux. This looks like it's probably a dual-stack issue. ```console ---- resolver::tests::test_lookup stdout ---- response records: LookupIp(Lookup { rdatas: [A(93.184.216.34)] }) thread 'resolver::tests::test_lookup' panicked at 'assertion failed: `(left == right)` left: `1`, right: `2`', src/resolver.rs:171:8 note: Run with `RUST_BACKTRACE=1` for a backtrace. ---- resolver_future::tests::test_lookup stdout ---- thread 'resolver_future::tests::test_lookup' panicked at 'assertion failed: `(left == right)` left: `1`, right: `2`', src/resolver_future.rs:293:8 failures: resolver::tests::test_lookup resolver_future::tests::test_lookup ```
Author
Owner

@djc commented on GitHub (May 16, 2023):

I haven't seen this happen in a while, let's close it.

<!-- gh-comment-id:1549135654 --> @djc commented on GitHub (May 16, 2023): I haven't seen this happen in a while, let's close it.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#125
No description provided.