Package: golang-github-revel-revel
Version: 1.0.0-1

golang-github-revel-revel fails to run tests if the network doesn't provide
working DNS. Technically, this is a policy violation. Please disable the
relevant test or make it independent of the network.

=== RUN   TestGetCustom
--- FAIL: TestGetCustom (10.01s)
panic: Get "http://httpbin.org/get": dial tcp: lookup httpbin.org:
Temporary failure in name resolution [recovered]
panic: Get "http://httpbin.org/get": dial tcp: lookup httpbin.org:
Temporary failure in name resolution

goroutine 36 [running]:
testing.tRunner.func1.1(0x910c60, 0xc00007c000)
/usr/lib/go-1.15/src/testing/testing.go:1072 +0x30d
testing.tRunner.func1(0xc000107c80)
/usr/lib/go-1.15/src/testing/testing.go:1075 +0x41a
panic(0x910c60, 0xc00007c000)
/usr/lib/go-1.15/src/runtime/panic.go:969 +0x1b9
github.com/revel/revel/testing.(*TestRequest).MakeRequest(0xc000268b90)
/<<PKGBUILDDIR>>/_build/src/github.com/revel/revel/testing/testsuite.go:268
+0x4aa
github.com/revel/revel/testing.(*TestRequest).Send(0xc000268b90)
/<<PKGBUILDDIR>>/_build/src/github.com/revel/revel/testing/testsuite.go:259
+0x268
github.com/revel/revel/testing.TestGetCustom(0xc000107c80)
/<<PKGBUILDDIR>>/_build/src/
github.com/revel/revel/testing/testsuite_test.go:78 +0xc5
testing.tRunner(0xc000107c80, 0x9a2dd0)
/usr/lib/go-1.15/src/testing/testing.go:1123 +0xef
created by testing.(*T).Run
/usr/lib/go-1.15/src/testing/testing.go:1168 +0x2b3
FAIL github.com/revel/revel/testing 10.024s

Cheers,
Sven

Reply via email to