apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
1.98k stars 1.09k forks source link

[4.20] More unit test errors than 4.19 #8770

Open weizhouapache opened 6 months ago

weizhouapache commented 6 months ago

when I searched ForkedBooter.main in the build log of main branch, there are 76 results. image https://github.com/apache/cloudstack/actions/runs/8197923585/job/22420629415

there are only 12 results in the build log of 4.19 branch image https://github.com/apache/cloudstack/actions/runs/8201595699/job/22430634090

ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
OS / ENVIRONMENT
SUMMARY
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
weizhouapache commented 6 months ago

this seems to be related to JRE 11->17 upgrade cc @vishesh92

vishesh92 commented 5 months ago

@weizhouapache This seems more likely because of the Mockito upgrade (https://github.com/apache/cloudstack/pull/8427). I changed the Runners in the PR which could have resulted in this.

weizhouapache commented 5 months ago

@weizhouapache This seems more likely because of the Mockito upgrade (#8427). I changed the Runners in the PR which could have resulted in this.

:+1: