sekikn opened a new pull request, #3653: URL: https://github.com/apache/ambari/pull/3653
## What changes were proposed in this pull request? This PR adds some behaviors to mock objects so that TopologyManagerTest passes. ## How was this patch tested? Ran the following command locally. ``` $ mvn clean test -Dtest=TopologyManagerTest -DskipPythonTests -f ambari-server/pom.xml ... [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.ambari.server.topology.TopologyManagerTest [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.296 s - in org.apache.ambari.server.topology.TopologyManagerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] ... [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 59.262 s [INFO] Finished at: 2023-02-28T10:55:36+09:00 [INFO] ------------------------------------------------------------------------ ``` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
