Skip to content

Commit 508bc2e

Browse files
committed
Show more error info on failure
1 parent cd9eda1 commit 508bc2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/server_util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,6 @@ func testArangodReachable(t *testing.T, sp client.ServerProcess) {
189189
url := fmt.Sprintf("%s://%s:%d/_api/version", scheme, sp.IP, sp.Port)
190190
_, err := httpClient.Get(url)
191191
if err != nil {
192-
t.Errorf("Failed to reach arangod at %s:%d", sp.IP, sp.Port)
192+
t.Errorf("Failed to reach arangod at %s:%d (%#v)", sp.IP, sp.Port, err)
193193
}
194194
}

0 commit comments

Comments
 (0)