apache / openwhisk-catalog

Curated catalog of Apache OpenWhisk packages to interface with event producers and consumers
https://openwhisk.apache.org/
Apache License 2.0
33 stars 49 forks source link

Update CURL Tests #259

Closed dubee closed 6 years ago

csantanapr commented 6 years ago

How about switching to https://httpbin.org/ ?

I'm using it in swift test fixture: https://github.com/apache/incubator-openwhisk-runtime-swift/blob/master/tests/dat/actions/SwiftyRequest/Sources/main.swift#L7

dubee commented 6 years ago

Could be a DNS problem packages.samples.CurlTest.samples curl should Return Could not resolve host when sending no parameter

org.scalatest.exceptions.TestFailedException: "{"msg":"  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current\n                                 Dload  Upload   Total   Spent    Left  Speed\n\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\r  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0\r  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0\r  0     0    0     0    0     0      0      0 --:--:--  0:00:02 --:--:--     0\r  0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0\ncurl: (28) Resolving timed out after 3513 milliseconds\n"}" did not include substring "Could not resolve host"

Note Resolving timed out after 3513 milliseconds.