JiaLiangC commented on PR #3850:
URL: https://github.com/apache/ambari/pull/3850#issuecomment-2425794867

   @virajjasani @vishalsuvagia  The reason for the test failures is quite 
tricky. When ambari-server introduces ambari-admin, it compiles the admin 
module using the frontend-maven-plugin. At the same time, within the 
`stage('Parallel Unit Tests')`, both ambari-server and Ambari WebUI Tests run 
concurrently. This means the frontend-maven-plugin for the ambari-admin module, 
the Ambari WebUI Tests stage, and the ambari-web module all run simultaneously. 
This leads to mutual interference affecting npm-related operations, resulting 
in npm-related errors. The solution is to run the Ambari WebUI Tests stage and 
the ambari-server tests sequentially instead of in parallel.


-- 
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.

To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ambari.apache.org
For additional commands, e-mail: dev-h...@ambari.apache.org

Reply via email to