Frontend/auth integration#161
Conversation
|
jlkravitz
left a comment
There was a problem hiding this comment.
Looks good! A few comments, but generally all makes sense to me. Thanks for the thorough testing.
jlkravitz
left a comment
There was a problem hiding this comment.
Missed one question, and apparently I can't edit my prior review?
jlkravitz
left a comment
There was a problem hiding this comment.
Any reason the test suite throws this error?
Error: AggregateError
at Object.dispatchError (/Users/joshua/Documents/CompactConnect/webroot/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js:63:19)
at Request.<anonymous> (/Users/joshua/Documents/CompactConnect/webroot/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:655:18)
at Request.emit (node:events:532:35)
at ClientRequest.<anonymous> (/Users/joshua/Documents/CompactConnect/webroot/node_modules/jsdom/lib/jsdom/living/helpers/http-request.js:121:14)
at ClientRequest.emit (node:events:520:28)
at Socket.socketErrorListener (node:_http_client:502:9)
at Socket.emit (node:events:520:28)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at processTicksAndRejections (node:internal/process/task_queues:82:21)
I'm not 100% sure, but that seems like a few errors bubbling up from a socket listener. It may be that you reached some socket / port limit locally, or that local networking just got gummed up. Is it happening regularly? I'm not able to reproduce with the standard test command. |
@jsandoval81 It shows up on the Github Action output, and when I run locally. I agree it's something bubbling up, and also not sure! Let's keep an eye on it but not high priority. |
|
@isabeleliassen This PR is good to merge. I will do a final, end-of-sprint review once this is merged. |
Requirements list
.envVUE_APP_COGNITO_REGIONVUE_APP_COGNITO_AUTH_DOMAIN_STAFFVUE_APP_COGNITO_CLIENT_ID_STAFFDescription List
/mockto authenticated/v0.envvars.envvarsDraft Todo
Closes #109