weizhouapache commented on PR #13578:
URL: https://github.com/apache/cloudstack/pull/13578#issuecomment-4936468420
@piyush5netapp
I got two issues with the plugin
- the unit tests are always run even if `-DskipTests` flag is passed.
can you please remove `skiptTests` in pom.xml ?
```
# grep skipTests plugins/storage/volume/ontap/pom.xml
<skipTests>false</skipTests>
```
- there are a lot of test failures when build the plugin with openjdk 21
```
JAVA_HOME=/usr/lib/jvm/java-21-openjdk-amd64 mvn -T8 -P developer,systemvm
clean install -Dnoredist -pl plugins/storage/volume/ontap/
```
no issues when build with openjdk 17.
could you please check ? the issue seems related to mockito versions which
are too old.
```
<mockito.version>3.12.4</mockito.version>
<mockito-junit-jupiter.version>5.2.0</mockito-junit-jupiter.version>
```
--
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]