jthomas opened a new issue #176: Integration tests are broken with feed testing failing. URL: https://github.com/apache/incubator-openwhisk-client-js/issues/176 ``` { OpenWhiskError: POST https://eu-gb.functions.cloud.ibm.com/api/v1/namespaces/whisk.system/actions/alarms/alarm?blocking=true Returned HTTP 502 (Bad Gateway) --> "could not find trigger /[email protected]_test/sample_feed_trigger in the database" at Client.handleErrors (/Users/james/code/github/openwhisk/openwhisk-client-js/lib/client.js:231:13) at /Users/james/code/github/openwhisk/openwhisk-client-js/lib/client.js:155:22 at run (/Users/james/code/github/openwhisk/openwhisk-client-js/node_modules/core-js/library/modules/es6.promise.js:75:22) at /Users/james/code/github/openwhisk/openwhisk-client-js/node_modules/core-js/library/modules/es6.promise.js:92:30 at flush (/Users/james/code/github/openwhisk/openwhisk-client-js/node_modules/core-js/library/modules/_microtask.js:18:9) at process._tickCallback (internal/process/next_tick.js:61:11) name: 'OpenWhiskError', message: 'POST https://eu-gb.functions.cloud.ibm.com/api/v1/namespaces/whisk.system/actions/alarms/alarm?blocking=true Returned HTTP 502 (Bad Gateway) --> "could not find trigger /[email protected]_test/sample_feed_trigger in the database"', error: { activationId: '1e399726d9274c8db99726d9270c8d83', annotations: [ [Object], [Object], [Object], [Object], [Object] ], duration: 290, end: 1561473681719, logs: [], name: 'alarm', namespace: '[email protected]_test', publish: false, response: { result: [Object], status: 'application error', success: false }, start: 1561473681429, subject: '[email protected]', version: '0.0.25' }, statusCode: 502 } 1 failed create, get, update, and delete a feed /Users/james/code/github/openwhisk/openwhisk-client-js/test/integration/feeds.test.js:35 34: console.log(err) 35: t.fail() 36: } Test failed via `t.fail()` ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
