mirror of
https://github.com/cbeuw/Cloak.git
synced 2026-04-25 04:25:59 +03:00
[GH-ISSUE #299] Not consistent tests #238
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Cloak#238
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Randomneo on GitHub (Mar 3, 2025).
Original GitHub issue: https://github.com/cbeuw/Cloak/issues/299
I'm not go dev. But got issue with installing it on my machine. Installation package contain
go test ./.... Which fails with this message:I found out that test relay on ip resolving of
example.comwhich is not consistent (each ping command resolves to different ipv4) example.com ipsand by replacing
example.comwithgithub.comor my personal domain ininternal/server/state_test.gosolved the issue