michael-s-molina commented on pull request #13145: URL: https://github.com/apache/superset/pull/13145#issuecomment-795489696
> @simcha90 This change is causing the test to fail in Node 15 since in this version of Node they changed the way to [handle promise rejections](https://developer.ibm.com/languages/node-js/blogs/nodejs-15-release-blog/). In previous versions of Node, promise rejections are handled as warnings, so the test pass but that doesn't mean that the test is correct. I don't know if we support Node 15 but I'm using it in development for security reasons. Can you check what's causing the promise rejection? > > <img alt="Screen Shot 2021-03-04 at 11 26 26 AM" width="1320" src="https://user-images.githubusercontent.com/70410625/109978301-81f68c00-7cdc-11eb-826c-86a3874da8fa.png"> Fixed in #13548 ---------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
