DaanHoogland commented on PR #14040: URL: https://github.com/apache/cloudstack/pull/14040#issuecomment-5537158084
@nagaboinaramgopal , an compile error in your test code: ``` 09:17:39 [ERROR] /jenkins/workspace/acs-centos8-pkg-builder/dist/rpmbuild/BUILD/cloudstack-4.20.4.0-SNAPSHOT/engine/orchestration/src/test/java/com/cloud/agent/manager/AgentAttacheSendNextTest.java:[38,12] error: constructor AgentAttache in class AgentAttache cannot be applied to given types; 09:17:39 required: AgentManagerImpl,long,String,String,boolean 09:17:39 found: <null>,long,String,String,<null>,boolean 09:17:39 reason: actual and formal argument lists differ in length 09:17:39 [INFO] 1 error ``` can you have a look? -- 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]
