michael-s-molina commented on pull request #13145: URL: https://github.com/apache/superset/pull/13145#issuecomment-790638473
@simcha90 This change is causing a 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 for development for security reasons. Can you check what's causing the promise rejection? ---------------------------------------------------------------- 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]
