Conversation
d84c72d to
5dedc7f
Compare
| } else { | ||
| cy.log(CONSTANTS.APP_TRANSPORT_UNAVAILABLE).then(() => { | ||
| fireLog.fail(CONSTANTS.APP_TRANSPORT_UNAVAILABLE); | ||
| assert(false, CONSTANTS.APP_TRANSPORT_UNAVAILABLE); |
There was a problem hiding this comment.
Why did we change from fireLog.fail to assert here?
ksentak
left a comment
There was a problem hiding this comment.
Left a couple of comments for requested changes. Also, I want to have conversations about why there needed to be changes to how parsing was done for healthcheck and report. This alerts me that something might not be right. Perhaps what we incorrectly changed how an incoming message is parsed or something so we need to make sure that isn't the case.
Updated _handleIncomingMessage() logic in Websocket to handle response from (app) |
ksentak
left a comment
There was a problem hiding this comment.
Minimal changes requested here. Otherwise looks good!
|
|
||
| // Fetch the required appTransport from config module | ||
| appTransport = module.appTransport; | ||
| const firstExternalTransportKey = Object.keys(module.externalTransport)[0]; |
There was a problem hiding this comment.
This should work without issue. In the config helper we may want to make a comment to ensure the order of the exports stays the same. Otherwise this would break. Although I dont anticipate any other transportation methods.
There was a problem hiding this comment.
added comment in transportLayers/index.js
There was a problem hiding this comment.
This is problematic. It works for us but any future config modules would be blind to this issue.
This needs to be resolved before this is merged in.
There was a problem hiding this comment.
made changes to address the review comment.
|
|
||
| // Fetch the required appTransport from config module | ||
| appTransport = module.appTransport; | ||
| const firstExternalTransportKey = Object.keys(module.externalTransport)[0]; |
There was a problem hiding this comment.
This is problematic. It works for us but any future config modules would be blind to this issue.
This needs to be resolved before this is merged in.
|
Hello feature run failed with the following errors: For more information on our testing policies, please see our Testing-Guide. |
kschrief
left a comment
There was a problem hiding this comment.
I see no changes in the default config module. This must be taken into account before we can approve this.
|
Issue with linting detected. For more information on our linting policies, please see our Linting-Guide. |
|
Build error occurred while running sample test with the following errors: For more information on our testing policies, please see our Testing-Guide. |
No description provided.