Hide Forgot
Description of problem: Also if the console CI/CD runs on Node.js 14, we should start supporting also the newer versions 15 and 16. Node.js 16 is the latest LTS version, preinstalled on Fedora and many other systems. See also https://nodejs.org/en/about/releases/ Version-Release number of selected component (if applicable): 4.10, also previous versions or branches are affected How reproducible: Always with latest Node.js version (15 and 16) Steps to Reproduce: 1. Switch Node.js version (for example via nvm use 16) 2. Clean your node_modules, reinstall dependencies 3. And run the tests time yarn test For example: nvm use 16 git clean -df && git clean -dfX yarn install && time yarn test Actual results: Tests pass on v14 Tests fail on v15 and v16 Expected results: Tests should pass on v14 to v16 Additional info: This is an followup on the ticket https://issues.redhat.com/browse/ODC-6194 which marked unit test doesn't fail anymore on Node 15.
This changes only affects the unit tests, so mark it as Done.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.10.3 security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2022:0056