The rule curlPost.r relies on an external service, httpbin.org, to be working. While running plugin tests, I got some false negatives that happened because the service appeared to be down/degraded. Our tests probably should not rely on an external service.
|
INPUT *url="http://httpbin.org/post",*data="Sent from iRODS" |
The rule curlPost.r relies on an external service, httpbin.org, to be working. While running plugin tests, I got some false negatives that happened because the service appeared to be down/degraded. Our tests probably should not rely on an external service.
irods_microservice_plugins_curl/rules/curlPost.r
Line 6 in e50e7da